On Wed, 26 May 1999, havok nexgen wrote:
> Also Ip-Masquerading, I seem to be unable to get it get the work also. I
> have two computers on the lan one a 98 box for games and the linux box of
> course, I'm using for the internal net ip's 192.168.01 for the linux box
> and 192.168.0.2 for the win98 box. Now these are the ipfwadm lines i have
> tried
>
> ipfwadm -F -p deny
> ipfwadm -F -a m -S 192.168.0.0/24 -D 0.0.0.0/0
>
> Now I am able to telnet from the client to the server and vise versa, so i
> know both boxes can talk to each other. And since i only have the two
Sounds like you don't have ip forwarding enabled -- it gets turned off by
default at boot, and you have to send a command something like:
echo "1" > /proc/sys/net/ipv4/ip_forwarding
(something like that)
It is listed on some of the various walkthroughs for ip masq. I don't
remember exactly off hand, but that sounds like the problem.