Serverstats - Aktuelle Infos zu den Servern

Wenn Oslo mal ganz kurz geht, kommt folgende Information von eurer Check-Seite:

Your location: Canada · Your IP: 185.213.23.108 · Your status:Unprotected

Die angegebene IP ist bei den ersten drei octets identisch mit dem vpn-Einwahlpunkt. das letzte octet ist anders.

In den logs steht, die gateway-ip als 10.1.114.1 und die interface-ip als10.1.114.240:
PUSH: Received control message: 'PUSH_REPLY,topology subnet,redirect-gateway def1 ipv6,sndbuf 131072,rcvbuf 131072,route-ipv6 2000::/3,route-gateway 10.1.114.1,ping 10,ping-restart 60,dhcp-option DNS 185.213.23.227,dhcp-option DNS 185.217.1.14,ifconfig-ipv6 fdbf:1d37:bbe0:0:23:2:0:f0/112 fdbf:1d37:bbe0:0:23:2:0:1,ifconfig 10.1.114.240 255.255.255.0,peer-id 0,cipher AES-256-GCM'
Das Interface wird dann so konfiguriert:
OSL9: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500 inet 10.1.114.240 netmask 255.255.255.0 destination 10.1.114.240
Es kommt aber auf einen ping nichts vom gateway zurück, nur von der Interface-ip:
ping 10.1.114.240 PING 10.1.114.240 (10.1.114.240) 56(84) bytes of data. 64 bytes from 10.1.114.240: icmp_seq=1 ttl=64 time=0.045 ms 64 bytes from 10.1.114.240: icmp_seq=2 ttl=64 time=0.042 ms ... ping 10.1.114.1 PING 10.1.114.1 (10.1.114.1) 56(84) bytes of data. ^C --- 10.1.114.1 ping statistics --- 26 packets transmitted, 0 received, 100% packet loss, time 25624ms
tcpdump zeigt, daß nur Pakete 'rausgehen, und nichts zurück kommt:
tcpdump -vvv -n -i OSL9 icmp tcpdump: listening on OSL9, link-type RAW (Raw IP), snapshot length 262144 bytes 10:36:47.301673 IP (tos 0x0, ttl 63, id 33587, offset 0, flags [DF], proto ICMP (1), length 84) 10.1.114.240 > 8.8.8.8: ICMP echo request, id 48343, seq 332, length 64 10:36:48.325704 IP (tos 0x0, ttl 63, id 33651, offset 0, flags [DF], proto ICMP (1), length 84) 10.1.114.240 > 8.8.8.8: ICMP echo request, id 48343, seq 333, length 64 ...

Da müßt ihr nochmal ran.
 
Back
Top