Routing between 2 LAN NIC
-
Windows machines treat anything outside of their own subnet as "public" and will block it as such.
Im going out on a small limb as blaming the firewall on the client machines even if you think they are disabled. Gateway on those machines should point to 192.168.1/0.1 Not your WAN gateway..
-
@chpalmer firewall on the Windows machine is disabled, in fact i also have a small Pi unit on the networks, on same network the ping is working fine, but cross network its not working
EDIT, Regarding Gateway, Should i create a new gateway for each Lan? i.e. 192.168.1.1 and 192.168.0.1 ? or just create a single one 192.168.1.1 and define that as default for all Gateway?
also when i run ipconfig in cmd., i can see that the dhcp server had already provided the gateway to the client Machine, like 192.168.0.1 for the 192.168.0.0/24 network, so is there still a need for setting a default gateway? -
No gateways on the LAN interfaces.
You made the comment above- "WAN DHCP- set as default gateway," Is that on the WAN interface?
Are client machines all set with static or DHCP?
-
@chpalmer Sorry i meant to say WAN is a DHCP,
Both Lan gets their IP via DHCP,
-
Ok I see your edit.
Show your firewall rules for each LAN interface..
-
-
-
- LAN1 Address 443
80 * * Anti-Lockout Rule
- LAN1 Address 443
-
IPv4 * LAN1 net * * * * none Default allow LAN to any rule
IPv6 * LAN1 net * * * * none Default allow LAN IPv6 to any rulefor Lan2
IPv4 * LAN2 net * * * * none Default allow LAN to any rule
IPv6 * LAN2 net * * * * none Default allow LAN IPv6 to any ruleBoth LAN interfaces have allowed for any to any traffic.
-
-
Do you mean?
IPv4 * LAN1 net * * * * none Default allow LAN1 to any rule
IPv6 * LAN1 net * * * * none Default allow LAN1 IPv6 to any rulefor Lan2
IPv4 * LAN2 net * * * * none Default allow LAN2 to any rule
IPv6 * LAN2 net * * * * none Default allow LAN2 IPv6 to any rule -
@chpalmer Yes, these are the default allow any to any rule,
-
The 2nd LAN would not have a default rule. You would have had to make it up. That's why I wanted to verify that the rules were built right.
Pfsense by default routes between subnets. If the firewall rules are correct (a screenshot would be great) then the issue must lie on the client machines.
Example from one of my boxes.
-
@chpalmer I think i am screwing up somewhere on the switches... sigh
Thanks for your help~