I recently installed IP Filter on a Solaris 8 x86 machine that acts as a gateway between my Cable modem and my Win2000 computer. In my ipf.config I have the following: pass in log quick on lo0 all pass out log quick on lo0 all pass in log quick on elxl0 all pass out log quick on elxl0 all pass in log quick on mxfe0 all pass out log quick on mxfe0 all
In the ipnat.conf I have the following: map mxfe0 192.168.0.0/24 -> 0.0.0.0/32 proxy port ftp ftp/tcp map mxfe0 192.168.0.0/24 -> 0.0.0.0/32 portmap tcp/udp 40000:60000 map mxfe0 192.168.0.0/24 -> 0.0.0.0/32 Where 'mxfe0' is my Cable modem NIC and elxl0 is my internal NIC. On the WIN2000 computer I can ping any IP address but if I use a domain name, such as www.sun.com, it does not work. Is there a setting in IP Filter that I have to set to resolve this? Any help would be appreciated. ThanksR Baksh
