I have the following situation: I need to get the WAN network properly routed to LAN2 behind the Pfsense firewall:
192.168.60.0/24 (WAN) <-> (192.168.60.90) pfSense (192.168.191.90) <-> 192.168.191.0/24 (LAN) <-> (192.168.191.1) Router (172.21.1.1) <-> 172.21.1.0/24 (LAN2) <-> 172.21.1.39 (TS Server)
Right now I do not correctly route and if I run the following tests from pfSense diagnostics , I correctly route LAN to LAN2, but not WAN to LAN2:
source address: LAN
PING 172.21.1.39 (172.21.1.39) from 192.168.191.90: 56 data bytes
64 bytes from 172.21.1.39: icmp_seq = 0 ttl = 127 time = 0.640 ms
--- 172.21.1.39 ping statistics ---
1 transmitted packets, 1 received packets, 0.0% packet loss
round-trip min / avg / max / stddev = 0.640 / 0.640 / 0.640 / 0.000 ms
.
Source address: WAN
PING 172.21.1.39 (172.21.1.39) from 192.168.60.90: 56 data bytes
--- 172.21.1.39...
<-><-><-><-><->