Routing/natting between local subnets (SOLVED)
-
Yes i'm sure.
And I can't ping the pfSenses ip on the other Subnet (10.1.0.1). But I can ping the server at 10.1.0.10, thats what i find wierd
-
Another test-result (From OFFICE SUBNET, 10.10.0.1/24 to SERVERS SUBNET 192.168.1.1/24)
Pinging from 10.10.0.20 on OFFICE SUBNET (Windows machine):
Pinging 192.168.1.100 with 32 bytes of data:
Reply from 192.168.1.100: bytes=32 time<1ms TTL=127
Reply from 192.168.1.100: bytes=32 time<1ms TTL=127
Reply from 192.168.1.100: bytes=32 time<1ms TTL=127
Reply from 192.168.1.100: bytes=32 time<1ms TTL=127Pinging 192.168.1.20 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.Pinging from 192.168.1.1 on SERVERS SUBNET (The pfSense server):
PING 192.168.1.100 (192.168.1.100) from 192.168.1.2: 56 data bytes
64 bytes from 192.168.1.100: icmp_seq=0 ttl=128 time=0.443 ms
64 bytes from 192.168.1.100: icmp_seq=1 ttl=128 time=0.240 ms
64 bytes from 192.168.1.100: icmp_seq=2 ttl=128 time=0.225 msPING 192.168.1.20 (192.168.1.20) from 192.168.1.2: 56 data bytes
64 bytes from 192.168.1.20: icmp_seq=0 ttl=128 time=0.144 ms
64 bytes from 192.168.1.20: icmp_seq=1 ttl=128 time=0.094 ms
64 bytes from 192.168.1.20: icmp_seq=2 ttl=128 time=0.090 msBoth 192.168.1.20 and 192.168.1.100 are running Windows 2003 with disabled firewall
-
Another tes:
Now i added this Advanced Outbound NAT entry:
Interface: SERVERS
Source 10.10.0.0/24
(See the screenshot)And now I can ping both 192.168.1.20 and 192.168.1.100 from the Office-Subnet.
Can I maybe be a bug in pfSense?
-
Based on screenshot you're using nat, try to make rules only to outside world and let pfsense do the routing. Or you can simply create outbound nat above existing outside world nat with the check box "Do Not NAT"
Hope you can read this
-
If I enabled "Do not NAT" for the rule I just added, then I can't ping the host 192.168.1.20 agian.
But I can ping 192.168.1.100
I think there is a bug. Can anybody confirm that?
-
Are on latest snapshot?
Sorry i'm running 32-bit version and i have no such environment that i could confirm that error
-
No. Running the RC3 downloaded as ISO and installed
-
Hey again
I have done some more testing:
Installed Wireshark on the server 192.168.1.20, then monitored the packets received.
Pinging from the OFFICE-LAN subnet, with a windows workstation (10.10.0.20)
When having natting enabled i got:
4252 2391.798936 192.168.1.1 192.168.1.20 ICMP Echo (ping) request
4253 2391.798956 192.168.1.20 192.168.1.1 ICMP Echo (ping) replyWhen removed the natting rule I got:
1731 905.736205 10.10.0.20 192.168.1.20 ICMP Echo (ping) request
It looks like the host not responding the request. Could it be a bug in the NIC-driver or Windows 2003?I also have some problems connecting the webinterface at some switches, attached to the SERVERS-SUBNET. When NAT is disabled. I think it has to be the same issue.
Has anybody experienced something link this?
-
Has that server (and switches) correct gateway? that may cause the problem
-
Thanks. It was almost the problem.
The switches does not have a gateway at the config interface, but I made static route for the subnet and then everything works.
For the Windows server,the problem was that it has two network attached, and the gateway (It was anothyer gateway than the pfSense box) was configured for the other network. So I also added a static route for the Subnet and everyting works.
-
Good to hear. nice it's solved