Hi Paul

At 15:33 26/01/02 -0700, Paul Rimmer wrote:
>I'd like to be able to access my cable modem's built in web server through
>my DCD v1.01 firewall.  Unfortunately the cable modem's IP is 192.168.100.1.
>Is there something I can add to my firewall scripts that will allow me to
>get at this IP from the internal (192.168.1.x) network?

I had a similar problem with my ADSL box's status page.  I got around this 
by adding the following to etc/ipfilter.conf

$IPCH -I input 1 -j ACCEPT -p tcp -s 192.168.100.1 80 ! -y -d 0/0 -i $EXTERN_IF

Cheers

Julian

-- 
[EMAIL PROTECTED]
www.ljchurch.co.uk


_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to