On Sun, Sep 22, 2002 at 11:09:57AM -0700, Diwakar Agnihotri wrote: > Here are the details: > > Content of /etc/resolv.conf: > [snipped] > > /etc/ppp/options: > [snipped] > > /etc/ppp/resolv.conf: > [snipped] > > Kppp configuration: > [snipped: not needed] > > I changed the modem init string ATZ to ATX1 because > the former didn't work. > ---end quoted text---
Just try these, and see the response ... ---------[/etc/resolv.conf]------------ domain net4india.com search net4india.com nameserver 202.71.129.50 nameserver 202.71.129.33 nameserver 202.71.128.37 ------------[/snip]-------------------- ----------[/etc/ppp/options]------------- # General configuration options for PPPD: lock defaultroute noipdefault modem # Set your correct modem device below ttyS1 # Set baud rate below as per your hardware 57600 crtscts debug passive asyncmap 0 # If you have a default route already, pppd may require the # other side to authenticate itself, which most ISPs will not # do. To work around this, uncomment the line below. (Most of # the ISPs in India do not need this) #noauth # Uncomment line below if above does not work #usepeerdns ---------------[/snip]-------------------- ------------[/etc/ppp/resolv.conf]-------- nameserver 202.71.129.50 nameserver 202.71.129.33 nameserver 202.71.128.37 ----------------[/snip]------------------- Dail out with wvdial first, before trying kppp. This should work. HTH Bish -- : ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub : iptables tutor LOST #091 If u want to know more about iptables present in kernel 2.4.x point your browser to the following link :- http://people.unix-fu.org/andreasson/index.html ####<[EMAIL PROTECTED]>####################################### : ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
