LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 10-16-2010, 05:43 PM   #1
ndarkduck
LQ Newbie
 
Registered: Nov 2008
Location: Mex,Mex
Distribution: Fedora || Red Hat Linux
Posts: 28

Rep: Reputation: 7
Bridged interface not getting input traffic.


I'm feeling a little alone on linux...

I got a VirtualBox machine whose bridged interface (to eth0) isn't getting traffic in. For example I ping 8.8.8.8. I got outbound traffic, but inbound traffic is not getting here.
I know is also a network problem :S, actually... I also got a really poor performance if I nat ( virtualbox-bridged-adapter-8021q-%3D-%5Bb%5Dridiculous-performance%5B-b%5D-838385/
IE:
Code:
Virtual:
ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.

--- 8.8.8.8 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3007ms
Host:
tcpdump -n host 69.64.x6
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
09:32:08.262107 arp who-has 69.64.x7 tell 69.64.xx
09:32:08.262172 arp reply 69.64.x7 is-at 00:30:48:60:73:ca
09:32:08.262511 IP 69.64.x6.51561 > 8.8.8.8.domain:  6235+[|domain]
09:32:08.262525 IP 69.64.x6.51561 > 8.8.8.8.domain:  6235+[|domain]
09:32:08.696706 IP 69.64.x6 > 8.8.8.8: ICMP echo request, id 58955, seq 1, length 64
09:32:08.696727 IP 69.64.x6 > 8.8.8.8: ICMP echo request, id 58955, seq 1, length 64
09:32:08.749868 arp who-has 69.64.x6 tell 69.64.94.2
09:32:08.750093 arp reply 69.64.x6 is-at 08:00:27:14:c4:af
09:32:08.750098 arp reply 69.64.x6 is-at 08:00:27:14:c4:af
09:32:09.700685 IP 69.64.x6 > 8.8.8.8: ICMP echo request, id 58955, seq 2, length 64
09:32:09.700704 IP 69.64.x6 > 8.8.8.8: ICMP echo request, id 58955, seq 2, length 64
09:32:10.701303 IP 69.64.x6 > 8.8.8.8: ICMP echo request, id 58955, seq 3, length 64
09:32:10.701322 IP 69.64.x6 > 8.8.8.8: ICMP echo request, id 58955, seq 3, length 64
09:32:11.701225 IP 69.64.x6 > 8.8.8.8: ICMP echo request, id 58955, seq 4, length 64
09:32:11.701242 IP 69.64.x6 > 8.8.8.8: ICMP echo request, id 58955, seq 4, length 64
09:32:13.262163 IP 69.64.x6.51561 > 8.8.8.8.domain:  6235+[|domain]
09:32:13.262180 IP 69.64.x6.51561 > 8.8.8.8.domain:  6235+[|domain]

Last edited by ndarkduck; 10-18-2010 at 12:28 PM.
 
Old 10-18-2010, 06:34 AM   #2
alli_yas
Member
 
Registered: Apr 2010
Location: Johannesburg
Distribution: Fedora 14, RHEL 5.5, CentOS 5.5, Ubuntu 10.04
Posts: 559

Rep: Reputation: 92
Post the output of:

Code:
$ sudo ifconfig -a
This will help understand your bridge configuration.
 
Old 10-18-2010, 11:04 AM   #3
ndarkduck
LQ Newbie
 
Registered: Nov 2008
Location: Mex,Mex
Distribution: Fedora || Red Hat Linux
Posts: 28

Original Poster
Rep: Reputation: 7
Thanks in advance, btw, the eth1 is down (and this is the host)
Code:
[user@server ~]$ /sbin/ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:30:48:60:73:CA  
          inet addr:216.55.xx.xx  Bcast:216.55.xx.xx  Mask:255.255.255.0
          inet6 addr: fe80::230:48ff:fe60:73ca/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:44024096 errors:0 dropped:0 overruns:0 frame:0
          TX packets:889952 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:3135263728 (2.9 GiB)  TX bytes:365969951 (349.0 MiB)
          Memory:d8000000-d8020000 

eth0.2    Link encap:Ethernet  HWaddr 00:30:48:60:73:CA  
          inet addr:10.0.0.1  Bcast:10.0.255.255  Mask:255.255.0.0
          inet6 addr: fe80::230:48ff:fe60:73ca/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 b)  TX bytes:5862 (5.7 KiB)

eth0.4    Link encap:Ethernet  HWaddr 00:30:48:60:73:CA  
          inet addr:10.4.0.1  Bcast:10.4.255.255  Mask:255.255.0.0
          inet6 addr: fe80::230:48ff:fe60:73ca/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8672 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 b)  TX bytes:1196446 (1.1 MiB)

eth0.5    Link encap:Ethernet  HWaddr 00:30:48:60:73:CA  
          inet addr:10.5.0.1  Bcast:10.5.255.255  Mask:255.255.0.0
          inet6 addr: fe80::230:48ff:fe60:73ca/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 b)  TX bytes:5862 (5.7 KiB)

eth0:2    Link encap:Ethernet  HWaddr 00:30:48:60:73:CA  
          inet addr:69.64.xx.x7  Bcast:69.64.94.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Memory:d8000000-d8020000 

eth0:3    Link encap:Ethernet  HWaddr 00:30:48:60:73:CA  
          inet addr:69.64.xx.x8  Bcast:69.64.94.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Memory:d8000000-d8020000 

eth0:4    Link encap:Ethernet  HWaddr 00:30:48:60:73:CA  
          inet addr:69.64.xx.x9  Bcast:69.64.94.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Memory:d8000000-d8020000 

eth1      Link encap:Ethernet  HWaddr 00:30:48:60:73:CB  
          inet addr:69.64.xx.x7  Bcast:69.64.94.255  Mask:255.255.255.0
          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)
          Memory:d8020000-d8040000 

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

sit0      Link encap:IPv6-in-IPv4  
          NOARP  MTU:1480  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:0 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

vboxnet0  Link encap:Ethernet  HWaddr 0A:00:27:00:00:00  
          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)
 
Old 10-18-2010, 02:31 PM   #4
ndarkduck
LQ Newbie
 
Registered: Nov 2008
Location: Mex,Mex
Distribution: Fedora || Red Hat Linux
Posts: 28

Original Poster
Rep: Reputation: 7
Ok, I restarted the virtual machine and I started to ping the gw. I got
Code:
ping gw
gw arp: who has ip
vb arp: me at xx:xx:xx:xx:xx
....silence
So I'll rise a ticket to the switch guys, if I get no luck... any other ideas/suggestions?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bridged interface won't start on boot serge Linux - Networking 0 03-31-2009 06:36 AM
Trying to configure shorewall to allow bridged vpn traffic to the local subnet perlchun Linux - Networking 4 06-25-2008 09:13 PM
how do i set a persistent bridged netorking interface mmoalem Linux - Networking 1 02-11-2007 06:10 AM
Unable to access the webserver through bridged interface ibrahimt Linux - Networking 1 07-05-2004 04:54 PM
bridged udf/iso9660 dvd input output error StonedZealot Linux - Software 0 02-25-2004 11:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 04:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration