SRX

last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  PPPoE connecting, but no browsing (ping ok)

    Posted 03-22-2016 06:40

    Hi everyone, I'm trying to configure my SRX210 to connect with PPPoE.. I went through the wizard and i see the connection being established. i can ping a website, however i cannot browse to the same website or any other website.. its either really slow or not working at all.. DNS works, i have my external IP address on the router and i see routing itself or NAT is going ok.. (also given ping is working..)

     

     

    apply-macro Startup_Connection;
    ppp-options {
    chap {
    default-chap-secret “blablabla/“; ## SECRET-DATA
    local-name blablalogin;
    passive;
    }
    pap {
    local-name blablalogin;
    local-password “blablasecret”; ## SECRET-DATA
    passive;
    }
    }
    pppoe-options {
    underlying-interface ge-0/0/0.0;
    auto-reconnect 1;
    }
    family inet {
    negotiate-address;
    }
    }

     

     

    I tried a similar config with my SSG20, and that one works flawlessly.. so its not the connection itself.. nor user/pass error

     

    Any hints??



  • 2.  RE: PPPoE connecting, but no browsing (ping ok)
    Best Answer

     
    Posted 03-22-2016 23:56

    HI,

     

    Can you share some more of your nat / routing config ? So we can have a look.

     

    My first thing would be lower your tcp-mss a bit

     

    set security flow tcp-mss all-tcp mss 1350 

     

     

     



  • 3.  RE: PPPoE connecting, but no browsing (ping ok)

    Posted 03-26-2016 01:21

    HA!

    that seeme to do the trick indeed!

     

    Thanks!