Saturday, October 22, 2016

pfSense DMZ VMware and Ubuntu 16.04.1 LTS

In a VMware environment I am having connectivity issues (no ping) between the gateway (pfSense DMZ) and Ubuntu server 16.04.1 LTS.




Pfsense is working fine from the LAN subnet 192.168.1.0/24 but not from DMZ subnet 10.10.10.0/24



I think I have configured the firewall side of things correctly (pfsense), but new to VMware so I think I might be missing something within the VMware environment and/or ubuntu server?



Ubuntu server has an IP address 10.10.10.6
pfSense webdmz gateway has an IP address 10.10.10.3



Looking at the topology, on vSwitch2(LAN) I connect a computer on vmnic5 I can get to the internet no problem. But on vSwitch3(WEBDMZ) I am unable to ping either way 10.10.10.6 to gateway 10.10.10.3 and vice versa.



Has someone come across same issue before?




Topology:



topology



Firewall DMZ config and ubuntu interface:



firewall dmz config and ubuntu interface

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...