Mailinglist Archive: opensuse (2358 mails)

< Previous Next >
Re: [SLE] Masquerading Causing Hair Loss
  • From: reynald_w@xxxxxxxxx (Ren West)
  • Date: Mon, 18 Oct 1999 06:13:42 -0700 (PDT)
  • Message-id: <19991018131342.9903.rocketmail@xxxxxxxxxxxxxxxxxxxxx>



I'm not sure if this will be of any help to you folks, but I have had to
do this in the past. The /proc file system contains a file called
ip_forward which has to be echoed with a "1".

echo 1 > /proc/sys/net/ipv4/ip_forward

Try that, or, see what that file is not. If its a "0", then thats what
your problems are.

--- "Michael H. Collins" <mhtexcollins@xxxxxxxx> wrote:
> Check out this site for all your problems...
>
>
> http://jgo.local.net/LinuxGuide/index.html
>
> "Argentium G. Tiger" wrote:
> >
> > At 10:56 AM 10/17/1999 -0500, you wrote:
> > >I'm just about to pull out my hair with Masq. I've upgraded my
> server to
> > >6.2 because I thought it would be easier to configure.
> >
> > Join the club, I've got very little hair left as well! :-)
> >
> > I've been fighting with this EXACT problem all day and all of tonight,
> and
> > I think I've more or less solved it with the help of a whole bunch of
> > people (Lenz Grimmer & Jon Penington as big contributers to what
> passes for
> > my sanity). :-)
> >
> > >I can go to my server, wvdial onto the net, surf around, and ping
> > >anything.
> >
> > Ok, so you're probably using ppp0 as your connection device.
> >
> > >My client IP is 192.168.1.2
> > >My server IP is 192.168.1.1
> >
> > *grin* Very close to what I'm doing... Only difference is my clients
> are
> > 192.168.1.101 to 192.168.1.103 inclusive.
> >
> > >On my server in the rc.config file I have:
> > >IP_FORWARD=yes
> >
> > Good.
> >
> > >#
> > ># Masquerading settings - See /usr/doc/packages/firewall
> > ># for a detailed description
> > >#
> > >MSQ_START="yes"
> > >MSQ_NETWORKS="192.168.0.0/24"
> > >MSQ_DEV="eth0"
> > >MSQ_MODULES="ip_masq_cuseeme ip_masq_ftp ip_masq_irc ip_masq_quake
> > >ip_masq_raudio ip_masq_vdolive"
> >
> > Take this for what it's worth, but I had to change MSQ_DEV="eth0" to
> > MSQ_DEV="ppp0".
> >
> > >route -n on the client looks like this:
> >
> > Routes look good. They'll probably look more expansive on your server
> when
> > your wvdial connection is active and up.
> >
> > >Any ideas on what to check would be appreciated.
> >
> > Lenz suggested that I install 2 packages:
> > "firewall" from the "n" series, and "ipchains" from the "sec" series.
> >
> > He also gave me the following URL to read:
> >
> > http://skaro.nightcrawler.com/~bb/FW-HOWTO/FW-Howto.html
> >
> > I learned about the MSQ_DEV="eth0" to MSQ_DEV="ppp0" change from that
> URL.
> >
> > Good luck... I know how frustrating this piece of the networking
> puzzle
> > can be. It should _not_ be this difficult.

=====
Ren West
Software Support Analyst
MRO.COM Inc. / PSDi
London, Ontario, Canada
reynald_W@xxxxxxxxx
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com


--
To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/


< Previous Next >