Networking Forums

Networking Forums > Computer Networking > Linux Networking > ethernet up and running (but it shouldn't)

Reply
Thread Tools Display Modes

ethernet up and running (but it shouldn't)

 
 
Ziphyre
Guest
Posts: n/a

 
      12-06-2007, 08:01 AM
Hi,

I'm running Ubuntu 7.10, and a I have a strange situation. My /etc/
network/interfaces file (the file which you normally write your
settings) is almost empty. I don't know how and why, but I'm sure It
wasn't like that. Now it only specifies the loopback interface:

---
ziphyre@neptune:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
---

But still, my eth0 interface is up and running, here is the result of
ifconfig:

---
ziphyre@neptune:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:1B:FC:CE:9A:A1
inet addr:10.0.0.100 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::21b:fcff:fece:9aa1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:17421 errors:0 dropped:0 overruns:0 frame:0
TX packets:15754 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:19074955 (18.1 MB) TX bytes:2830562 (2.6 MB)
Interrupt:17 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:66 errors:0 dropped:0 overruns:0 frame:0
TX packets:66 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5104 (4.9 KB) TX bytes:5104 (4.9 KB)
---

As far as I know my eth0 should be down and I couldn't able to write
this message? Any clarification?
Thanks

 
Reply With Quote
 
 
 
 
Robert Harris
Guest
Posts: n/a

 
      12-06-2007, 09:08 AM
Ziphyre wrote:
> Hi,
>
> I'm running Ubuntu 7.10, and a I have a strange situation. My /etc/
> network/interfaces file (the file which you normally write your
> settings) is almost empty. I don't know how and why, but I'm sure It
> wasn't like that. Now it only specifies the loopback interface:
>
> ---
> ziphyre@neptune:~$ cat /etc/network/interfaces
> auto lo
> iface lo inet loopback
> ---
>
> But still, my eth0 interface is up and running, here is the result of
> ifconfig:
>
> ---
> ziphyre@neptune:~$ ifconfig
> eth0 Link encap:Ethernet HWaddr 00:1B:FC:CE:9A:A1
> inet addr:10.0.0.100 Bcast:10.0.0.255 Mask:255.255.255.0
> inet6 addr: fe80::21b:fcff:fece:9aa1/64 Scope:Link
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:17421 errors:0 dropped:0 overruns:0 frame:0
> TX packets:15754 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:19074955 (18.1 MB) TX bytes:2830562 (2.6 MB)
> Interrupt:17 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:66 errors:0 dropped:0 overruns:0 frame:0
> TX packets:66 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:5104 (4.9 KB) TX bytes:5104 (4.9 KB)
> ---
>
> As far as I know my eth0 should be down and I couldn't able to write
> this message? Any clarification?
> Thanks
>


That is udev at work!

Robert
 
Reply With Quote
 
Ziphyre
Guest
Posts: n/a

 
      12-06-2007, 03:16 PM
>
> That is udev at work!
>
> Robert



Thanks
 
Reply With Quote
 
Ashish Shukla आशीष शुक्ल
Guest
Posts: n/a

 
      12-06-2007, 06:21 PM
Robert Harris wrote:

[snipped]

>
> That is udev at work!


or NetworkManager.

>
> Robert


udev in Ubuntu, on detection of network interface invokes 'ifup' and that
too only for those interfaces which're marked with auto.

HTH
--
Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/
·-- ·- ···· ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Any reason I shouldn't be with BE ? Eeyore Broadband 5 11-27-2009 10:38 PM
I Mac running Yellow Dog ethernet problem blues Linux Networking 2 09-09-2007 06:25 AM
How can I determine what type of Ethernet Controller I am running. Greg Windows Networking 2 10-16-2006 09:35 PM
Running 2 ethernet connections in 1 cat5? Rob Walker Home Networking 15 05-14-2004 04:30 PM
A Dillema of sorts.. Should I or shouldn't I? Lurker@your_outhouse.net Broadband 7 02-09-2004 10:09 AM



1 2 3 4 5 6 7 8 9 10 11