Hi there,

thanks for your reply.  All that you mention checks out fine.  perhaps I
wasn't clear in my original post or I misunderstand what you are getting at.

IP forwarding is working fine.  I've setup PC's on the hub with 192.168.1.1
as their gateway.  when i pull up a browser and request
http://www.redhat.com the linux box sees this and automagically dials the
ISP and the page comes up on the broser about 45secs later.

what doesn't work is dialing up from the remote sites to the same modem.  It
verifies my password with PAP and assigns me the IP address just fine.  but
then when I try to telnet or ftp to it I get no response.

any more suggestions?  I haven't looked at the proxy arp thing yet but will
right away.  It doesn't sound much like something that would keep me from
doing what I'm trying to do though.  I will look though.

thanks,

rob


> -----Original Message-----
> From: Michael Jinks [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 20, 1998 12:32 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: Help: telneting inbound via a ppp connection
>
>
> Usually this is an IP-forwarding problem; I don't know why
> the ppp howto
> doesn't tell you that you need to have IP forwarding compiled
> into the kernel
> AND ENABLED on the startup (or whenever you plan to use ppp
> or any other
> service that forwards IP).
>
> Even if IP forwarding isn't enabled, you should still be able
> to access the
> machine that's providing ppp dialup through telnet, ftp
> and/or ping; if that's
> the case, then IP forwarding is probably what's holding you up.
>
> $ cat /proc/sys/net/ipv4/ip_forward
>
> This should yield a 1.  If not, become root and
>
> # echo '1' >/proc/sys/net/ipv4/ip_forward
>
> That should enable ip forwarding for now.  Then, edit your
> /etc/sysconfig/network and make sure it contains this line:
>
> FORWARD_IPV4=yes
>
> That will make it work on the boot.
>
> If this doesn't solve your problem, then my next guess is that there's
> something up with your ppp setup; look into the "proxyarp"
> option, which I
> think is detailed in the HOWTO.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to