LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-11-2005, 06:12 AM   #1
redrobin77
Member
 
Registered: Jan 2004
Location: Germany
Distribution: RH9, Suse 9.3, FC3, Suse10.1, WinXP ;)
Posts: 103

Rep: Reputation: 15
Unhappy DSL/Network connection problem...


Hi,

I recently got DSL and it woks well with my WIn98 dual boot machine but not the Suse9.1. partition.

If I boot win98, it is OK.

Sesu9.1 does not connect either through the Network card I have ( realtek RT8139 ) or the USB connection.

It there any setup needed ? IP..etc

I have enabled DHCP and the network card is working OK ( when I connect another laptop through the cross-over cable, it works ).

Any hints please?

thanks.
redrobin
 
Old 02-11-2005, 06:59 AM   #2
anand_kt
Member
 
Registered: Dec 2004
Location: Chennai, India
Distribution: Red Hat, Knoppix
Posts: 86

Rep: Reputation: 15
network settings in your Win98 and Suse basically will be identical.
afterall, its TCP/IP that lies underneath.

So, if you use static/dhcp in win 98 then use same in suse. do u have dhclient rpm installed?

what is you ifconfig output?
 
Old 02-11-2005, 07:03 AM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
It is easiest method is to use the ethernet port. You will need to configure a dsL connection. I do not run SuSE and so I am unfamilar with yast network cofiguration wizard.

Last edited by michaelk; 02-11-2005 at 07:08 AM.
 
Old 02-11-2005, 07:16 AM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Quote:
Originally posted by anand_kt
network settings in your Win98 and Suse basically will be identical.
afterall, its TCP/IP that lies underneath.

So, if you use static/dhcp in win 98 then use same in suse. do u have dhclient rpm installed?

what is you ifconfig output?
Sort of. DSL uses a different protocol pppoe or pppoa. I'm assuming redrobin77 is not using a router. Once connected to DSL you will see a ppp0 interface
 
Old 02-11-2005, 07:29 AM   #5
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Rep: Reputation: 239Reputation: 239Reputation: 239
Have you set up your network card in Yast? (This is almost defintely done automatic)

Are you using a DSL modem or a DSL modem/gateway/router?
(Was it supplied by your ISP?)


If you have a modem there's a fair chance it may not work
out the box in Linux. (this is the likely cause)

If so I'd go out and buy a decent ADSL/Gateway (Linksys e.g)
They are quite cheap. They are better than a modem anyway giving you added firewall
protection and multiple connection ports.



do:

/sbin/ifconfig

to see if you have any interfaces setup.
(post what you see)

Look in /etc/sysadmin/network

for ifcfg-eth0 or similar names.

Last edited by bigearsbilly; 02-11-2005 at 07:30 AM.
 
Old 02-11-2005, 09:22 AM   #6
redrobin77
Member
 
Registered: Jan 2004
Location: Germany
Distribution: RH9, Suse 9.3, FC3, Suse10.1, WinXP ;)
Posts: 103

Original Poster
Rep: Reputation: 15
output ...

Hi all,

thanks for the replies.

I have setup the network card in yast.

I am using the DSL modem/router supplied by the provider. ( FRITZ BOX Fon)

Here is the output I saw:

THere was no /etc/sysadmin/network directory, but there was /etc/sysconfig/network.

In there I saw:
ifcfg-dsl0
ifcfg-eth-id-00:02:44:....
ifcfg-lo
...
...

ifconfig produced:

eth0 Link encap:Ethernet...
inet6 addr:fe08::202:44ff:fe08:....
......

lo Link encap: Local Loopback
inetadr:127.0.0.1 ..
......

anything else..?

thanks,
redrobin
 
Old 02-11-2005, 09:31 AM   #7
NetAX
Member
 
Registered: Mar 2004
Location: Boston, MA
Distribution: SuSE Linux Open/Enterprise, Red Hat, Ubuntu
Posts: 147

Rep: Reputation: 17
hmm seems like you dont have an IP address. Post your /etc/sysconfig/network/ifcfg-eth0 file.

One other thing that i considered to be a problem before i read the last post was to check your route table to see if you have an active route to the modem.

Code:
 route -n
A properly configured route will have 0.0.0.0 (as the default network to send any unanswered requests) and 192.168.X.X as your gateway.
 
Old 02-11-2005, 09:40 AM   #8
redrobin77
Member
 
Registered: Jan 2004
Location: Germany
Distribution: RH9, Suse 9.3, FC3, Suse10.1, WinXP ;)
Posts: 103

Original Poster
Rep: Reputation: 15
I am using DHCP, so do I need a static IP addr?

anyway here is the /etc/sysconfig/network/ifcfg-eth0:

BOOTPROTO: 'dhcp'
MTU=''
REMOTE_IPADDR=''
STARTMODE='onboot'
UNIQUE='WL76......'
_nm_name='bus-pci-0000:00:09.0'

route -n produces something like:

Destination Gateway GenMask ........... ...... ...... Iface
192.168.178.0 0.0.0.0 255.255.255.0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 ............................eth0
127.0.0.0 0.0.0.0 255.0.0.0 ..............................lo
0.0.0.0 192.168.178.1 0.0.0.0. ...................................eth0

thanks,
redroin
 
Old 02-11-2005, 09:42 AM   #9
Avatar
Member
 
Registered: May 2001
Location: Canada
Distribution: old ones
Posts: 555

Rep: Reputation: 33
Just a note, have you tried running the command adsl-setup?
On my system (Mandrake) it's in /usr/sbin, in case its' not part of your PATH.
 
Old 02-11-2005, 09:46 AM   #10
redrobin77
Member
 
Registered: Jan 2004
Location: Germany
Distribution: RH9, Suse 9.3, FC3, Suse10.1, WinXP ;)
Posts: 103

Original Poster
Rep: Reputation: 15
There is no adsl-setup that I can find in suse...;(

I checked /usr/sbin as well.
 
Old 02-14-2005, 07:51 AM   #11
Avatar
Member
 
Registered: May 2001
Location: Canada
Distribution: old ones
Posts: 555

Rep: Reputation: 33
what happens when you try "adsl-start" ?

I think you have to be root for these.
 
Old 02-14-2005, 08:06 AM   #12
redrobin77
Member
 
Registered: Jan 2004
Location: Germany
Distribution: RH9, Suse 9.3, FC3, Suse10.1, WinXP ;)
Posts: 103

Original Poster
Rep: Reputation: 15
adsl-start also does not exist.....



But, now I am trying to install Redhat9.0 to see if that works better...
 
Old 02-14-2005, 08:13 AM   #13
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Rep: Reputation: 239Reputation: 239Reputation: 239
looks like this is your dsl interface:
ifcfg-dsl0
post it for us.

have you got a
ifcfg-eth0?

post it for us.
Though it looks as though it won't connect from the ifstatus.


also have you tried:

/sbin/ifup dsl0?

It's probably the modem.
Does it connect via ethernet or USB or how?
 
Old 02-15-2005, 10:20 AM   #14
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Rep: Reputation: 239Reputation: 239Reputation: 239
you'll probably find it's a hardware problem.
 
Old 02-15-2005, 03:18 PM   #15
redrobin77
Member
 
Registered: Jan 2004
Location: Germany
Distribution: RH9, Suse 9.3, FC3, Suse10.1, WinXP ;)
Posts: 103

Original Poster
Rep: Reputation: 15
# cat ifcfg-eth0
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
USERCTL=no
PEERDNS=no
TYPE=Ethernet


# cat ifcfg-ppp0
USERCTL=yes
BOOTPROTO=dialup
NAME=DSLppp0
DEVICE=ppp0
TYPE=xDSL
ONBOOT=no
PIDFILE=/var/run/pppoe-adsl.pid
FIREWALL=STANDALONE
PING=.
PPPOE_TIMEOUT=80
LCP_FAILURE=3
LCP_INTERVAL=20
CLAMPMSS=1412
CONNECT_POLL=6
CONNECT_TIMEOUT=60
DEFROUTE=yes
SYNCHRONOUS=no
ETH=eth0
PROVIDER=....
USER=......
PEERDNS=yes

I cannot find the ifcfg-dsl0 any more after installing redhat!

thanks.
redrobin
 
  


Reply



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
DSL connection problem geo_gt Linux - Networking 3 12-06-2004 12:18 PM
Problems setting up my internet connection, DSL with two network cards ALInux Linux - Networking 8 08-23-2004 02:48 PM
dsl connection problem on FC2 tomhemba Fedora 2 06-09-2004 12:37 AM
sbc yahoo dsl connection problem bikerj Linux - General 1 05-01-2004 05:13 AM
Wierd DSL connection problem Joekool Linux - Newbie 0 01-09-2003 12:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:05 PM.

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