LXC guest cannot receive any packets

I am using vagrant-lxc, and it was working for a while, but one day it stop working. I tried using netctl for a while, but I switched the libvirt in the hopes of getting it working again, and it did... until I restarted
Here is the situation now.
On the guest:
root@vagrant-base-trusty-amd64:~# ping google.com
PING google.com (173.194.33.101) 56(84) bytes of data.
^C
--- google.com ping statistics ---
7 packets transmitted, 0 received, 100% packet loss, time 6007ms
root@vagrant-base-trusty-amd64:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
6: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 5e:61:d5:bf:7b:78 brd ff:ff:ff:ff:ff:ff
inet 192.168.122.222/24 brd 192.168.122.255 scope global eth0
valid_lft forever preferred_lft forever
inet6 fe80::5c61:d5ff:febf:7b78/64 scope link
valid_lft forever preferred_lft forever
root@vagrant-base-trusty-amd64:~# ip r
default via 192.168.122.1 dev eth0
192.168.122.0/24 dev eth0 proto kernel scope link src 192.168.122.222
root@vagrant-base-trusty-amd64:~# ping 192.168.122.1
PING 192.168.122.1 (192.168.122.1) 56(84) bytes of data.
64 bytes from 192.168.122.1: icmp_seq=1 ttl=64 time=0.076 ms
64 bytes from 192.168.122.1: icmp_seq=2 ttl=64 time=0.074 ms
64 bytes from 192.168.122.1: icmp_seq=3 ttl=64 time=0.097 ms
64 bytes from 192.168.122.1: icmp_seq=4 ttl=64 time=0.071 ms
^C
--- 192.168.122.1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2998ms
rtt min/avg/max/mdev = 0.071/0.079/0.097/0.013 ms
root@vagrant-base-trusty-amd64:~# ping 192.168.1.100
PING 192.168.1.100 (192.168.1.100) 56(84) bytes of data.
64 bytes from 192.168.1.100: icmp_seq=1 ttl=64 time=0.082 ms
64 bytes from 192.168.1.100: icmp_seq=2 ttl=64 time=0.089 ms
64 bytes from 192.168.1.100: icmp_seq=3 ttl=64 time=0.102 ms
64 bytes from 192.168.1.100: icmp_seq=4 ttl=64 time=0.107 ms
^C
--- 192.168.1.100 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2999ms
rtt min/avg/max/mdev = 0.082/0.095/0.107/0.010 ms
root@vagrant-base-trusty-amd64:~# ping 192.168.1.101
PING 192.168.1.101 (192.168.1.101) 56(84) bytes of data.
^C
--- 192.168.1.101 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2007ms
root@vagrant-base-trusty-amd64:~# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
^C
--- 192.168.1.1 ping statistics ---
9 packets transmitted, 0 received, 100% packet loss, time 8006ms
As you can see, DNS works and I can connect to the host.
On the host:
$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp6s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
inet 192.168.1.100/24 brd 192.168.1.255 scope global dynamic enp6s0
valid_lft 97sec preferred_lft 97sec
3: enp8s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
4: virbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
link/ether xx:xx:xx:xx:xx:xx:brd ff:ff:ff:ff:ff:ff
inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
valid_lft forever preferred_lft forever
5: virbr0-nic: <BROADCAST,MULTICAST> mtu 1500 qdisc fq_codel master virbr0 state DOWN group default qlen 500
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
7: vethG19V8K: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master virbr0 state UP group default qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
inet6 fe80::fc18:13ff:fe34:9591/64 scope link
valid_lft forever preferred_lft forever
$ ip r
default via 192.168.1.1 dev enp6s0 proto dhcp src 192.168.1.100 metric 1024
192.168.1.0/24 dev enp6s0 proto kernel scope link src 192.168.1.100
192.168.1.1 dev enp6s0 proto dhcp scope link src 192.168.1.100 metric 1024
192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1
$ sudo iptables -nvL --line-numbers
Chain INPUT (policy ACCEPT 930 packets, 1731K bytes)
num pkts bytes target prot opt in out source destination
1 586 72820 f2b-SSH tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
2 13 756 ACCEPT udp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:53
3 0 0 ACCEPT tcp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:53
4 5 1640 ACCEPT udp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:67
5 0 0 ACCEPT tcp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:67
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
num pkts bytes target prot opt in out source destination
1 0 0 ACCEPT all -- * virbr0 0.0.0.0/0 192.168.122.0/24 ctstate RELATED,ESTABLISHED
2 51 3503 ACCEPT all -- virbr0 * 192.168.122.0/24 0.0.0.0/0
3 0 0 ACCEPT all -- virbr0 virbr0 0.0.0.0/0 0.0.0.0/0
4 0 0 REJECT all -- * virbr0 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
5 0 0 REJECT all -- virbr0 * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
Chain OUTPUT (policy ACCEPT 846 packets, 70698 bytes)
num pkts bytes target prot opt in out source destination
1 5 1716 ACCEPT udp -- * virbr0 0.0.0.0/0 0.0.0.0/0 udp dpt:68
Chain f2b-SSH (1 references)
num pkts bytes target prot opt in out source destination
1 386 57808 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
I tested that packets can get out using netcat to send UDP messages, and I received the messages on a server on the WAN, so I know packets are getting out, but they are not making it back.
I've tried removing lines 4 and 5 from the FORWARD chain, but it didn't help.

I had some weird issues with two Windows Server 2k8 R1 guests and networking between the two experiencing difficulties after some random amount of time. A reboot often fixes it for a short period of time, but then it comes back.
After a thorough investigation with Oracle Support, we didn't identify the root cause; however upgrading to Oracle VM 2.2.2 fixed the issue.
Edit: To clarify, my issues were that RDP and mapping network shares between the two servers wouldn't work... but communication to other non-OracleVM (and some Oracle VM guests as well actually) was fine.
Doing tcpdump traces on dom0 identified intermittent packet drops somewhere between the xenbrXX interface and the underlying network interface (e.g. in my case, bond0.XX).
Edited by: user10786594 on 20/01/2012 11:39

Similar Messages

  • So my iPhone 4S started draining battery after recent update, battery got changed and it worked perfect for 3 days, all of a sudden the phone won't stay on unless connected to mains... Cannot receive any signal "searching" constantly. HELP

    So my iPhone 4S started draining battery after recent update, battery got changed and it worked perfect for 3 days, all of a sudden the phone  shut down and now won't stay on unless connected to mains... Claims its at 100% battery but thats impossible as it was at 30% before it shut down randomly.
    Cannot receive any signal "searching" constantly.
    Turns off as soon as removed from usb ... wont stay on connected to laptop!
    HELP!

    The iPhone includes a one year warranty. If an Apple store is not nearby, you can call AppleCare and handle an exchange under warranty over the phone. The exchange will be shipped to your door - someone must sign for the delivery so if no one will be at home, have it delivered where you work. You use the same box to return the existing iPhone back to Apple. Return shipping label and tape to reveal the box incuded - call the carrier with number incuded when the box is ready to be picked up. AppleCare will request a credit card in the event the existing iPhone is not returned within 10 days after the exchange under warranty is received.
    Hardware can fail - it happens, which is why there is a one year warranty.

  • I have an Officejet 4500 g510n, and cannot receive any faxes ...HELP!!!

    Since I changed my carrier for phone, internet etc, I have been unable to receive any faxes.  The phone rings, it starts to communicate, then it fails.  I have gone through the troubleshooting scenarios and changed my phone to 0 rings so the voicemail does not come on, but still cannot receive any faxes.
    Can anyone tell me how I can fix this problem?  I had no issues with my previous carrier.

    Hi Trishiann,
    I understand your printer is not receiving faxes. Take a look at the following document, Cannot Send or Receive Faxes.  I understand you went through some troubleshooting scenarios, so I apologize if some, or all, of this information is redundant. If there are suggestions in the document you have not tried, however, it would be a good place to start. Best of luck.
    Ryan1216
    I work on behalf of HP
    The advice and opinions given here are my own and not those of HP

  • HT201412 I cannot activate my imessage and facetime and at the same time i cannot receive any notifications on my facebook.

    Hi.I noticed that my imessage and facetime is not working and at the same time i cannot receive any notifications on facebbok.

    Hi,
    To exclude software conflict, i recommend you to make a clean boot and then have a test.
    If this issue still persists, i suggest you re-built all COM ports through registry.
    Locate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\COM Name Arbiter, delete ComDB key, reboot your computer.
    Andy Altmann
    TechNet Community Support

  • TS1498 I cannot receive any sms/mms messages but I can send? what could the problem be?

    I cannot receive any messages, but can send!
    Help!!

    Hello Nickster1963,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    To resolve issues with sending and receiving SMS, follow these steps first
    Go to Settings and turn airplane mode off.
    Verify that you have a cellular network signal in the status bar at the top left of your iPhone. Learn more about troubleshooting no service if there's no signal.
    Restart your iPhone.
    Tap Settings > General > Reset > Reset Network Settings on your iPhone.
    Reseat your SIM card.
    Best of luck,
    Mario

  • HT5625 cannot receive any emails to reset password

    My AppleID (***@gmail.com) has been locked, but when I tried to reset the password by email verification, I cannot receive any emails from Apple. I also cannot remember the security questions. So how can I get my AppleID back?

    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a valid rescue email address, then use this procedure:
             Rescue email address and how to reset Apple ID security questions.
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
    Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                             Apple ID- All about Apple ID security questions.

  • I cannot receive any msg sending from iOS devices.

    Recently I am over my data plan limit. So I disable the iMessage in my iPhone 5s. I want to receive the message through cellular network. Because I got unlimited msm package.
    But unforturnly, I cannot receive any message from other iPhone users now. They're all showing up senting out iMessage to me. But I receive nothing.
    How to setup to resolve this problem?
    Thanks.

    The following may help: http://support.apple.com/kb/ts5185
    Note in particular:
    If you still cannot deactivate iMessage after you perform the steps above, or if you no longer have access to the iPhone, please contact Apple support for assistance.

  • I am using a free wifi in a hospital.  I can send email but I cannot receive any including emails tat I send to myself.

    am using a free wifi in a hospital.  I can send email but I cannot receive any including emails

    Could you receive emails when connecting to another network?

  • HT201356 Can you please put the steps to change the rescuer email address since I cannot receive any emails

    Can you please put the steps to change the rescuer email address since I cannot receive any emails

    The steps on the page that you posted from should work, but you can only change your rescue email address if you remember your answers to your security questions :
    - log into the account via the 'manage your apple id' button on http://appleid.apple.com
    - select the Password & Security section on the left-hand side of your account's screen
    - answer the account's security questions
    - you will then get a screen where you can change the address (and/or the questions)
    If you can't remember your answers, and you aren't receiving the reset email to your current rescue email account (and you've checked the spam folder as well as the inbox on it, and tried clicking the reset link again) then you will have to contact Support in your country to get the questions reset.
    Contacting Apple about account security : Contact Apple for help with Apple ID account security
    If your country isn't on that page then try this form to contact Support : https://www.apple.com/emea/support/itunes/contact.html
    When they've been reset follow the above steps for changing your rescue email address

  • Having downloaded the ios6 update on my iPhone 4 I cannot receive any emails! Any help very gratefully received.

    having downloaded the ios6 update on my iPhone 4s yesterday morning, since then I cannot receive any emails! Any help very gratefully received.

    Enter the correct login credentials for the email account.

  • Cannot receive any texts...

    Well... Since i did the upgrade, i cannot receive any texts... and the battery ... Well...
    What should I do ? Can I downgrade ?
    Is there someone working for Nokia and know how Anna is working ?
    Can you please fix the problems on it ?
    Thank you
    Personal details removed by a moderator. We kindly ask you not to share your phone's IMEI number publicly on this forum.

        slave26,
    Thank you for joining Verizon Wireless! I want to ensure that your port was successful and we get your phone working. I have sent you a direct message here. Please review your inbox and reply to my message from "AndreaS_VZW."
    AndreaS_VZW
    Follow us on Twitter @VZWSupport

  • Why mine iphone 5c cannot normal receive message  and send message to another phone?   I also cannot receive any message form Digi Centre~  I am form malaysia~

    Why mine iphone 5c cannot normal receive message  and send message to another phone?   I also cannot receive any message form Digi Centre~  I am form malaysia~

    Sorry, forgot to add this and I can't find the edit button.
    -I am using build: 9A406
    -One funny thing I want to add too: when I put the iPhone in the Apple dock and connect it with my PC, I open iTunes and select my phone. There you can see the build, software version,.. But after telephonenumber it says N/A: not applicable.. Something I only just noticed. I'm pretty sure my number was displayed back in Nov. when I first got my iPhone 4S.
    And the very last thing: Most of the time I have a very good signal, 4 out of 5 bars. It is only rarely that I have only 1 or 0 bars.

  • I cannot receive any e-mail through mail software on ipad2

    hi,there~ i cannot suddenly receive any e-mail from gmail, hotmail on my ipad. i have tried everything, but failed.
    the mail seem to work well the day before yesterday, but suddenly break down yesterday.
    the error reports read: 'the ssl does not work' or 'imap  does not respond'
    if anyone konw about this, pls help me out of this problem. thx!

    Knowing a little more info would be very helpful
    What device?
    What message do you receive when attempting to access mail?
    Which app are you using for mail?
    What message do you receive when attempting to access FB?

  • I cannot receive any message, until I send another...

    Help me, do you know what happens if I cannot receive an sms that sent to my phone, until I send a message to any number. Or if i turn my phone to offline mode then change the profile into general again?
    what's wrong with that?
    is it the operator fault?
    or my phone fault itself?
    (I'm using nokia 5530 XM)
    Solved!
    Go to Solution.

    clearing out your message folders ???
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • I cannot receive any twitter push notification or update the setting of notification.

    I have tried to delete the twitter app, reinstall in on my iPhone 5, and on another iPhone, and even start another email account for testing, but failed.
    For iOS 6.1.4,  I cannot update my notification setting
    For iOS 7 GM,  I cannot receive push notification too.
    How can I do to solve the problem?

    cmcjilton wrote:
    I have the exact same problem.
    I am using MacBook Pro, Mac OS X (10.8.6)
    Your options are:
    Upgrade to OS X Lion (10.7.2) or higher and upgrade your iCloud storage plan on your Mac
    Go to icloud.com, sign into your iCloud account, delete some your existing email and empty the trash to bring your usage within your current storage limit
    Upgrade your storage plan on an iOS device
    Ask a friend who has a Mac running Lion or higher if they would be willing to sign out of their account and allow you to sign into your account on their computer without syncing any data with iCloud in order to upgrade your plan.

Maybe you are looking for

  • Preloader not going to frame 2 after 100% loaded

    Hello. I recently got help concerning a preloader error. Happy to say the error message got resolved here on the forum. However I now have new problem. After site is loaded a 100% it is stuck on the preloader image in frame one instead of going to fr

  • Input language in Numbers

    How can i change the input language from English to Spanish in Numbers?

  • Pricing procedure in configuring  condition type v/06

    Hi, In the master data area of v/06,field pricing procedure...when i do a F1 - the explanation is as follows +"The system uses the pricing procedure that you enter here to control the use of condition supplements in records of this condition type. Yo

  • Publish with interactions to YouTube?

    Hi, I have a project with many interactions (smart shape buttons triggering advanced actions, drag-and-drop, glossary widget, Tabs). Publishing to MP4 causes interactions to be lost. Is it possible to publish in a format that can be viewed in YouTube

  • Added song in QT mov, e-mailed it - family, friends can not hear music...?

    Took a 16 second "little" movie off the Digital camera. I was finally motivated to add some music to the silent clip (camera doesn't record sound), as I had never done it before in QT. Took about 5 minutes to figure out and it made the humble clip so