[PLUG] Internet sharing Mandrake 10.0 to 98SE
Ben Jensz
plug at jensz.id.au
Sun May 30 23:22:14 WST 2004
Basically iptables needs to be doing NAT and you need to have ip
forwarding enabled (so data can be forwarded between interfaces).
iptables:
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
Change eth0 to whatever interface your ISDN interface is called. And
the ip forwarding:
echo 1 > /proc/sys/net/ipv4/ip_forward
Sorry if you didn't want to get your hands dirty with the command
line... but I'm not familiar with any of the GUI stuff much in Linux.
/ Ben
Lee Jamieson wrote:
> Hiya all...
>
> I finally got my internet connected through my ISDN modem but now I
> have a small problem. I have run the "Internet Connection Setup" in
> Mandrake but for some reason it will not allow my 98se machine access
> to the net.
>
> Do I have to do anything special on the 98se machine to make it do
> this? I had to run a program on it to get through the internet via XP
> (my server). I have tried everything I can think of in my very limited
> knowledge.
>
> Any help would be appreciated. - preferably in newbie language :)
>
>
> Lee
>
More information about the plug
mailing list