Quantcast
Channel: SRX Services Gateway topics
Viewing all articles
Browse latest Browse all 3959

PPPoE connecting, but no browsing (ping ok)

$
0
0

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??


Viewing all articles
Browse latest Browse all 3959

Trending Articles