@viragomann said in Routing configuration issue between 3 interfaces on pfsense (New to pfsense):
Check that twice to be sure.
Than check it again... Your lan rules are by default any any so if you did not mess with that, then any devices on the lan would be able to talk any device on either of your 2 networks with no rules even on those interfaces.
So as long as the device in the other vlans is pointing back to pfsense as its gateway.. Its most likely the devices firewall, or other security software on it that you didn't disable..
Simple test can device in nework A ping pfsense IPs you have listed there 10.1.2.1 and 10.1.3.1 from the 10.1.1.0 network..
If so simple do a sniff on pfsense say on network B interface - while you ping something network be at 10.1.2.x -- do you see the ping go out from pfsense.. If so then its not pfsense..
Here example..
My lan rules.
lanrules.jpg
My lan is 192.168.9.0/24, pfsense IP is 192.168.9.253
Another segment of mine (dmz) is 192.168.3.0/24 where pfsense IP in that is 192.168.3.253
I can ping 192.168.3.253 from my 192.168.9.100 box.
$ ping 192.168.3.253
Pinging 192.168.3.253 with 32 bytes of data:
Reply from 192.168.3.253: bytes=32 time<1ms TTL=64
Reply from 192.168.3.253: bytes=32 time<1ms TTL=64
Here is sniff of that 192.168.3.253 interface only for stuff going to 192.168.3.10 while I ping that ip
sniff.jpg
So you see the ping go out, and in my case get a response... Do you see ping request go out.. Make sure your sniffing on pfsense B interface, while you ping from A (your lan with rules that are any any)..
Just to be complete - my dmz rules do not allow pinging anything in my other networks.
dmzrules.jpg
So while something in my dmz can ping pfs IP 192.168.3.253, can not ping pfsense IP say 192.168.9.253
root@pi-hole:/home/pi# ping 192.168.3.253
PING 192.168.3.253 (192.168.3.253) 56(84) bytes of data.
64 bytes from 192.168.3.253: icmp_seq=1 ttl=64 time=0.653 ms
64 bytes from 192.168.3.253: icmp_seq=2 ttl=64 time=0.497 ms
Trying to ping 192.168.9.253 just fails..
root@pi-hole:/home/pi# ping 192.168.9.253
PING 192.168.9.253 (192.168.9.253) 56(84) bytes of data.
^C
--- 192.168.9.253 ping statistics ---
10 packets transmitted, 0 received, 100% packet loss, time 9350ms