On Thursday 12 July 2007 16:49:27 Timothy Wilson wrote: > internet. Is there something glaringly obviously that I'm doing wrong?
I don't know, but this is what I use with my half-bridge modem. # /etc/hostname.if0 inet XXX.XXX.XXX.XXX 255.255.255.255 NONE !route add -host 192.168.0.2 -netmask 255.255.255.0 \ -interface XXX.XXX.XXX.XXX -cloning # /etc/mygate 192.168.0.2 Where XXX.XXX.XXX.XXX is the WAN address and 192.168.0.2 the internal IP address of the modem. Of course for this scenario, I use a static IP but it shouldn't be difficult to adapt it for dhcp. -- Antoine