LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Configure LAN Card in Suse 10.2 (https://www.linuxquestions.org/questions/suse-opensuse-60/configure-lan-card-in-suse-10-2-a-536041/)

navik_pathak 03-09-2007 12:00 PM

Configure LAN Card in Suse 10.2
 
Hi ,

I am new to Suse 10.2.

i can see my LAN card in Yast and see that it is using ipv6.

how can i configure my LAN so that i can use my internet.?

do i have to give exact DCHP server ip address for my COMCAST service?
how to configure that please let me know on this?

If some can put in step i will be greatful..

thanks in advance

Adrian Baker 03-09-2007 01:45 PM

Is your LAN card actually configured though? Being recognised in Yast doesn't mean it works!

Open a terminal as root and type 'iwconfig' Does this give a wireless option such as wlan0? Is your radio network listed or found? post your output here.

navik_pathak 03-09-2007 01:47 PM

Quote:

Originally Posted by Adrian Baker
Is your LAN card actually configured though? Being recognised in Yast doesn't mean it works!

Open a terminal as root and type 'iwconfig' Does this give a wireless option such as wlan0? Is your radio network listed or found? post your output here.

it is not wireless...it is ethernet card.

i used ifconfig and it shows
lo

etho

slo

something like that...

navik_pathak 03-10-2007 10:26 AM

any suggestions???

swerdna 03-10-2007 09:08 PM

Quote:

Originally Posted by navik_pathak
any suggestions???

Hello navik_pathak, that's surely not what it said when you entered "ifconfig". There must have been more than that. Can you do it again, enter two commands: first is su to take you into a root terminal, second is ifconfig. You can use copy/paste to put the results from your terminal session into your forum post.

We think you haven't configured your NIC but need to see the results of ifconfig to be sure.

Swerdna

navik_pathak 03-11-2007 08:53 AM

Hi...thanks for reply...

pporacle:~ # whoami
root
pporacle:~ # ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:14:22:A9:3C:96
inet addr:169.254.232.237 Bcast:169.254.255.255 Mask:255.255.0.0
inet6 addr: fe80::214:22ff:fea9:3c96/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1003 errors:0 dropped:0 overruns:0 frame:0
TX packets:23 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:64756 (63.2 Kb) TX bytes:3098 (3.0 Kb)
Interrupt:177

pporacle:~ #

it is taking broadcast ip.

any help/suggestions!!!!

swerdna 03-11-2007 04:32 PM

Quote:

Originally Posted by navik_pathak
Hi...thanks for reply...

pporacle:~ # whoami
root
pporacle:~ # ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:14:22:A9:3C:96
inet addr:169.254.232.237 Bcast:169.254.255.255 Mask:255.255.0.0
inet6 addr: fe80::214:22ff:fea9:3c96/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1003 errors:0 dropped:0 overruns:0 frame:0
TX packets:23 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:64756 (63.2 Kb) TX bytes:3098 (3.0 Kb)
Interrupt:177

pporacle:~ #

it is taking broadcast ip.

any help/suggestions!!!!

Hello again.
The first thing this shows is that your Network Interface Card (NIC) is recognised by Suse and is working, because it has an IP address.
The second thing this shows is that you are not receiving an IP address from the DHCP server because the address starts with 169.254 - These addresses are known as APIPA addresses.
First turn off ipv6 because it severely slows internet. Here's a link.
Second - you have not got connectivity with the DHCP server.
This is addressed one of two ways. But I cannot advise you further until I know which of the two ways you are connecting to the internet. So now I ask you this: Are you connecting to a router that connects to the modem or are you connecting directly to the modem?
And I ask you this: Is your modem a dial-up modem, a DSL/ADSL modem or a cable modem?

Please answer those two questions. In the meantime here is a picture for you to consider. Make things like Pic 4 and Pic 6.

Swerdna.

inspiron_Droid 03-11-2007 04:58 PM

You shouldnt need to obtain the dns informati9on from comcast as their network runs on a dynamic dns strucure which means that every time boot up you will automatically be asigned an Ip address fronm their dns servers. Thus you should be able to simply hook the catogory five cable from you modem directly into your Net work Interface Card (NIC) and surf to your hearts contenet.

navik_pathak 03-11-2007 06:27 PM

Quote:

Second - you have not got connectivity with the DHCP server.
This is addressed one of two ways. But I cannot advise you further until I know which of the two ways you are connecting to the internet. So now I ask you this: Are you connecting to a router that connects to the modem or are you connecting directly to the modem?
And I ask you this: Is your modem a dial-up modem, a DSL/ADSL modem or a cable modem?

hey thanks for reply...

i have a cable connection which is connected to a cable modem and than i am using RJ45 connection from cable modem to Laptop.

2) i have disabled ipv6 from Yast->Network->Network Card...selected the card
and in adavance option i have disable ipv6 so thats how i have disabled ipv6

3) i have installed oracle application 11i on my machine so i dont want to change my host domain....if it is possible....

thanks in advance

navik_pathak 03-12-2007 11:43 AM

any suggestions?

swerdna 03-12-2007 06:01 PM

Quote:

Originally Posted by navik_pathak
any suggestions?

Hello again sorry for delay - busy.
Your network card works because it has an APIPA address.
OK you should be getting a DHCP-provided IP address straight to your network Interface card (NIC) from Comcast according to flanksteak). That's normal. BUT you aren't. So what else? OK there are two questions: Authentication and connectivity. Solve connectivity first:
  • Check in Yast software management that these packages have been installed: dhcp-client, dhcpcd, dhcddb, dhcp - but I don't think that's the problem because that's installed by default.
  • Check that there are lights on the NIC socket indicating traffic to and from the cable modem - mine has a rapidly flashing green light showing network traffic.
  • Try replacing the ethernet cable.
  • Do you have a windows connection from the same machine with the same hardware - the only difference being dual-boot - to check the connectivity.
That's probably enough for the basics

navik_pathak 03-12-2007 06:06 PM

thanks for reply....

Quote:

[*]Check in Yast software management that these packages have been installed: dhcp-client, dhcpcd, dhcddb, dhcp - but I don't think that's the problem because that's installed by default.
all are present
Quote:

[*]Check that there are lights on the NIC socket indicating traffic to and from the cable modem - mine has a rapidly flashing green light showing network traffic.
Mine too...constantly fleshing light

Quote:

[*]Try replacing the ethernet cable.[*]Do you have a windows connection from the same machine with the same hardware - the only difference being dual-boot - to check the connectivity.[/list]That's probably enough for the basics
i have dual boot Laptop with Windows XP Media Center. I can connect from Windows and writing this reply on the same.....

any thing you think i should do?

thanks in advance

swerdna 03-12-2007 07:31 PM

Hi navik_pathak, so the problem is not the connectivity, unless there's a problem in Linux regarding full recognition of the NIC - unlikely to be a problem there. It seems to narrow to the ISP-specific issues such as mac address, authentication, etc, of which I have no knowledge. You probably need someone understanding Comcast-specific issues to chime in now. It's interesting that flanksteak can simply hook up and surf - perhaps he can tell you what is his authentication client - or is it a question of Comcast "allowing" your specific mac address? Also talk to Comcast (if they will respond to a Linux questioner) regarding authentication and their gateway.

Another thought - since you can connect via windows with exactly the same hardware setup - you can obtain the correct DNS settings and gateway address for inserting into the NIC configuration under DHCP in Linux - from the windows command at start --> programs --> accessories --> command prompt: ipconfig/all

Clearly need more help from others if this doesn't help - plus talk to Comcast.

navik_pathak 03-12-2007 09:11 PM

thanks...i have not checked change hostname via DHCP ...is that may be the cause???

swerdna 03-12-2007 09:44 PM

Quote:

Originally Posted by navik_pathak
thanks...i have not checked change hostname via DHCP ...is that may be the cause???

Yes make it like the three pics in the picture link in post#7


All times are GMT -5. The time now is 03:34 AM.