Re: ISP connection issue (Rick Fournier)

From: Shawn B (shawnblan_at_yahoo.com)
Date: 02/08/05

  • Next message: Rick Fournier: "Re: ISP connection issue (Rick Fournier)"
    Date: Mon, 7 Feb 2005 20:29:34 -0500 (EST)
    To: freebsd-isp@freebsd.org
    
    

    Rick,
    I cannot put the actual ppp.conf file here, but I will
    retype it.

    ppp.conf
    --------
    default:
            set log Phase Chat LCP CCP IPCP tun command
            nat enable yes
            nat same_ports yes
            nat use_sockets yes
            set redial 15 28800
            set reconnect 15 28800

    Sympatico:
            set device PPPoE:rl0
            set mru 1492
            set mtu 1492
            enable lqr
            set lqrperiod 5
            # set speed synch # I get an error with this line,
    so I leave it out.
            set cd 5
            set login
            set timeout 10
            set authname b1xxxxxx # I've tried both authname
    with and without @sympatico
            set authkey xxxxxxxx
            set ifaddr 10.0.0.1/0 10.0.0.2/0
    255.255.255.0.0.0.0.0
            enable dns

    rd.conf
    -------
    ifconfig_rl0="inet 10.0.0.1 netmask 255.0.0.0 -arp up"
    ppp_enable_"YES"
    ppp_mode="Sympatico"
    inetd_enable="YES"

    As far as nameservers are concerned, I contacted
    Sympatico, and they gave me the two nameservers to
    use.

     --- Rick Fournier <rick@rimasec.net> wrote:
    > Could you include your ppp.conf file? (without
    > passwords)
    > Does the connection fail or connect successfully?
    >
    > If you can connect but having traffic issues check
    > your mtu and mru's
    > This works for me using a diff ISP thats also using
    > Bell lines in Montreal...
    >
    > set device PPPoE:ed0
    > set authname username@isp
    > set authkey password
    > set cd 5
    > set mtu max 1366
    > set mru 1492
    > set redial 0
    > set timeout 120
    > set ifaddr 0.0.0.0/0 0.0.0.0/24 255.255.255.0
    > 0.0.0.0
    > add default HISADDR
    >
    > -Rick

    ______________________________________________________________________
    Post your free ad now! http://personals.yahoo.ca
    _______________________________________________
    freebsd-isp@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-isp
    To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"


  • Next message: Rick Fournier: "Re: ISP connection issue (Rick Fournier)"