Re: Internet connection

From: Jeff Hogg (tastin_at_catchnet.net)
Date: 06/02/04

  • Next message: Ed Greshko: "Re: Installed a DVD burner on RHL9, and now the machine reboots"
    Date: Wed, 02 Jun 2004 09:57:33 -0500
    To: General Red Hat Linux discussion list <redhat-list@redhat.com>
    
    

    Toto Gamez wrote:
    > I have set up a Dial-in server RH9 using mgetty. How would I give internet
    > access to the dial-up client using iptables with this in my ppp/options
    >192.168.100.1:192.168.100.2? When dial-up client is connected I cant ping
    >192.168.100.2, I dont have any firewall and I also issue iptables -F

    Have you already set the proxy arp and ktune options in the
    /etc/ppp/options file? Those two should get you routing and forwarding
    your dialin connections. You probably ought to set up some sort of
    firewall once you have this running though.. This is roughly what I'm
    using at the moment in my options file:

    -detach
    netmask 255.255.255.0
    ktune
    proxy-arp
    ms-dns xxx.xxx.xxx.xxx
    ms-dns xxx.xxx.xxx.xxx
    asnycmap 0
    lock
    crtscts
    modem

    Hope this helps :)

    Jeff Hogg

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Ed Greshko: "Re: Installed a DVD burner on RHL9, and now the machine reboots"