Connection information (vpn vm)VPN type openvpn
VPN Gateway
gw.vpn.autistici.orgIPV4
IP address 10.19.47.10
Broadcast Address 10.19.47.10
Subent Mask 255.255.255.255
Default route 91.121.204.114
Primary DNS 10.19.0.1
route -n
[user@vpn ~]$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.137.2.1 0.0.0.0 UG 0 0 0 eth0
0.0.0.0 10.19.47.9 0.0.0.0 UG 1024 0 0 tun0
10.19.0.1 10.19.47.9 255.255.255.255 UGH 1024 0 0 tun0
10.19.47.9 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
10.137.3.1 0.0.0.0 255.255.255.255 UH 1024 0 0 eth0
10.137.3.7 0.0.0.0 255.255.255.255 UH 32746 0
cat /etc/resolv.conf[user@vpn ~]$ cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 10.19.0.1
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
PR-QBS all --
0.0.0.0/0 0.0.0.0/0 PR-QBS-SERVICES all --
0.0.0.0/0 0.0.0.0/0 Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
ACCEPT all --
0.0.0.0/0 0.0.0.0/0 ACCEPT all --
0.0.0.0/0 0.0.0.0/0 MASQUERADE all --
0.0.0.0/0 0.0.0.0/0 Chain PR-QBS (1 references)
target prot opt source destination
DNAT udp --
0.0.0.0/0 10.137.3.1 udp dpt:53 to:10.19.0.1
Chain PR-QBS-SERVICES (1 references)
target prot opt source destination
vpn vm[user@vpn ~]$ ping 91.121.204.114
PING 91.121.204.114 (91.121.204.114) 56(84) bytes of data.
64 bytes from
91.121.204.114: icmp_seq=1 ttl=51 time=34.2 ms
64 bytes from
91.121.204.114: icmp_seq=2 ttl=51 time=46.8 ms
64 bytes from
91.121.204.114: icmp_seq=3 ttl=51 time=39.0 ms
64 bytes from
91.121.204.114: icmp_seq=4 ttl=51 time=35.2 ms
^C
--- 91.121.204.114 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 34.265/38.845/46.831/4.955 ms
trusted vm
[user@trusted ~]$ ping 91.121.204.114
PING 91.121.204.114 (91.121.204.114) 56(84) bytes of data.
64 bytes from
91.121.204.114: icmp_seq=1 ttl=50 time=42.0 ms
64 bytes from
91.121.204.114: icmp_seq=2 ttl=50 time=34.6 ms
64 bytes from
91.121.204.114: icmp_seq=3 ttl=50 time=32.7 ms
64 bytes from
91.121.204.114: icmp_seq=4 ttl=50 time=253 ms
64 bytes from
91.121.204.114: icmp_seq=5 ttl=50 time=36.4 ms
^X^C
--- 91.121.204.114 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4005ms
rtt min/avg/max/mdev = 32.708/79.857/253.467/86.860 ms