My Community Dashboard

  • [root@system ~]# route -n
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    10.8.0.2 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
    192.168.5.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
    10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0
    192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
    0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 eth0



    $IPTABLES -D POSTROUTING -t nat -o tun+ -j ACCEPT - deleted