I have 2 Original Omega's, 1 is connected to the other as an access point. I wanted to try routing traffic from my PC to omega_A:
omega_A ----> omega_B ----> Wifi router/modem <----- PC
omega_A is 192.168.3.154 on omega_B AP network.
omega_B is 192.168.1.17 on wifi network
PC is 192.168.1.13 on wifi
I have added a route on my PC so that I can ping 192.168.3.1 (omega_B):
Network Destination | Netmask | Gateway | Interface |
---|---|---|---|
192.168.3.0 | 255.255.255.0 | 192.168.1.17 | 192.168.1.13 |
But Omega_B doesn't seem to be routing traffic to what's connected to it.
it's route table seems like it should...
Destination | Gateway | Genmask | Flags | Metric | Ref | Use | Iface |
---|---|---|---|---|---|---|---|
192.168.3.0 | * | 255.255.255.0 | U | 0 | 0 | 0 | wlan0-1 |
Appreciate any thoughts anybody might have.