Ill be more specific.
here is my setup
10.10.1.0\24
Internet –-> pfSense (LAN INT 10.10.1.254\24)------>LAN --------> Home PC (10.10.1.200\24)
|
DMZ INT (10.10.2.254\24)
|
|
DMZ (10.10.2.0\24)
|
Web Server (10.10.2.100\24)
When i try to ping from Home PC to Web Server:
Pinging 10.10.2.100 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 10.10.2.100:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)
However when i ping using the pfSense ping tool
Ping output:
PING 10.10.2.100 (10.10.2.100) from 10.10.2.254: 56 data bytes
64 bytes from 10.10.2.100: icmp_seq=0 ttl=64 time=0.689 ms
64 bytes from 10.10.2.100: icmp_seq=1 ttl=64 time=0.372 ms
64 bytes from 10.10.2.100: icmp_seq=2 ttl=64 time=0.307 ms
--- 10.10.2.100 ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.307/0.456/0.689/0.167 ms
same story for pinging pfsense on my Home PC:
Pinging 10.10.1.254 with 32 bytes of data:
Reply from 10.10.1.254: bytes=32 time<1ms TTL=64
Reply from 10.10.1.254: bytes=32 time<1ms TTL=64
Reply from 10.10.1.254: bytes=32 time<1ms TTL=64
Reply from 10.10.1.254: bytes=32 time<1ms TTL=64
Ping statistics for 10.10.1.254:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
And for pinging my Home PC from pfSense:
Ping output:
PING 10.10.1.200 (10.10.1.200) from 10.10.1.254: 56 data bytes
64 bytes from 10.10.1.200: icmp_seq=0 ttl=128 time=0.446 ms
64 bytes from 10.10.1.200: icmp_seq=1 ttl=128 time=0.309 ms
64 bytes from 10.10.1.200: icmp_seq=2 ttl=128 time=0.316 ms
--- 10.10.1.200 ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.309/0.357/0.446/0.063 ms
I can also ping pfSense from my ubuntu Web Server
PING 10.10.2.254 (10.10.1.254) 56(84) bytes of data.
64 bytes from 10.10.2.254: icmp_req=1 ttl=64 time=0.261 ms
64 bytes from 10.10.2.254: icmp_req=2 ttl=64 time=0.209 ms
This is a base pfSense install with the default Lan -> any rule being untouched.
Insert foot in mouth
Was on static IP with no gateway. Figured it would work for some reason. Set it to DHCP and it works.