> In Linux box I have not problem connect to ISP with using PPP.
> the kernel options which request by IP Masq was selected as below :
> {Prompt for development and/or incomplete code/drivers}
> {Enable loadable module support}
> {Networking support}
> {Network firewalls}
> {TCP/IP networking}
> {IP: forwarding/gatewaying}
> {IP: firewalling}
> {IP: masquerading}
> {IP: always defragment}
> {Dummy net driver support}
Did you compile the kernel, make install?Quote:> I was recompile the kernel by issue make dep;make clean and after that make
> modules;make modules_install. I added the few lines at the end of rc.local
> which show as below :
Looks good again.Quote:> /sbin/ipfwadm -F -p deny
> /sbin/ipfwadm -F -a m -S 192.100.100.0/24 -D 0.0.0.0/0
Check that 'cat /proc/sys/net/ipv4/ip_forward' displays a 1. If it does
not
'echo 1 > /proc/sys/net/ipv4/ip_forward'.
Hope this helps
--
Paul Miller