hello

After configuring pppd for a broadband adsl connection, the connection process 
works properly. Here is the log:

 pppd call myisp
Serial connection established.
Using interface sppp0
Connect: sppp0 <--> /dev/sppptun
LCP: Rcvd Code-Reject for Identification id 234
Remote message: Access Accept
local  IP address 41.207.39.83
remote IP address 41.207.39.1
primary   DNS address 193.251.141.253
secondary DNS address 80.15.245.3

An sppp0 interface is got using the rtls0 ethernet card  (pppoe)

The internet provider supplies the IP and DNS addresses.
Here is the file /etc/ppp/peers/myisp :

sppptun
plugin pppoe.so

#connect "/usr/bin/chat -f /etc/ppp/myisp-chat"
connect "/usr/lib/inet/pppoec rtls0"
user myusername
password mypasswd               
remotename myisp
persist                 
noauth                  
noipdefault     
defaultroute            
usepeerdns
updetach                
noccp                   

I clearly put "usepeerdns" which dumps a /etc/ppp/resolv.conf file and contains 
the nameservers 

However, it's impossible to display any webpage
Applying ping to an website address results in nothing, which seems to be a DNS 
problem

When I type 72.14.215.104 in the browser, I reach Google website.

I copied nsswitch.conf to /etc/ppp and added "dns" after host:files
Then I performed a ln -s /etc/ppp/resolv.conf  /etc/resolv.conf

But the problem persists
Is there any configuration file which hasn't been set up properly?
 
 
This message posted from opensolaris.org
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to