It may suffice to shutdown other COMM channels before dialing out. $ ifconfig If there is a channel like: eth0 Link encap:Ethernet HWaddr 00:13:d3:00:6e:91 inet addr:12.144.185.35 Bcast:12.144.185.255 Mask:255.255.255.0 inet6 addr: fe80::213:d3ff:fe00:6e91/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:13853 errors:0 dropped:0 overruns:0 frame:0 TX packets:2002 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:3605590 (3.4 MB) TX bytes:386457 (377.3 KB) Then: $ sudo ifconfig eth0 down Afterward, do the dialout and the ppp0 DNS will be used. Otherwise the System will try to use the eth0 cogent DNS, and this will not work, i.e. browing will fail. MarvS On Wed, Mar 25, 2009 at 8:31 PM, Antonio Olivares <olivares14031@xxxxxxxxx> wrote: > > Morris, > > Add to the file /etc/resolv.conf the nameservers: > > --> primary DNS address 198.6.100.98 > --> pppd: ��� > --> secondary DNS address 198.6.1.98 > > please do a > $ sudo gedit /etc/resolv.conf > and add > > nameserver 198.6.100.98 > nameserver 198.6.1.98 > > and try to surf again > > when you do a cat /etc/resolv.conf you should see > > $ cat /etc/resolv.conf > nameserver 198.6.100.98 > nameserver 198.6.1.98 > > Report back if this helped to connect. If the machine does not connect, then your ISP might change these numbers so a different configuration will be needed. > > Regards, > > > Antonio > > --- On Wed, 3/25/09, flydog_38@xxxxxxxxx <flydog_38@xxxxxxxxx> wrote: > >> From: flydog_38@xxxxxxxxx <flydog_38@xxxxxxxxx> >> Subject: The daemon works but... >> To: discuss@xxxxxxxxxxxxx >> Date: Wednesday, March 25, 2009, 5:26 PM >> I tried the suggestion of putting "sudo" in front >> of wvdial, and I got the modem to connect with my ISP. >> However, I can't get Firefox to open my home page yet. >> Here's the text of my last login session: >> morris@morris-laptop:~$ sudo wvdial >> [sudo] password for morris: >> --> WvDial: Internet dialer version 1.60 >> --> Cannot get information for serial port. >> --> Initializing modem. >> --> Sending: ATZ >> ATZ >> OK >> --> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 >> ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 >> OK >> --> Modem initialized. >> --> Sending: ATDT85969757 >> --> Waiting for carrier. >> ATDT85969757 >> CONNECT 44000 >> --> Carrier detected. Waiting for prompt. >> UQKT2 an3.rdu6.da.uu.net >> Login: >> --> Looks like a login prompt. >> --> Sending: usuns@xxxxxxxxx >> usuns@xxxxxxxxx >> Password: >> --> Looks like a password prompt. >> --> Sending: (password) >> Entering PPP Session. >> IP address is 63.19.160.220 >> MTU is 1500. >> --> Looks like a welcome message. >> --> Starting pppd at Tue Mar 24 20:22:42 2009 >> --> Pid of pppd: 9105 >> --> Using interface ppp0 >> --> pppd: ��� >> --> pppd: ��� >> --> pppd: ��� >> --> pppd: ��� >> --> local IP address 63.19.160.220 >> --> pppd: ��� >> --> remote IP address 63.3.11.2 >> --> pppd: ��� >> --> primary DNS address 198.6.100.98 >> --> pppd: ��� >> --> secondary DNS address 198.6.1.98 >> --> pppd: ��� >> >> What are the question marks? What do I need to do now? >> >> Thanks to everyone for their help! >> >> Morris > > > >