View Single Post
Old 2nd February 2011
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

I have never seen a 0/1 route before If you are willing to experiment, you could delete the default route default 192.168.1.1 with
Code:
$ sudo route delete default
Now the 0/1 route becomes the only default route.

After playing use route add default 192.168.1.1 to restore.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote