Hi List,<br><br>I am trying to setup a VPN using Shrewsoft. The tunnel seems to come up properly ( no errors), but no traffic passes thru the tunnel. When I use tcpdump, it seems that the traffic is still going thru eth0 and not thru tap0. I have edited sysctl for the rp_filter values, and I do get some errors here, but I don't think it has anything to do with my problem.<br>
<br>sudo sysctl -a | grep rp_filter | grep -v arp<br>[sudo] password for dick: <br>error: "Invalid argument" reading key "fs.binfmt_misc.register"<br>error: "Invalid argument" reading key "dev.parport.parport0.autoprobe"<br>
error: "Invalid argument" reading key "dev.parport.parport0.autoprobe0"<br>error: "Invalid argument" reading key "dev.parport.parport0.autoprobe1"<br>error: "Invalid argument" reading key "dev.parport.parport0.autoprobe2"<br>
error: "Invalid argument" reading key "dev.parport.parport0.autoprobe3"<br>error: permission denied on key 'net.ipv4.route.flush'<br>error: permission denied on key 'net.ipv6.route.flush'<br>
net.ipv4.conf.all.rp_filter = 0<br>net.ipv4.conf.default.rp_filter = 0<br>net.ipv4.conf.lo.rp_filter = 0<br>net.ipv4.conf.eth0.rp_filter = 0<br>net.ipv4.conf.tap0.rp_filter = 0<br><br>Can anybody help here?<br><br>Cheers,<br>
D.Kniep<br>