2

I have three virtual machines running on Virtual Box. First one is Linux (pfsense) that's acting as a router with two network adapters one bridged and one set to the internal network. The other two vms are Windows 7 that are only connected to the internal network.

Now here is the issue, the Windows 7 machines can see each other, and can communicate. But neither of them can see the pfsense vm. pfsense also can't see them. I've double checked the internal network settings, IPs, subnets everything is correct. But whenever I try to ping the pfsense vm I get the usual message, Destination Host: unreachable. I've disabled Firewalls on the Windows machines, hoping that would fix the issue, nothing.. I can access the internet with the pfsense machine via the Bridged Adapter.

Network Setup:

pfsense (first vm):
- First Adapter: Bridged, DHCP, Promiscuous Mode: Deny
- Second Adapter: Internal Network, Static (192.168.0.254), Promiscuous Mode: Allow VMs

Windows 7 (second vm)
- Second Adapter: Internal Network, Static (192.168.0.15), Promiscuous Mode: Allow VMs

Windows 7 (third vm)
- Second Adapter: Internal Network, Static (192.168.0.30), Promiscuous Mode: Allow VMs

Virtualbox Version: 4.3.20

7
  • The most probable issue is that pfsense is denying ICMP requests by default. If you can change it to allow pinging, it could work.
    – xR34P3Rx
    Commented Dec 27, 2014 at 21:15
  • As far as I am aware, pfSense blocks only ICMP request from the outside. Windows treats it as in the pfsense vm doesn't exist, and the other way around. Yet they are on the same network....
    – Dzoni
    Commented Dec 27, 2014 at 21:19
  • Im assuming they're in the same subnet as well? 192.168.0.0/24?
    – xR34P3Rx
    Commented Dec 27, 2014 at 21:25
  • Using bridged on any of the clients might not what you need - you need three unique albeit simulated NICs and MACs before three simulated IPs?
    – arch-abit
    Commented Dec 27, 2014 at 21:25
  • @xR34P3Rx Yes they are all the same /24 on all machines. arch-abit I am using one bridged intergace only on the pfsense machine for the internet connection. I need to create another network, a virtual one, for some experiments. The network will have a Windows Server and a few Windows Clients, with a gateway that is the pfsense machine. Sorry for not clarifying earlier.
    – Dzoni
    Commented Dec 27, 2014 at 21:30

1 Answer 1

1

The Bridged Adapter on the pfsense machine was causing issues. Changed the first adapter on the pfsense machine from Bridged to NAT and that fixed the issue.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .