LinuxQuestions.org
Review your favorite Linux distribution.
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-13-2007, 11:23 AM   #1
johnt511
LQ Newbie
 
Registered: Feb 2007
Posts: 2

Rep: Reputation: 0
Unusual Ethernet Problem


This is a truly strange problem that i have been looking for an answer to for some time and i hope someone can help me.

My system is a triple boot system (Windows XP, Fedora Core 6, Kubuntu 6.10) and i live in an extremely wifi saturated area. I would like to use my highspeed ethernet connection (which works in Windows XP, haven't tried FC6) but whenever i disable wifi i cannot connect. My ether net is DHCP and i only need to login every seven days. here's the ifconfig -a output:
ath0 Link encap:Ethernet HWaddr 00:0F:EA:91:5B:AE
inet addr:192.168.1.103 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::20f:eaff:fe91:5bae/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:216775 errors:0 dropped:0 overruns:0 frame:0
TX packets:23569 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:29074811 (27.7 MiB) TX bytes:2225945 (2.1 MiB)

eth0 Link encap:Ethernet HWaddr 00:90:F5:38:13:00
inet addr:192.168.1.104 Bcast:192.168.1.111 Mask:255.255.255.248
inet6 addr: fe80::290:f5ff:fe38:1300/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:162459 errors:0 dropped:0 overruns:0 frame:0
TX packets:408 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:16880518 (16.0 MiB) TX bytes:25434 (24.8 KiB)
Interrupt:225 Base address:0xa800

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:19 errors:0 dropped:0 overruns:0 frame:0
TX packets:19 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1603 (1.5 KiB) TX bytes:1603 (1.5 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)

wifi0 Link encap:UNSPEC HWaddr 00-0F-EA-91-5B-AE-00-00-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2001710 errors:0 dropped:0 overruns:0 frame:152439
TX packets:32937 errors:9 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:199
RX bytes:168809438 (160.9 MiB) TX bytes:3180529 (3.0 MiB)
Interrupt:201 Memory:f8b80000-f8b90000

does anyone have any ideas? If i can provide any more information to help figure this out please ask. Thanks
 
Old 02-13-2007, 12:29 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,214

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
The obvious thing I see is the mask for eth0. It is set to net addr:192.168.1.104 Bcast:192.168.1.111 Mask:255.255.255.248. The normal mask would be 255.255.255.0 like it is no ath0. You have most of the host bits masked off. Set it like ath0, and try again.
 
Old 02-13-2007, 12:34 PM   #3
johnt511
LQ Newbie
 
Registered: Feb 2007
Posts: 2

Original Poster
Rep: Reputation: 0
will that cause a conflict between the two devices? And if the network is DHCP how can i set those values manually? Thanks for the quick reply
 
Old 02-13-2007, 12:39 PM   #4
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
ath0 Link encap:Ethernet HWaddr 00:0F:EA:91:5B:AE
inet addr:192.168.1.103 Bcast:192.168.1.255 Mask:255.255.255.0
eth0 Link encap:Ethernet HWaddr 00:90:F5:38:13:00
inet addr:192.168.1.104 Bcast:192.168.1.111 Mask:255.255.255.248

If you keep eth0 at 192.168.1.104/29 and you want ath0 in the same classC then you could put ath0 like this:
192.168.1.102 , netmask 255.255.255.248, broadcast 192.168.1.103
(with ubuntu you have to look in /etc/network/interface, man interface)

Or you set both of them at 255.255.255.0 but then you have to use 2 different classC: 192.168.1.x for eth0, 192.168.2.x for ath0.

Last edited by nx5000; 02-13-2007 at 12:41 PM.
 
Old 04-18-2007, 12:38 AM   #5
UhhMaybe
Member
 
Registered: Jul 2004
Location: Salt Lake City, Utah
Distribution: Absolute 12.0 Studio 64 1.3.0
Posts: 470

Rep: Reputation: 30
Cool

"camorri" is offering the error resolution. "nx5000" is offering a choice to proceed with. YOU may use "netconfig" or "netconfig -a" to change YOUR Network data. Also "lspci", "lsusb", "modprobe", "insmod" and "Ethtool" will offer data output to verify presence and accuracy. Good luck.
 
  


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
[B]A unusual grub problem[/B] snowball0916 Linux - Newbie 14 10-22-2006 04:14 AM
unusual problem with SSH varunbihani Linux - General 1 07-09-2005 02:57 AM
Unusual Konquerer problem Spiralesque Linux - Software 1 11-19-2004 10:18 AM
Unusual Keyboard Problem dave_starsky Slackware 2 10-12-2004 06:08 PM
Unusual Problem foxtrot0 Linux - Security 3 05-30-2004 11:01 PM

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

All times are GMT -5. The time now is 04:06 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