-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 INDER BAGGA wrote: > i used wvdial command as root user, my tata indicom modem is > detected,.........then it shows local and remote ip address > then primary and secondary dns address,........after that following is > displayed...... > > > --> pppd: =[14] �;[14] > --> primary DNS address 202.54.15.30 > --> pppd: =[14] �;[14] > --> secondary DNS address 202.54.1.30 > --> pppd: =[14] �;[14] > but, after this internet session doesn't statrted..........any soln. It probably is not updating your /etc/resolv.conf which is suppose to contain the above two DNS servers.
It is a known bug in the pppoe package in Fedora. You might need to use this workaround echo "nameserver 202.54.15.30" >> /etc/resolv.conf echo "nameserver 202.54.1.30" >> /etc/resolv.conf After you have run the wvdial command. Hope it helps. Deependra Singh Shekhawat - -- RHCE/RHCSS Certificate number: 804006843818597 Type: pub bits/keyID: 1024D/483B234C Date: 2007/06/29 Key Server: pgp.mit.edu User ID: Deependra Singh Shekhawat (Fedora Project) <[email protected]> <[email protected]> Key fingerprint: ED45 62EA A4D7 53FB 44C7 774A D55B F3F0 483B 234C -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkn9G9sACgkQ1Vvz8Eg7I0zffACghpmVX27vX1/EepH1KtlpvTzw OUEAoK8ZiOIARtC88/KAJkDh7Ql7ke1i =1AO6 -----END PGP SIGNATURE----- _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
