The eth0 tag has no wiki summary.
0
votes
0answers
48 views
Server getting error after doing distro upgrade: tg3_stop_block timed out
im running ubuntu on a HP Server Blade ProLiant BL25p G1
after doing distro upgrade to oneiric im geting dpammed whit these messages on terminal.
if i turn of the eth0 interface with sudo ifconfig ...
1
vote
2answers
101 views
Two network adapters with the same ip
I have two network adapters that use the same ip range, but are different networks.
I tried this but it didn't work:
iptables -t nat -A OUTPUT -p all -d 1.2.3.0/8 -j DNAT --to-destination ...
2
votes
2answers
3k views
CentOS ifcfg-eth0 config file deleted. Utility to recreate it?
On CentOS I no longer have a ifcfg-eth0 configuration file (I deleted it). When I run system-configure-network it shows no interfaces that I can edit. How can I recreate the ifcfg-eth0 configuration ...
0
votes
0answers
298 views
Linux: single NIC is named eth0/eth1 due to udev and MAC-based rules. Kinda weird
I have a motherboard with onboard NIC (single Ethernet NIC in the computer); also USB port is constantly occupied with Wifi dongle.
in my /etc/udev/rules.d/70-persistent-net.rules, found this:
# PCI ...
0
votes
3answers
421 views
Check by program if eth link is up or down on linux o.s. …and kernel 2.4
I need to check the change in the status of eth connection ( link up and link down ) by program ( using c or perl ).
Now I using the keepalive way, but i sometime loose the notification.
Inside the ...
1
vote
1answer
853 views
eth0:0 is configured but not listed in ifconfig output
I have the following problem:
My server was given two IPs from [b]different[/b] subnets. Now I am trying to configure the system to work properly. I have created
[root@server ~]# cat ...
2
votes
2answers
667 views
Bridging Network Devices with Multiple IPs
I have a small server with a single NIC that I am trying to get a bridge functioning on so that I can run KVM. On this NIC I have a couple IPs statically assigned to it:
eth0 = 192.168.1.1
eth0:1 = ...
1
vote
1answer
578 views
How do you route traffic thru eth0 and eth1 in FC5?
I have a site that uses eth0, which is a saturated gbit line, to deliver streaming media. I want to setup a separate "premium" line on eth1, to give special users "priority access" to the site. I have ...
5
votes
2answers
6k views
How to reload default Mac OSX routing table without rebooting
Greetings,
I'm using vpnc for a VPN client. I'm also doing some tricky things with route to make sure I can still access my local network, etc. etc. (the particulars here are not very important).
...
1
vote
4answers
1k views
Should eth0:0 have the same IP as eth0?
I've recently installed Gentoo on a dedicated server. I have 6 IPs, and I forgot to write down one config before I erased the CentOS install.
Should I have
eth0 = ip1
eth0:0 = ip2
eth0:1 = ip3
eth0:2 ...
0
votes
3answers
244 views
Can't get an IP address
I'm running Ubuntu 9.04.
I have an onboard network card. The computer usually boots perfectly, but today, I don't have an IP address. The light is on, on the network card as well as the switch. Other ...
2
votes
1answer
2k views
How To Add Multiple /24 Network IPs in Ubuntu
We have a client who needs to set up 2 Class C (/24) address ranges in Ubuntu. We have a single nic connected to the switch currently and the IPs are set up at the switch.
We have done this many ...