DaemonForums  

Go Back   DaemonForums > Miscellaneous > General software and network

General software and network General OS-independent software and network questions, X11, MTA, routing, etc.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 4th June 2021
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default Screenshots of WireGuard Android app

Two screenshots of the Wireguard Android app, installed on my Lenovo Android tablet.
Attached Images
File Type: png WG_Screenshot_2021-06-05-01-29-41.png (64.0 KB, 62 views)
File Type: png WG_Screenshot_2021-06-04-03-25-44.png (87.1 KB, 54 views)
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote
  #2   (View Single Post)  
Old 5th June 2021
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

The configuration of the wg0 interface on the "server" siralas.nl:
Code:
# ifconfig wg0 
wg0: flags=80c7<UP,BROADCAST,DEBUG,RUNNING,NOARP,MULTICAST> mtu 1420
        index 4 priority 0 llprio 3
        wgport 5050
        wgpubkey 7hJ4zZct+HMyAE1hMD6x60gcP9mM2fF75NJBHckHAmg=
        wgpeer sCPnl+5YH1MVsCJ2FFaim14Mo4Qky7Pd1HFxmbQ5oVo=
                wgendpoint 77.175.236.228 53335
                tx: 455136, rx: 103272
                last handshake: 29 seconds ago
                wgaip 10.17.89.12/32
        groups: wg
        inet 10.17.89.1 netmask 0xffffff00 broadcast 10.17.89.255
If you issue the same command as non-root user, some information is left out:
Code:
$ ifconfig wg0
wg0: flags=80c7<UP,BROADCAST,DEBUG,RUNNING,NOARP,MULTICAST> mtu 1420
        index 4 priority 0 llprio 3
        wgport 5050
        groups: wg
        inet 10.17.89.1 netmask 0xffffff00 broadcast 10.17.89.255
This configuration only allows the Lenovo tablet to tunnel traffic to whatever is running / LISTENing on the 10.17.89.1 address.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump

Last edited by J65nko; 5th June 2021 at 12:41 AM.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Your FreeBSD Screenshots BSDKaffee FreeBSD General 181 26th November 2023 11:58 PM
FreeBSD port of Wireguard Code Quality Disaster bashrules News 3 27th March 2021 08:34 AM
WireGuard: replacement for IPsec e1-531g News 15 16th March 2021 09:08 AM
How to take screenshots? new2BSDlol OpenBSD Packages and Ports 15 8th October 2018 09:43 PM
How to take a screenshots in xfce? aleunix OpenBSD Packages and Ports 11 2nd June 2008 04:42 AM


All times are GMT. The time now is 10:26 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick