Questions tagged [eth0]

53 questions
1
vote
1 answer

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 a 2nd 100mbit dedicated line for…
user11350
0
votes
0 answers

How to force the use of an ip of my server

How to force the use of an ip of my server eth0:1, if my server interoge example google.com when i use my php scripts, the ip that google must see is eth0:1 # The primary network interface auto eth0 iface eth0 inet static address 173.249.3.15 …
0
votes
2 answers

How to change Google compute instance primary network device eth0 netmask /32

When I create an instance in the default VPC, and check ifconfig, it says netmask is /32, as shown below: eth0: flags=4163 mtu 1460 inet 10.138.0.2 netmask 255.255.255.255 broadcast 10.138.0.2 …
0
votes
1 answer

Resetting network interfaces

I am using vmware workstation to create virtual network. Many of the virtual machines are using 3-4 network interfaces. I also wanted to put ubuntu 9.10 OS in two different places. Hence I cloned ubuntu OS. After cloning network interface number in…
Naveen H
  • 1
  • 4
0
votes
1 answer

how to disable ethernet interface eth5 permanently and how my added routes in rc.local file is unset when i reboot machine

actually my machine having 3 interface cards eth0 eth4 eth5 where eth0--local ip and eth4--wan Ip1 and eth5--wan ip5 but i want to disable permanent eth5 and i have added some routes in rc,local file and executed also but when i reboot the system…
pawan1491
  • 27
  • 5
0
votes
0 answers

*-network UNCLAIMED : How can I fix this issue

Out of the blue my second ethernet port stopped working. Both of them are part of the motherboard. I can see both of the ports in bios. They were working, but I was using only one of them up to now. /etc/network/interface is correctly setup and …
Stanislav
  • 121
  • 1
  • 3
0
votes
1 answer

dhclient: No broadcast interfaces found, but eth0 is up and broadcast

I'm experiencing a common problem with dhclient. But I wasn't able to find a clear solution to this problem. System: ReadyNas RN104 Stock Debian for armhf Just upgraded to Debian Jessie Self-built monolithic (ie. no modules) Kernel 4.0.5 If I…
JPT
  • 113
  • 1
  • 7
0
votes
3 answers

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 computers work in the switch and I tried other…
Paul Tarjan
  • 569
  • 3
  • 8
  • 17
0
votes
2 answers

How to best monitor/log problems on eth0?

I have manually configured an email server - very simple config and I have done no fancy networking. I simply opened up only the relevant ports via iptables. Once every 10-15 days however, eth0 simply disappears and all networking stops. The default…
0
votes
0 answers

ethernet RX/TX drops to zero, is it normal? No problems at all discovered

I am using Debian Wheezy 7.1 [3.2.0-4-amd64 #1 SMP Debian 3.2.46-1+deb7u1 x86_64 GNU/Linux] and when monitoring eth0 via Slurm or built-in System monitor I am getting: Current RX Speed: 1883.11 KB/s Current TX Speed: 9123.94 KB/s and…
Wiggler Jtag
  • 251
  • 5
  • 17
0
votes
1 answer

Server with multiple ipv4 addresses adding ipv6

I've got a dedicated Centos 6.5 server with nginx and 2 ip-addresses (these are 2 ip(v4)-failover addresses from OVH) for hosting 2 different websites on the same server. I want to add ipv6 addresses but am not sure how to implement this. I've got…
adnan
  • 133
  • 2
  • 7
0
votes
2 answers

Problems with IP Block Proxmox on OVH

I am using Proxmox. That should be clear by the title. I have developed a software program in vb.net that generates network configurations, and I just copy and paste to the correct files. I am using Bridged networking for both KVM and OpenVZ. I had…
Justin E
  • 61
  • 1
  • 10
0
votes
1 answer

looking for ftp client or web browser which can assign network interface

Does anyone know of an ftp client (or web browser), which allows me to specify (or assign) a network interface explicitly (like eth1 for example) during usage? Something for Linux would be good.
user185814
  • 351
  • 1
  • 3
  • 5
0
votes
2 answers

Ucarp start error on Centos 6 : "You must supply a valid host id"

I'm trying to get ucarp working on 2 Centos 6 servers running Apache. I've configured both /etc/sysconfig/carp/vip-001.conf and /etc/sysconfig/network-scripts/eth0 and eth0:0 as such on serv1: vip-001.conf : # Virtual IP configuration file for…
PaKempf
  • 63
  • 1
  • 10
0
votes
1 answer

Added eth0:0 configuration but fails on ifup with "RTNETLINK answers: file exists"

I have an Ubuntu Server I'm adding some interfaces for and I can't figure out what I am be missing. Here's my /etc/network/interfaces/ auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address…
Bartek
  • 799
  • 2
  • 8
  • 12