Networking :: Ethernet Interface Leaves RUNNING State After Some Time

Jul 29, 2011

I am using RHEL6 on a server with 3 interfaces.

eth0 is connecting via a Cisco switch to the outer world and eth1 and eth2 to internal networks.

eth1 and eth2 are working without problems all the time, however I have the following incident with eth0: although it is RUNNING, and after it works for some time (like some hours), it then becomes incapable of sending/receiving traffic. Here are more details, after the interface exits the RUNNING state:

[root@mgt ~]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr E4:1F:13:6C:87:74
inet addr:9.162.91.26 Bcast:9.162.91.255 Mask:255.255.255.0
inet6 addr: fe80::e61f:13ff:fe6c:8774/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1

[Code]....

I am wondering whether there this is because there is not traffic for some time and so the interface goes to idle. Is there any parameter I can tweak in RHEL6 to force the interface to remain RUNNING even in the absence of traffic (although I would be expecting that some 802.1 packets would be periodically flowing from the switch to the interface)?

View 1 Replies


ADVERTISEMENT

CentOS 5 Networking :: TIme Based Ethernet Interface Disable And Enable?

Mar 14, 2011

Im new to this Cent OS as well as Unix based Operating Systems. Please help me with the below requirement.My Company is a Serach based data collector from different websites like Google, Yahoo & many more..Collecting the data from the search engines is a issue for right now.. As many search engines are blocking us to search and retrive the date after some time.. Taking Google as example : Google Blocks my IP after every 30 mins of retriving.. Application is a Windows based & using Windows 2003 as the Server.. Would like to give a Dynamic IP to the Windows Server via 1st Ethernet Card & enable the 2nd Ethernet for the Internet..Eg : eth 0 = 192.168.1.1eth 1 = x.x.x.x (Public IP)I have check with few of my friends who told me to get Linux or Cent OS installed to do a interface disable after given time & enable a secondary device or virtual interface the next couple of seconds... Like eg : eth 1 = x.x.x.1 eth 2 = x.x.x.2 eth 3 = x.x.x.3 so on.. Would like the eth 1 to be down after 60 mins & eth 2 o be up & again after 60 mins of up time eth 2 down & eth 3 up.

View 6 Replies View Related

Ubuntu Networking :: User Interface Changed And It Defaulted To Ethernet And Now It Won't Letting To Go Back On Wireless - Disable Ethernet?

Sep 1, 2011

My laptop was working fine on wireless till the userinterface changed and it defaulted to ethernet and now it won't let me go back on wireless How do i disable ethernet?

View 4 Replies View Related

CentOS 5 Networking :: Shutting Down Interface On Link Down State?

May 17, 2011

I have a problem. I want interface to shut down once there is a link down state detected. If you set up eth0, and then plug cable out, eth0 stays up, just loosing the RUNNING flag. I want it to go down completely.

I've stumbled upon netplugd, and I've tried using it. It is a daemon that detects states in (link up) and out (link down) from kernel netlink interface. If I have this daemon up, it detects that link is down (eg. cable removed from interface), and it runs correctly /etc/netplug.d/netplug eth0 out. That script then runs ifdown eth0. And that's ok.

But very next moment netplugd runs /etc/netplug.d/netplug eth0 probe, and probe section of that script runs "ip link set eth0 up", which then turns interface back on!I've tried commenting out that line, but then new problem occurs - after the link is up, netplug cannot figure that out and bring back interface. Has anyone have this kind of problem, and any viable solution with netplug?

View 3 Replies View Related

Ubuntu Networking :: Auto Run Script Whenever Interface Connection State Changes?

Aug 14, 2010

Upon boot of my system, I auto run a script that customizes the routing table (i.e., route -n). However, after the system is already booted up and has been running, if a network connection is dropped and re-added, like if one of the several network cables to the machine is temporarily disconnected or other, then the routing table is modified -- I assume by network manager. Presently, I need to manually re-run my script to re-customize the routing table.

I would like to have the script just run whenever there is any change to the connection state of interfaces. Anyone know how to tie in some kind of event trigger that can execute a script upon change in interfaces connection state (i.e., detect change in connection state and run the script)?

View 2 Replies View Related

Networking :: Setting Up An Ethernet Interface?

Jun 4, 2010

I want to set up an ethernet interface using C language in Linux. Currently it is being done by :

system("/sbin/ifconfig eth1 192.168.0.29 up");

But I dont want to use the system call. Kindly suggest me any other way to do it..

View 1 Replies View Related

Networking :: Error On Ethernet Interface

Nov 2, 2010

I've a server with two NIC. Sometimes the server becomes unreacheable. When this happens, I did a reboot and then it works.. but when looking at the interface status (with ifconfig command), I've notice several "errors".So, I've tried to change NIC.. but the problem occurs again.I've also changed the port on the switch.

View 5 Replies View Related

Fedora Networking :: How To Rename Ethernet Interface

Jun 20, 2011

I'm just installed Fedora 14 64-bits into a server which come with Multiple network interfaces, I'm found that the naming of each network interface is not in sequences in what I'm thought (e.g: the on board network interfaces name as Eth5 and Eth6, the additional card ethernet port name from Eth0 - Eth1 and etc). How to name the interfaces as what I wish to? What should I install to allow me to rename the interfaces.

View 2 Replies View Related

Ubuntu Networking :: PC Router Between Wireless And Ethernet Interface

Sep 2, 2010

I tried to setup a connection as below but face some problem (probably route table setting incorrect). Hope if anyone could shed the light.Basically, I have a PC1 (.1) and PC2 (.130) connected via a PC router. PC router has 2 interfaces: wireless (.2) and ethernet (.129). PC1 connects to PC router via LAN cable/wireless interface, while PC2 connects to PC router via cable. This settings try to simulate 1 wireless connection along the path (and because PC2 is too old to support wireless interface, we need a PC router). These interfaces are all under same 172.16.130.x subnet.

View 3 Replies View Related

Ubuntu Networking :: Create 'Ethernet-over-IP'(or Tunnel) Interface?

Nov 28, 2010

I'm trying to create EoIP interface on ubuntu so i can create a simple tunnel to my mikrotik router. Is there anyone know how or even done that? If EoIP is not possible, is there any other simple way?

I had already read and thought about doing it with OpenVPN, but when I read the community documentation for OpenVPN on ubuntu 10.10, I fear it won't connect the tunnel to mikrotik OpenVPN server, since OpenVPN on ubuntu uses 2 certificate and 2 key files(as i read on the docs), but mikrotik configuration, i can see only 1 certificate can be applied on. This confuses me and make me decide to use EoIP(but i can't find any tutorial/docs about it). I don't actually need the encryption and security, i just need to create a tunnel for ubuntu and mikrotik.

View 2 Replies View Related

Ubuntu Networking :: Persistent Ethernet Interface Naming

May 26, 2011

I'm running Ubuntu 11.04 on my desktop and the 70-persistent-net.rules file seems to be ignored. The ethernet interfaces are randomly shuffled around on boot (i have 4 interfaces). The original one was configured to have a static IP address (eth0). Is there anything that prevents the /etc/udev/rules.d/70-persistent-net.rules from being applied/used?

View 1 Replies View Related

Networking :: Getting A VLAN Router With A Wan Interface Capable Of Ethernet And AMT?

Oct 30, 2010

getting a VLAN router with a wan interface capable of Ethernet and AMT? something under $80-$100 pref.i need to segment a client on my home network.

View 1 Replies View Related

Networking :: Fedora 14 - Ethernet Interface Does Not Get Activated Upon Reboot?

Nov 19, 2010

I have installed Fedora 14 about 4 days ago. I have set all the networking parameters like dns path, hostname etc. I have also ensured that I select the check-box for "Enable automatically when system starts" for eth0 interface. But weirdly, whenever I boot my system(or restart), I see that the interface eth0 is disabled. I have to manually enter as root and enable it, each time I boot/reboot my system. Why is this happening? Could you please suggest a way so that I have eth0 interface enabled always when I boot up?Also, my domainname also is not boot-persistent. What steps should I take to ensure that the domainname set once persists across reboots?

View 12 Replies View Related

CentOS 5 Networking :: Redirect All The Traffic To An Ethernet Interface

Sep 12, 2011

Currently I have a server which runs under centOS 5.6. It is dedicated to the VoIP application of my customer.I have a problem for which I have the solution but I didn't managed to achieve it.So, let me explain you the context.Here is the networking aspects of my environment

VoIP Provider_____Gateway_____________My server
ADSL Provider____(non pingable)
x.x.x.2 <====> A.A.A.1 <======> A.A.A.3

[code]....

View 2 Replies View Related

Fedora Networking :: FC11 Not Auto Detecting Ethernet Interface

Jun 10, 2009

On FC10, when system boots up, it would auto detect (from DHCP) and configure eth0.

This does not happen on FC11, but I can manually configure the interface. The entries in /etc/sysconfig/network-scripts/ifcfg-eth0 are identical on both OS releases.

Don't know if this is related, but when I run System->Administration->Bootloader, it fails system-config-boot - missing module kudzu.

View 5 Replies View Related

Ubuntu Networking :: Unable To Activate Ethernet - No MII Interface Found

Mar 12, 2010

I have tried the command on ubantu workstation but it giving error : # mii-tools SIOCGMIIPHY on 'eth1' failed: operationsnot support. no MII interface found.

Internet not working. tell me anonymous of kudzu command in fedora.

View 4 Replies View Related

Networking :: Bonded Ethernet Interface Can Ping Internally But Not Externally

Oct 14, 2009

So I keep reading that bonding ethernet devices is supposed to be easy. I have followed several tutorials and tried a few things on my own, and I can't seem to get it right. I currently have a setup that allows me to ping internally on my network, but when I try to ping externally I get the error:
connect: Network is unreachable

Before I bonded the interface my connection worked fine. Here are my config files. I am running centos 5.3 on a virtual machine.
/etc/sysconfig/network-scripts/ifcfg-bond0

Code:
DEVICE=bond0
BOOTPROTO=none
ONBOOT=yes
NETWORK=192.168.1.0
NETMASK=255.255.255.0
IPADDR=192.168.1.211
USERCTL=no
/etc/sysconfig/network-scripts/ifcfg-eth1

Code:
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
HWADDR=00:0c:29:88:59:47
MASTER=bond0
SLAVE=yes
USERCTL=no
/etc/sysconfig/network-scripts/ifcfg-eth0

Code:
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE=eth0
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
HWADDR=00:0c:29:88:59:3d
ONBOOT=yes
/etc/modprobe.conf

Code:
alias eth0 pcnet32
alias scsi_hostadapter mptbase
alias scsi_hostadapter1 mptspi
alias scsi_hostadapter2 ata_piix
alias eth1 pcnet32

alias bond0 bonding
options bond0 mode=0 miimon=100
output of cat /proc/

Code:
Bonding Mode: load balancing (round-robin)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0

Slave Interface: eth0
MII Status: up
Link Failure Count: 0
Permanent HW addr: 00:0c:29:88:59:3d

Slave Interface: eth1
MII Status: up
Link Failure Count: 0
Permanent HW addr: 00:0c:29:88:59:47

View 4 Replies View Related

Ubuntu Networking :: Unable To Run 2 Ethernet Connections At The Same Time

Mar 7, 2010

I have a workstation with the two ethernet ports (eth0, eth1), the problem is that i cannot run with both ports up and running. I can run with either one of them, but not both.

Below is the contents of my /etc/network/interfaces file:

Code:

Running on 64 bit Ubuntu 9.10 Desktop

View 4 Replies View Related

Ubuntu Networking :: Use 3G USB Modem Dongle And Ethernet Network At Same Time

Feb 24, 2010

I currently have a computer sitting underneath a router/switch on a Local Area Network that I want to connect to the Internet using a 3G USB dongle modem. If I am connected to the ethernet and then enable the modem connection, only the ethernet LAN side works. If I enable the modem and then enable a (disabled) ethernet connection, only the ethernet LAN side works. If I keep the ethernet disabled and connect using the modem, I can get out onto the Internet, but obviously not the LAN. I need to be able to do both.

View 2 Replies View Related

Networking :: SME+Compaq Presario - Can Only Get One Ethernet Card Working At A Time

May 25, 2010

I have an older Compaq Presario S6000CL, specs for it are here:

*Product Specifications Compaq Presario S6000CL Desktop PC - HP Customer Care (United States - English)

Motherboard and bios here:

*Motherboard Specifications, A7V8X-LA (Kamet 2) Compaq Presario S6000CL Desktop PC - HP Customer Care (United States - English)

I am trying to get SME Server set up as a private server/gateway. Problem is no matter what I do I can only get one ethernet working at a time and only to the internet, not the local network. I tried both SME Server 7.4 and 8.0 beta 5 witht he same result. Now of course I checked the ethernet cards. The two I have now on it do work. One of them is the onboard ethernet the other one is in the second pci slot. They jsut don't work at the same time. (also I am familiar with SME and I had it configured correctly. Even if I messed up the order of the cards it is easy enough to just get up and switch the cables, reboot, etc.) I thought maybe there was a jumper setting or an over ride of some sort to let me use two ethernet cards. <I previously had all of this set up with an old HP computer (came with windows 98 originally.) But that computer decided it was time to retire to the road side.> It seems that it should just work. Any ideas on what I am missing or what I can do?

Edit:Spent another hour trying to get it to work and still nothing. It is picking up both ethernet cards just fine, I just updated sme 8 beta5 so the internet is working fine. I just can't get the local ethernet card to do anything at all, even though it is showing up as a green ok at boot. I checked the bios and I am not seeing anything there. It had an option to enable/disable LAN (which is enabled but I tried both and using to PCI ethernet cards. Didn't do anything different.) It has a Local LAN boot rom option, tried it enabled and disabled (Disabled now.) and nothing. I turned off the serial and parallel ports (doesn't make a difference either way.) I looked all over the motherboard and the only thing I can find is the jumper to reset the password. If a computer that was at least 12 years old could run SME and don't see why this one can't, it is half that age and a much better computer hardware wise.

View 9 Replies View Related

Networking :: Multiple Ethernet - LAN - Cant Connect To Both The Eth0 And Eth1 At The Same Time

Dec 12, 2010

I have 2 LAN ports. one from the motherboard (on board) and the other from a lan card i bought a few days back. one is use for browsing the net, the other for a media player.

problem is i cant connect to both the eth0 and eth1 at the same time. i have to disconnect one of them to connect to the other. and this really gets irritating as it doesnt always work as flawlessly as it should. what am i doing wrong?

Output of "ifconfig":

Quote:

I'm on ubuntu desktop 10.10 64 bit.

View 8 Replies View Related

Ubuntu Networking :: Wireless Internet Modem (USB) And A LAN Ethernet - Connect To Both At The Same Time?

Jul 22, 2010

I have a wireless Internet modem (USB) and a LAN Ethernet connection. I can only pick 1 of them to connect to (by disconnecting the other). How can I connect to both at the same time?

View 6 Replies View Related

Ubuntu Networking :: ThinkPad Running 8.04 Not Showing Ethernet?

Apr 6, 2011

My professor gave me an older ThinkPad, i1161, because he wants me to learn linux. So far, I successfully downloaded Hardy Heron onto the computer, using the Alternate version. Everything works great, and I can log on, play games, go into word processor, the whole nine yards. Unfortunately, the computer won't connect to the ethernet cable that I have plugged in. I am not sure what I am doing wrong, but that is probably because I don't know where to begin.

I also get an error message during boot, it says "ACPI no DMI Bios year" then it says "ACPI=force is required to enable ACPI. I don't know what this means, but I fugured it might have something to do with the ethernet.I am connecting through my University internet. Also, under Network Settings ->Connections, it only has one option, "Point to point connection" and it says "This network interface is not configured."

View 9 Replies View Related

Networking :: Dhclient Running On Disconnected Ethernet Port?

Nov 8, 2010

I have a simple server running Ubuntu Server. Usually the server connects to the network by Wifi, so there is usually no cable connected to the Ethernet port. I noticed that there is a dhclient3 running on eth0 anyway. It is causing undesirable disk activity. Obviously, it is never going to get a response as long as no cable is connected. I can kill the responsible process manually, but I wonder first what is starting the process and how I can prevent it from being started. If there is a way to get the server to boot without starting this process, I wonder whether this is the right solution. Connecting to the network by Ethernet is the failsafe when Wifi doesn't work. I guess what I would like to see would be a way for the server to detect when eth0 does not have a cable connected and not start dhclient in that case, but to activate dhclient when a cable is connected.

View 4 Replies View Related

Ubuntu Networking :: Simple Dual Wan - Redundancy ONLY - Services Will Only Respond On One Interface At A Time - Not Both

Dec 22, 2010

I recently added a second interface to my Ubuntu 9.10 server, I now have a dsl AND Cable connection for it, Im not trying to load balance or anything sophisitcated, heres my problem.

The machines networked, I put static entries in my dhcp servers and both interfaces are up and live with dhcp, and Ive tried with dhcp and static, same problem occurs.

But my problem is that services will only respond on one interface at a time, not both.

Anyone know what the heck is going on here?

Kernel IP routing table

Should I make them static and remove both gateways?

View 1 Replies View Related

Red Hat :: Adding Time Zone Files To The Time GUI Interface?

Mar 7, 2010

There are many time zone files accessible from the command line that don'thow up in the GUI ("system-config-time"). How do I add these time zones to the GUI

View 1 Replies View Related

Programming :: Checking Os And Process State At Run Time?

May 11, 2010

How can i check what operating system, i am running on, at run time?Moreover, how can i retrieve that current state of process?

View 4 Replies View Related

Red Hat / Fedora :: How To Get Running Process State

Jul 2, 2009

I am writing network module (LKM). I got process information by current->pid and current->comm. But now i want current state of task. I want to know the state of running the process. I dont find any information in struct task_struct structure. how can i get the state of current running process.

View 1 Replies View Related

Software :: Ethernet Interface Not Found

Jul 18, 2011

I booted an OS from live disk. The OS boots successfully but eth0 fails to start. I checked lspci , it outputs the exact ethernet card details :(Broadcom Netextreme II BCM5716 Gigabyte ethernet)

Ifconfig -a returns only loop back interface lo and sit0. The output of dmesg | grep -i 'eth' is :"Netfront : initializing network ethernet driver"

I was also able to find the kernel module bnx2.ko. I did insmod and lsmod lists it. I am not sure what exactly is the issue or how to debug this problem. Any assistance or pointer will be helpful. Thanks for your time.

View 4 Replies View Related

General :: X86 Distro Running From Solid-state Memory?

Jun 25, 2010

I'd like to build a compact x86 host running off a CompactFlash or some equivalent solid-state memory instead of from a SATA disk, to reduce the risk of failure once they're deployed at customers' premises. Those are SOHO users, so performance is not an issue, but stability is (The less I have to drive to replace faulty hardware and restore data, the better.)

Do you know if the usual suspects (Ubuntu, CentOS, Gentoo, etc.) can easily be made to run from solid-state memory, and if yes, is there some good documentation to customize them thusly?

I assume it's just a matter of tweaking /etc/fstab, but it could be more involved.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved