LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-04-2003, 06:40 AM   #1
archish
Member
 
Registered: Apr 2003
Location: India
Distribution: Slackware 9.1
Posts: 94

Rep: Reputation: 15
internet connection problem


I am connecting to the internet using a script given
pppd /dev/modem 115200 debug usepeerdns defaultroute connect '/usr/sbin/chat -v "" at+cta=30 OK "atdt#777" CONNECT' mtu 264

The etc/resolv.conf are all proper with the dns no specified.
The problem is it gets connected but stops during resolving the host and gets timed out. I have to enter few options in the etc/ppp/options file. I did that and still that is not working. I want to know is there any other file to which I should make the entries of etc/ppp/options file? I tried this in knoppix and it works fine and I am able to connect and browse. Is the file structure different from other distro in slack? Kindly help me.
 
Old 12-04-2003, 12:55 PM   #2
archish
Member
 
Registered: Apr 2003
Location: India
Distribution: Slackware 9.1
Posts: 94

Original Poster
Rep: Reputation: 15
no one
 
Old 12-04-2003, 01:07 PM   #3
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
The etc/resolv.conf are all proper
with the dns no specified.
What does that mean, can you post
your resolv.conf?


Cheers,
Tink
 
Old 12-04-2003, 01:47 PM   #4
archish
Member
 
Registered: Apr 2003
Location: India
Distribution: Slackware 9.1
Posts: 94

Original Poster
Rep: Reputation: 15
the entries in my /etc/resolv.conf
nameserver 202.138.103.100
nameserver 202.138.96.2
 
Old 12-04-2003, 02:00 PM   #5
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Can you ping the nameservers by
their ip address?


Cheers,
Tink
 
Old 12-04-2003, 02:56 PM   #6
archish
Member
 
Registered: Apr 2003
Location: India
Distribution: Slackware 9.1
Posts: 94

Original Poster
Rep: Reputation: 15
no
 
Old 12-04-2003, 03:02 PM   #7
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
What's the output of
ifconfig
and
route

Did you read the ppp-daemons logs?


Cheers,
Tink
 
Old 12-04-2003, 04:00 PM   #8
archish
Member
 
Registered: Apr 2003
Location: India
Distribution: Slackware 9.1
Posts: 94

Original Poster
Rep: Reputation: 15
I have not read the log and these are the output

root@darkstar:/home/archish# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

ppp0 Link encap:Point-to-Point Protocol
inet addr:220.226.12.80 P-t-P:97.236.2.14 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:264 Metric:1
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:141 (141.0 b) TX bytes:115 (115.0 b)

root@darkstar:/home/archish# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
97.236.2.14 * 255.255.255.255 UH 0 0 0 ppp0
loopback * 255.0.0.0 U 0 0 0 lo
default 97.236.2.14 0.0.0.0 UG 0 0 0 ppp0
 
Old 12-04-2003, 04:14 PM   #9
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Weird ... that looks good to me. Have
you by any chance locked yourself
out with a firewall script of some sort?


Cheers,
Tink
 
Old 12-04-2003, 09:03 PM   #10
archish
Member
 
Registered: Apr 2003
Location: India
Distribution: Slackware 9.1
Posts: 94

Original Poster
Rep: Reputation: 15
I know the problem is wierd if i do the same thing in other distro it works fine, i even tried formatting the partition and reinstalling slack but I have no success. I wanted to know is the file strucure in slack different than other distro? If this dosent work I will have to hunt for another good distro
 
Old 12-04-2003, 09:32 PM   #11
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Which brings us back to the issue of reading
logfiles ...


I think you should do that now :}


Cheers,
Tink
 
Old 12-04-2003, 10:05 PM   #12
archish
Member
 
Registered: Apr 2003
Location: India
Distribution: Slackware 9.1
Posts: 94

Original Poster
Rep: Reputation: 15
I did some mail work and its amazing that i am able to send and recieve mail and also connect to telnet server. Now the http stuff dosent seem to work i.e webpages. Is there any service required to be running in the background to browse webpages? If yes then which one and how do I enable it.

also where is the log file you are saying e to read
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet connection problem Swetko Linux - Networking 1 11-09-2005 10:36 AM
Internet Connection Problem genrl Linux - Networking 6 09-23-2005 03:43 PM
yet another internet connection problem muffinman newb Linux - Networking 17 12-14-2004 02:03 PM
internet connection problem inc0gs Red Hat 3 07-19-2004 01:42 PM
internet connection problem!? romo Linux - Networking 2 12-03-2001 03:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration