[101732] in RedHat Linux List

home help back first fref pref prev next nref lref last post

RE: RH52, Win95/98 TCP/IP Networking Problem

daemon@ATHENA.MIT.EDU (Charles Galpin)
Sat Nov 28 21:45:44 1998

Date: Sat, 28 Nov 1998 21:42:07 -0500
From: Charles Galpin <cgalpin@lighthouse-software.com>
To: Mark Knipfer <redhat-list@redhat.com>
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com

masquerading is not as hard as it seems. I have the following in my 
/etc/rc.d/rc.local

# IP Masquerading
echo "ip_masq 90.0.0.3"
echo "1" > /proc/sys/net/ipv4/ip_forward
/sbin/depmod -a
/sbin/modprobe ipip.o
/sbin/modprobe ip_masq_ftp.o
/sbin/modprobe ip_masq_raudio.o
/sbin/modprobe ip_irc.o
/sbin/ipfwadm -F -p deny
/sbin/ipfwadm -F -a m -S90.0.0.0/24 -D0.0.0.0/0
/sbin/ifconfig eth0 90.0.0.3
/sbin/route add -net 90.0.0.0

my machine's ip is 90.0.0.3. I suggest reading up on these commands, and pay 
attention to the switches used, and the order of the commands.

love your sigature.

hth
charles

===== Original Message from Mark Knipfer <redhat-list@redhat.com> at 
11/28/98 9:40 pm
>Gary wrote:
>>
>> Mark I'm using 5.1 in a similar fashion.
>>
>> Set up masquerading on the linux box.

<snip>
>Linux IP Masquerade mini HOWTO:
>http://sunsite.unc.edu/mdw/HOWTO/mini/IP-Masquerade.html
>
>Is there any other easier way to accomplish what I am trying to do
>without masquerading?
>
>Note: I'm a newbie at Linux.
>
>--
>Mark Knipfer
>Internet Addict
>

-- Charles Galpin   <cgalpin@lighthouse-software.com>


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
		http://www.redhat.com http://archive.redhat.com
         To unsubscribe: mail redhat-list-request@redhat.com with 
                       "unsubscribe" as the Subject.


home help back first fref pref prev next nref lref last post