LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - Installation (https://www.linuxquestions.org/questions/slackware-installation-40/)
-   -   My dialup to my internet provider works but I don't have access to internet (https://www.linuxquestions.org/questions/slackware-installation-40/my-dialup-to-my-internet-provider-works-but-i-dont-have-access-to-internet-884850/)

jsl06 06-06-2011 01:12 PM

My dialup to my internet provider works but I don't have access to internet
 
I have installed slackware 13.1 32-bit to space provided by windows 7 64-bit. I presently have just cli. My mmodem is a serial modem that is connected though a usb port. It works under windows. I have managed to dialup to my internet provider as evidenced by the addresses shown on the screen. The trouble is that I connot connect to the lynx organization or access the internet through links. Previously I had windows installed and konquerer gave similar results. I could not find any help in dmesg.

ButterflyMelissa 06-06-2011 05:22 PM

Hi,

Dial-up is way-back-when for me, so I hope I can help, found some docs to get started with

http://howto.gumph.org/content/insta...odem-in-linux/
and, a bit closer to home
http://www.linuxquestions.org/questi...tinues-318106/

Hope you get this fixed...not getting online is a nuisance...

Thor

mesiol 06-07-2011 05:07 AM

some more detailled information is required to help you solving your problem.

Are you able to ping a known ip-adress? Did you check that default route on your system points to ppp0 device/ipadress? Did you enter correct name server in /etc/resolv.conf? Did you use wvdial to configure internet connection via modem?

Best you provide the output of
Code:

ifconfig -a
Code:

route -n
and
Code:

cat /etc/resolv.conf
after your internet connection is established.

jsl06 06-10-2011 03:56 AM

Quote:

Originally Posted by Thor_2.0 (Post 4378224)
Hi,

Dial-up is way-back-when for me, so I hope I can help, found some docs to get started with

http://howto.gumph.org/content/insta...odem-in-linux/
and, a bit closer to home
http://www.linuxquestions.org/questi...tinues-318106/

Hope you get this fixed...not getting online is a nuisance...

Thor

Thank you for the referral Thor. However, I useed pnpdump and my modem was not recognized. Also, I installed software in Windows . The company does not claim to be pnp. To get pppd to work with the modem I had to create a link between /dev/ttyUSB0 and /dev/modem. While dmesg shows a recognition of the USB-serial adaptor, it does not show the modem. I believe that I need to tell the serial controller to look for the modem at ttyUSB0.
James

jsl06 06-12-2011 12:31 PM

Quote:

Originally Posted by mesiol (Post 4378639)
some more detailled information is required to help you solving your problem.

Are you able to ping a known ip-adress? Did you check that default route on your system points to ppp0 device/ipadress? Did you enter correct name server in /etc/resolv.conf? Did you use wvdial to configure internet connection via modem?

Best you provide the output of
Code:

ifconfig -a
Code:

route -n
and
Code:

cat /etc/resolv.conf
after your internet connection is established.

ifconfig -a
Link encap: Local Loopback
inet addr: 127.0.0.1 Mask 255.0.0.0
inet6 addr: :: 1/128 Scope:Host
UP LOOPBCK Running MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overuns frame:0
TX packets:0 errors:0 dropped:0 overuns:0 carrier:0
collisions:0 txqueque:0
Rx bytes:0 (0.0.B) TX bytes:0 (0.0.B)

route -n
Kernel IP routing table
Destination Gateway Genmask Flag Metric Ref Use Ifacc
127.0.0.0 0.0.0.0 255.0.0.0 V 0 0 0 1a

cat /etc/resolv.conf
Search aceweb.com
name server 209.247.21.9

James

jsl06 06-12-2011 01:16 PM

Quote:

Originally Posted by jsl06 (Post 4383480)
ifconfig -a
Link encap: Local Loopback
inet addr: 127.0.0.1 Mask 255.0.0.0
inet6 addr: :: 1/128 Scope:Host
UP LOOPBCK Running MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overuns frame:0
TX packets:0 errors:0 dropped:0 overuns:0 carrier:0
collisions:0 txqueque:0
Rx bytes:0 (0.0.B) TX bytes:0 (0.0.B)

route -n
Kernel IP routing table
Destination Gateway Genmask Flag Metric Ref Use Ifacc
127.0.0.0 0.0.0.0 255.0.0.0 V 0 0 0 1a

cat /etc/resolv.conf
Search aceweb.com
name server 209.247.21.9

James

209.247.21.19 Ping Statistics
77 packets transmitted,77 received,0 packet loss, time 76075 ms rtt min/avg max/ndev
222.360/240.435/268.936/11.276 Ms


All times are GMT -5. The time now is 08:28 PM.