On Tue, 02 Nov 1999, you wrote:
I did not have to modify my kernel at all for ip MASQ.
I just ran the ipchains commands as posted and I was MASQ'ing
> Does this mean that the kernel already supports masquerading or do you need
> to load a module or what?
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 02, 1999 12:41 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] IP Masquerading
>
>
>
>
> From: Ronald A. Yacketta
>
> Ron,
>
> do you have a dual nic (network card) setup?
> if so you would more than likely have to turn on ip_forwarding as well
> then you could do s/sbin/ipchains -F forward
>
> /sbin/ipchains -P forward DENY
> /sbin/ipchains -A forward -i eth0 -j MASQ
> /sbin/ipchains -A forward -i eth1 -j MASQ
>
>
>
>
>
>
> "Ronald Rand" <[EMAIL PROTECTED]> on 11/02/99 11:16:12 AM
>
> Please respond to [EMAIL PROTECTED]
>
> To: [EMAIL PROTECTED]
> cc: (bcc: Ronald A. Yacketta/958157/EKC)
> Subject: [newbie] IP Masquerading
>
>
>
>
> What's the best way to go about setting up Mandrake for IP-Masquerading?
> Sorry if this has been asked already, but I'm a newbie to this newbie
> group.
> :) I already set up internet access on my Linux machine, and also networked
> it to my Win98 computer, so they're both able to ping each other with no
> problem. I understand Linux is IP-Masq capable out-of-the-box, so is there
> just some switch I have to set somewhere? Thanks!
>
> Ron