
Router ip: 192.168.3.1
Windows server: 192.168.3.50 (WLan) and 192.168.2.1 (LAN)
PCs: 192.168.2.x
I am able to access 192.168.3.50 from laptop (in 3.x network) but unable to access through other interface 192.168.2.1 and its lan pcs 192.168.2.x.
I added a route in my router with Destination LAN NET 192.168.2.0, Subnet Mask 255.255.255.0 and Gateway 192.168.3.50 but still unable to access.
Do I need to add a route in my Windows server as well? If so what will be the route like?
EDIT:
- Server and laptop connected to Router through wireless.
- All the PCs are connected to the server through a switch.
- Server is able to access the internet through WLAN interface (192.168.3.50)
- Server and PCs are communicating through LAN interface (192.168.2.x)
- I am able to ping 192.168.3.50 from router but not 192.168.2.1
Problem - 3.x machines (in my case laptop) is not able to access 2.x machines. Not even 192.168.2.1 (which is another ip for server). ping 192.168.3.50 works not 192.168.2.1
As @0wn3r suggested I changed the mask to 255.255.0.0 in router and server but still the same problem.