dperson / openvpn-client

GNU Affero General Public License v3.0
1.05k stars 585 forks source link

VPN traffic over tun0 40% and eth0 60% ??? #419

Open RomanXT opened 1 year ago

RomanXT commented 1 year ago

Part of the traffic from the same container is sent via tun0 and part via eth0 My router sees exactly what specific applications the internet traffic comes from.

`/ # ifconfig eth0 Link encap:Ethernet HWaddr 02:42:AC:11:00:03
inet addr:172.17.0.3 Bcast:172.17.255.255 Mask:255.255.0.0 inet6 addr: fe80::42:acff:fe11:3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:51632971 errors:0 dropped:0 overruns:0 frame:0 TX packets:32419989 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:59024861592 (54.9 GiB) TX bytes:18870707582 (17.5 GiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:20 errors:0 dropped:0 overruns:0 frame:0 TX packets:20 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1216 (1.1 KiB) TX bytes:1216 (1.1 KiB)

tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.27.236.175 P-t-P:10.27.236.175 Mask:255.255.255.0 inet6 addr: fde6:7a:7d20:17ec::10ad/64 Scope:Global inet6 addr: fe80::6f86:39eb:3f7a:20f8/64 Scope:Link UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:27900674 errors:0 dropped:0 overruns:0 frame:0 TX packets:11492144 errors:0 dropped:1883837 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:33817468267 (31.4 GiB) TX bytes:4813095702 (4.4 GiB`