PDA

View Full Version : DHCP problem


srinag
2007-03-03, 06:11 AM CST
Hello all,
there seems to be some problem with my copy FC6 connecting to the net. Don't know why its happening. My system is connected to a DHCP router and hence there is no need for any settings. FC6 can detect my network interface and it shows up when I type ifconfig -a, but im still not able to connect to my router or any other ethernet based device, even though i have set eth0 for automatic DHCP setting. Any sort of help is appreciated. Thank you.

-peace

P.S : My motherboard is a Asus P5N32E-SLI, maybe its some driver issue??

srinag
2007-03-03, 06:12 AM CST
ifconfig -a

eth0 Link encap:Ethernet HWaddr 00:1A:92:53:62:54
inet addr:169.254.42.227 Bcast:169.254.255.255 Mask:255.255.0.0
inet6 addr: fe80::21a:92ff:fe53:6254/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 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:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:50 Base address:0x2000

eth1 Link encap:Ethernet HWaddr 00:1A:92:53:6A:1B
UP BROADCAST MULTICAST MTU:1500 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:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:58 Base address:0xe000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:44 errors:0 dropped:0 overruns:0 frame:0
TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3732 (3.6 KiB) TX bytes:3732 (3.6 KiB)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 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)

srinag
2007-03-03, 06:12 AM CST
lsmod

Module Size Used by
autofs4 58441 2
hidp 84801 2
rfcomm 109289 0
l2cap 91841 10 hidp,rfcomm
bluetooth 124613 5 hidp,rfcomm,l2cap
sunrpc 211465 1
ipv6 427553 24
dm_multipath 53713 0
video 53065 0
sbs 51473 0
i2c_ec 38977 1 sbs
button 41057 0
battery 44489 0
asus_acpi 51941 0
ac 39113 0
parport_pc 64233 0
lp 48529 0
parport 77133 2 parport_pc,lp
snd_hda_intel 53725 1
snd_hda_codec 223681 1 snd_hda_intel
ohci1394 70297 0
nvidia 7789784 22
ide_cd 76256 4
snd_seq_dummy 37317 0
forcedeth 77637 0
snd_seq_oss 69953 0
snd_seq_midi_event 41921 1 snd_seq_oss
snd_seq 96609 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
cdrom 70377 1 ide_cd
ieee1394 401497 1 ohci1394
snd_seq_device 42581 3 snd_seq_dummy,snd_seq_oss,snd_seq
i2c_nforce2 41537 0
snd_pcm_oss 81761 0
snd_mixer_oss 51649 1 snd_pcm_oss
i2c_core 58177 3 i2c_ec,nvidia,i2c_nforce2
snd_pcm 125129 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
sg 72169 0
snd_timer 59849 2 snd_seq,snd_pcm
snd 101737 11 snd_hda_intel,snd_hda_codec,snd_seq_oss,snd_seq,sn d_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd _timer
soundcore 44769 1 snd
snd_page_alloc 44113 2 snd_hda_intel,snd_pcm
shpchp 73609 0
serio_raw 41156 0
floppy 99849 1
pcspkr 36673 0
dm_snapshot 50833 0
dm_zero 35393 0
dm_mirror 64449 0
dm_mod 99473 13 dm_multipath,dm_snapshot,dm_zero,dm_mirror
sata_nv 46533 2
libata 143849 1 sata_nv
sd_mod 55745 8
scsi_mod 191633 3 sg,libata,sd_mod
ext3 177873 2
jbd 100273 1 ext3
ehci_hcd 68301 0
ohci_hcd 56541 0
uhci_hcd 59865 0

srinag
2007-03-03, 06:14 AM CST
cat /etc/sysconfig/network

NETWORKING=yes
NETWORKING_IPV6=yes
HOSTNAME=localhost.localdomain
.................................................. ................................................

cat /etc/sysconfig/network-scripts/ifcfg-eth0

# nVidia Corporation MCP55 Ethernet
DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:1a:92:53:62:54
ONBOOT=yes
TYPE=Ethernet
USERCTL=yes
IPV6INIT=no
PEERDNS=no
.................................................. .................................................. ...



Requesting anyone here who can help me out in solving this issue.
Thanx in advance.


-peace