Interface goes down after 2 minutes


 
Thread Tools Search this Thread
Operating Systems Linux Interface goes down after 2 minutes
# 1  
Old 01-21-2015
Hammer & Screwdriver Interface goes down after 2 minutes

Hi all,

I am using an F5 LTM Load balancer VM. Its network config is as follows:

Code:
eth0      Link encap:Ethernet  HWaddr 00:50:56:01:01:FA  
          inet addr:192.168.2.104  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::250:56ff:fe01:1fa/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7134 errors:0 dropped:0 overruns:0 frame:0
          TX packets:70 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:431545 (421.4 KiB)  TX bytes:9888 (9.6 KiB)

eth1      Link encap:Ethernet  HWaddr 00:50:56:01:01:FB  
          inet6 addr: fe80::250:56ff:fe01:1fb/64 Scope:Link
          UP BROADCAST RUNNING PROMISC ALLMULTI MULTICAST  MTU:1500  Metric:1
          RX packets:479497 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:38422565 (36.6 MiB)  TX bytes:810 (810.0 b)

eth2      Link encap:Ethernet  HWaddr 00:50:56:01:01:F8  
          inet6 addr: fe80::250:56ff:fe01:1f8/64 Scope:Link
          UP BROADCAST RUNNING PROMISC ALLMULTI MULTICAST  MTU:1500  Metric:1
          RX packets:457477 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:34193855 (32.6 MiB)  TX bytes:468 (468.0 b)

eth3      Link encap:Ethernet  HWaddr 00:50:56:01:01:FC  
          inet addr:142.133.174.246  Bcast:142.133.175.255  Mask:255.255.254.0
          inet6 addr: fe80::250:56ff:fe01:1fc/64 Scope:Link
          UP BROADCAST RUNNING PROMISC ALLMULTI MULTICAST  MTU:1500  Metric:1
          RX packets:459573 errors:0 dropped:0 overruns:0 frame:0
          TX packets:305 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:34535062 (32.9 MiB)  TX bytes:30038 (29.3 KiB)

eth4      Link encap:Ethernet  HWaddr 00:50:56:01:01:F9  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.255.255.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:34913 errors:0 dropped:0 overruns:0 frame:0
          TX packets:34913 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:2886349 (2.7 MiB)  TX bytes:2886349 (2.7 MiB)

lo:1      Link encap:Local Loopback  
          inet addr:127.2.0.2  Mask:255.255.255.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1

mgmt_bp   Link encap:IPIP Tunnel  HWaddr   
          inet addr:127.3.0.0  Mask:255.255.255.255
          UP RUNNING NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:8 dropped:0 overruns:0 carrier:8
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

tmm0      Link encap:Ethernet  HWaddr 00:98:76:54:32:10  
          inet addr:127.1.1.1  Bcast:127.1.1.255  Mask:255.255.255.0
          inet6 addr: fe80::298:76ff:fe54:3210/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:9198  Metric:1
          RX packets:4318 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4297 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:255977 (249.9 KiB)  TX bytes:710130 (693.4 KiB)

It is connected to other RHEL VMs using 2 networks, 192.168.2.X & 142.133.174.X .

Once I boot the F5 VM up, I am able to ping the default gateway of the 142.133.174.X network for about 2 minutes after which the ping fails;

Code:
[root@localhost:Offline:Standalone] config # ping 142.133.174.1
PING 142.133.174.1 (142.133.174.1) 56(84) bytes of data.
From 142.133.174.246 icmp_seq=2 Destination Host Unreachable
From 142.133.174.246 icmp_seq=3 Destination Host Unreachable
From 142.133.174.246 icmp_seq=4 Destination Host Unreachable

Using an other VM on the 142.133.174.X network, I cannot ping the F5 VM.

When I send the reboot command, the ping again starts to be successful.

I have no idea why the network ( 142.133.174.X ) or the interface is acting this way.

Any idea ?

Code:
[root@localhost:Offline:Standalone] config # ip route
127.1.1.0/24 dev tmm0  proto kernel  scope link  src 127.1.1.1 
127.3.0.0/24 dev mgmt_bp  scope link 
192.168.2.0/24 dev eth0  proto kernel  scope link  src 192.168.2.104 
142.133.174.0/23 dev eth3  proto kernel  scope link  src 142.133.174.246 
default via 142.133.174.1 dev eth3

dmesg output

Code:
loop: module loaded
ip_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
warning: `mcstransd' uses 32-bit capabilities (legacy support in use)
eth0: intr type 3, mode 0, 3 vectors allocated
eth0: NIC Link is Up 10000 Mbps
eth1: intr type 3, mode 0, 3 vectors allocated
eth1: NIC Link is Up 10000 Mbps
eth2: intr type 3, mode 0, 3 vectors allocated
eth2: NIC Link is Up 10000 Mbps
eth3: intr type 3, mode 0, 3 vectors allocated
eth3: NIC Link is Up 10000 Mbps
ADDRCONF(NETDEV_UP): eth4: link is not ready
IPv4 over IPv4 tunneling driver
tunl0: Disabled Privacy Extensions
mgmt_bp: Disabled Privacy Extensions
eth0: no IPv6 routers present
eth1: no IPv6 routers present
eth2: no IPv6 routers present
eth3: no IPv6 routers present
SELinux: initialized (dev hda1, type vfat), uses genfs_contexts
vnic: control interface intialized
SELinux: initialized (dev hda1, type vfat), uses genfs_contexts
vnic: register instance 0
[built:14:45:06][unic] handle_unic_mmap(674): size=327680, start=47530241994752, end=47530242322432, type=0
[built:14:45:06][unic] handle_unic_mmap(674): size=327680, start=47530242322432, end=47530242650112, type=128
device eth3 entered promiscuous mode
[built:14:45:06][unic] unic_cmp_addunic(1301): TMM CMP index 0, device eth3
[built:14:45:06][unic] handle_unic_mmap(674): size=327680, start=47530242650112, end=47530242977792, type=0
[built:14:45:06][unic] handle_unic_mmap(674): size=327680, start=47530242977792, end=47530243305472, type=128
device eth1 entered promiscuous mode
[built:14:45:06][unic] unic_cmp_addunic(1301): TMM CMP index 0, device eth1
[built:14:45:06][unic] handle_unic_mmap(674): size=327680, start=47530243305472, end=47530243633152, type=0
[built:14:45:06][unic] handle_unic_mmap(674): size=327680, start=47530243633152, end=47530243960832, type=128
device eth2 entered promiscuous mode
[built:14:45:06][unic] unic_cmp_addunic(1301): TMM CMP index 0, device eth2


Last edited by Junaid Subhani; 01-21-2015 at 10:38 AM..
# 2  
Old 01-21-2015
Quote:
Code:
device eth3 entered promiscuous mode

What interface is this? Something like a packet sniffer is messing with it.
# 3  
Old 01-21-2015
Its just a simple interface used to access the node. I dont think any sniffing is going on.
# 4  
Old 01-21-2015
Something is, though. That's what "promiscuous mode" means, it will receive packets to any destination. Things like wireshark and tcpdump use it to monitor the connection.

What programs / services are you running? You need to find what is putting it into that mode. Whatever it is, is what I suspect is messing up your connection.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Check file creation Time minutes and if file older then 5 minutes execute some stuff

Hello all, Info: System RedHat 7.5 I need to create a script that based on the creation time, if the file is older then 5 minutes then execute some stuff, if not exit. I thought to get the creation time and minutes like this. CreationTime=$(stat -c %y /tmp/test.log | awk -F" " '{ print... (3 Replies)
Discussion started by: charli1
3 Replies

2. Shell Programming and Scripting

Grep a log file for the last 5 minutes of contents every 5 minutes

Hi all, System Ubuntu 16.04.3 LTS i have the following log INFO 2019-02-07 15:13:31,099 module.py:700] default: "POST /join/8550614e-3e94-4fa5-9ab2-135eefa69c1b HTTP/1.0" 500 2042 INFO 2019-02-07 15:13:31,569 module.py:700] default: "POST /join/6cb9c452-dcb1-45f3-bcca-e33f5d450105... (15 Replies)
Discussion started by: charli1
15 Replies

3. UNIX for Beginners Questions & Answers

How to convert days hours minutes seconds to minutes?

Hi, please help with below time conversion to minutes. one column values: 2 minutes 16 seconds 420 msec 43 seconds 750 msec 0 days 3 hours 29 minutes 58 seconds 480 msec 11 seconds 150 msec I need output in minutes(total elapsed time in minutes) (2 Replies)
Discussion started by: ramu.badugula
2 Replies

4. UNIX for Dummies Questions & Answers

Adding a network interface to a bonded interface

I have a RHEL 5 system with a bonded interface configure using only one network port (eth0). So I have config file for ifcfg-bond0 and ifcfg-eth. I'd like to configure eth5 to be the second SLAVE in the bond. My question is, after I modify ifcfg-eth5, can I add eth5 to the bond0 interface without... (1 Reply)
Discussion started by: westmoreland
1 Replies

5. IP Networking

Need a bridge from an ethernet interface to a serial interface

This is my situation DOS pc serial cable (sl0) Linux Pc eth1 192.168.0.10 <-------------------->192.168.0.2 <------------>192.168.0.1 (router) I connected the linux pc and the dos pc with a SLIP (serial line internet protocol), so they can communicate in the sl0 interface. ... (3 Replies)
Discussion started by: mghis
3 Replies

6. SCO

Change SCO - GUI or Desktop interface to DOS based interface

Hi all I have installed a demo version of SCO OpenServer 5.0.2, I finally found it is Desktop Interface, I would like to know how to change its interface to dos based interface? If you have any ideas, please tell me then. Thank you (2 Replies)
Discussion started by: TinhNhi
2 Replies

7. Solaris

Command line Interface or GUI Interface not shown on solaris

Dear all, I am a newbie in solaris and I need your advice. I have a Solaris version 5.9 installed on Sunfire V240. I am able to ssh the machine from putty remotely. My problem is that I cannot see the display from KVM switch I have connected to it. I need also to be able to see the GUI... (2 Replies)
Discussion started by: mbouster
2 Replies

8. Shell Programming and Scripting

ls every 5 minutes

I have to check for a directory content: every time it is filled with a file, I have to launch a bash script. So: how to do an ls every 5 minutes (avoiding cron), telling the script to start if the file has appeared in the dir? Have you got better ideas? Thanks in advance! (5 Replies)
Discussion started by: canduc17
5 Replies

9. Shell Programming and Scripting

Convert minutes to hours, minutes, seconds

How would you convert lets say a 1000 minutes to hours, minutes, seconds (1 Reply)
Discussion started by: Vozx
1 Replies
Login or Register to Ask a Question