I have a network an a subnetwork on 2 ends of a powerline Ethernet adapter. I would like to allow access to the machines on the subnetwork to machines on the network without sending all the traffic from the subnetwork over the powerline adapter.
my setup is as follows: Both routers are ASUS RT-AC66Us [1][2]
Modem
|
----+-------------------------------------------
| router-a / lan-a / LAN |
| Wide area IP: 1.2.3.4 (external/Internet) |
| local IP (192.168.1.1 / Mask: 255.255.255.0) |
| |
| static route: |
| {Network IP:192.168.2.0 |
| Mask:255.255.255.0 |
| Gateway:192.168.1.120 |
| Interface:LAN} |
----+-------------------------------------------
|
Powerline
|
----+---------------------------------------------
| router-b / lan-b / SubLAN |
| LAN IP: 192.168.1.120 (should be labelled WAN) |
| local IP: 192.168.2.1 / Mask: 255.255.255.0 |
| |
| static route: |
| {Network IP:192.168.1.0 |
| Mask:255.255.255.0 |
| Gateway:192.168.1.1 |
| Interface:WAN} |
| NAT:off |
----+---------------------------------------------
|
---------------------------------------
| Computer/Server IP: 192.168.2.166 |
---------------------------------------
The subnet is working as a subnet, I can access network resources attached to the LAN from the subLAN, but I can't get the subLAN to forward any traffic coming from the LAN, so I can't access the server from the LAN.
F.W.I.W. I have a media server running on the same machine as gaming pc, and I have the subnet set up for game streaming, but the tv is on the LAN, and can't access the content unless I merge the networks. I am not married to the subnet situation, but I need a way to prevent my gamestream from traveling over the powerline adapter twice.