hello in my house i have the main router which is connected to internet and create a local network like this (call it NET-A):
router ip: 192.168.1.254
DHCP 192.168.1.11 - 192.168.1.199
connected to NET-A through the ethernet there's an access point to create a wireless network (call it NET-B) and it's configured like this:
-- WAN --
IP Address:192.168.1.13
Subnet Mask:255.255.255.0
Gateway:192.168.1.254
-- LAN -- (the wireless network)
ip: 192.168.2.1
subnet mask: 255.255.255.0
DHCP enabled from 192.168.2.100 to 192.168.2.200
now my problem is that i want to connect a device in the NET-A (let's say with ip: 192.168.1.5) with a device connected on NET-B (WI-FI, let's say 192.168.2.106) and it seems NOT POSSIBLE.
what's my mistake? if i ping the second device from the first device it doesn't work... if i do the opposite it DOES WORK.
i m not such a great expert on LAN systems thanks
my problem is that i want to map a port from the main router to redirect the WEB traffic to a device connected to the WI-FI access point
router ip: 192.168.1.254
DHCP 192.168.1.11 - 192.168.1.199
connected to NET-A through the ethernet there's an access point to create a wireless network (call it NET-B) and it's configured like this:
-- WAN --
IP Address:192.168.1.13
Subnet Mask:255.255.255.0
Gateway:192.168.1.254
-- LAN -- (the wireless network)
ip: 192.168.2.1
subnet mask: 255.255.255.0
DHCP enabled from 192.168.2.100 to 192.168.2.200
now my problem is that i want to connect a device in the NET-A (let's say with ip: 192.168.1.5) with a device connected on NET-B (WI-FI, let's say 192.168.2.106) and it seems NOT POSSIBLE.
what's my mistake? if i ping the second device from the first device it doesn't work... if i do the opposite it DOES WORK.
i m not such a great expert on LAN systems thanks
my problem is that i want to map a port from the main router to redirect the WEB traffic to a device connected to the WI-FI access point