Ping works only one-way to host in VM virtualbox
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-15-2015 12:46 PM
I am running EXOS VM's in Oracle VirtualBox.
I have a topology in this order: host1-sw1-sw2-host2.
I can ping from host2 to host1, but when I try to ping host1 to host2 the ping fails. I can't ping host2 from sw2 either. Here is snapshot of host1 and sw1:
Here is a snapshot of sw2 and host2:
Switch 1 and 2 are connected through OSPF.
What is the correct way to connect hosts in virtualized network?
I know there is no route to host from 192.168.11.3, but it still reaches 192.168.12.0/24 network, shouldn't it reach to the host also?
Thanks
- Petteri
I have a topology in this order: host1-sw1-sw2-host2.
I can ping from host2 to host1, but when I try to ping host1 to host2 the ping fails. I can't ping host2 from sw2 either. Here is snapshot of host1 and sw1:
Here is a snapshot of sw2 and host2:
Switch 1 and 2 are connected through OSPF.
What is the correct way to connect hosts in virtualized network?
I know there is no route to host from 192.168.11.3, but it still reaches 192.168.12.0/24 network, shouldn't it reach to the host also?
Thanks
- Petteri
32 REPLIES 32
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-15-2015 09:53 PM
Indeed! Thanks, you were very helpful 
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-15-2015 09:53 PM
Good to know things are working ok now.
This is great troubleshooting practice! THat's why I love these little things.
This is great troubleshooting practice! THat's why I love these little things.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-15-2015 09:53 PM
OK, I got it. It was windows firewall in the VM 🙂
I totally forgot that they have integrated firewall's since I have used F-Secure for ages.
Now the windows machines can communicate.
Actually I was not aware that it is possible to capture traffic in virtualbox, that is very handy indeed!
I totally forgot that they have integrated firewall's since I have used F-Secure for ages.
Now the windows machines can communicate.
Actually I was not aware that it is possible to capture traffic in virtualbox, that is very handy indeed!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-15-2015 09:53 PM
Do you know that you can capture traffic inside VirtualBox?
You can configure what VB calls network tracing with the following command:
vboxmanage modifyvm --nictrace X on --nictracefileX .pcap
To disable it use:
vboxmanage modifyvm --nictrace X off
That way you can check what's going on at different places in your network...
Can you also post the vboxmanage showvminfo of your Windows PCs?
You can configure what VB calls network tracing with the following command:
vboxmanage modifyvm
To disable it use:
vboxmanage modifyvm
That way you can check what's going on at different places in your network...
Can you also post the vboxmanage showvminfo of your Windows PCs?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-15-2015 09:53 PM
They are VM's
