Advertising
- Untitled
- Sunday, February 4th, 2007 at 12:38:21am UTC
- dev:~# ifup eth1
- SIOCSIFADDR: No such device
- eth1: ERROR while getting interface flags: No such device
- SIOCSIFNETMASK: No such device
- eth1: ERROR while getting interface flags: No such device
- Failed to bring up eth1.
- dev:~# dmesg |grep eth
- eth0: RealTek RTL8139 at 0xdc00, 00:00:e8:89:8c:11, IRQ 209
- eth0: Identified 8139 chip type 'RTL-8139A'
- eth1: Broadcom 4400 10/100BaseT Ethernet 00:18:8b:7f:a2:5e
- eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
- eth0: no IPv6 routers present
- dev:~# ifconfig |grep eth
- eth0 Lien encap:Ethernet HWaddr 00:00:E8:89:8C:11
- dev:~# cat /etc/network/interfaces
- # This file describes the network interfaces available on your system
- # and how to activate them. For more information, see interfaces(5).
- # The loopback network interface
- auto lo eth0
- iface lo inet loopback
- # The primary network interface
- allow-hotplug eth0
- iface eth0 inet static
- address 10.10.1.254
- netmask 255.255.255.0
- gateway 10.10.1.249
- iface eth1 inet static
- address 10.10.1.230
- netmask 255.255.255.0
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.