Hi everyone,
So I'm working on building an internal routed network and can just about get the thing going, save for 1 problem: I can't ping my default gateway. I'll layout what I've done and look for suggestions as to the solution (I'm sure it's simple and I'm just missing something obvious)...
I've layed out the more technical details below but a short synopsis is as follows. I'm trying to setup a routed network whereby my PC (connected to my "station" device -- one wireless and one ethernet port) can communicate with my default gateway. For instance:
PC -- Station -- AP -- Soho router
I've used internet IP's completely but swapped between the 192.168.0.0 world and the 10.0.0.0 world. I use 10.x.x.1 and 10.x.x.x to connect my AP to my station, and have successfully routed a 192.168.x.x IP from the PC, over the routed network to the edge IP of the AP (another 192.168.x.x IP). However, I'm unable to ping the Soho router wiith the PC, although I can ping it from both the station and the AP. Here are the details:
PC
IP Address: 192.168.0.90/24
Default Gateway: 192.168.0.1
Default Gateway (soho router)
192.168.0.1
(connected to internet)
Mikrotik Components
Access Point (running Atheros 5GHz)
IP Address Info
# ADDRESS NETWORK BROADCAST INTERFACE
0 10.0.0.1/24 10.0.0.0 10.0.0.255 wlan1
1 192.168.0.193/24 192.168.0.192 192.168.0.223 ether1
Routing Details
# DST-ADDRESS G GATEWAY DISTANCE INTERFACE
0 A S 0.0.0.0/24 r 10.0.0.1 wlan1
1 A C 10.0.0.0/24
2 A S 192.168.0.192/27 r 10.0.0.4 0 wlan1
3 A C 192.168.0.0/24 ether1
4 A S 0.0.0.0/0 r 192.168.0.1 0 ether1
NAT Details
0 chain=srcnat out-interface=ether1 src-address=10.0.0.0/24
action=masquerade
Mikrotik Station
IP Address
# ADDRESS NETWORK BROADCAST INTERFACE
0 D 10.0.0.4/24 10.0.0.0 10.0.0.255 wlan1
1 192.168.0.201/30 192.168.0.200 192.168.0.203 ether1
Routing Info
# DST-ADDRESS G GATEWAY DISTANCE INTERFACE
0 A C 10.0.0.0/24 wlan1
1 A C 192.168.0.200/30 ether1
2 A S 192.168.0.192/27 r 10.0.0.1 wlan1
3 A S 192.168.0.0/24 r 10.0.0.1 wlan1
4 A S 0.0.0.0/0 r 10.0.0.1 wlan1
NAT
0 chain=srcnat in-interface=ether1 dst-address=10.0.0.0/24 action=masquerade
PC (connected to ether1 of station)
IP Address: 192.168.0.202/30
Default GW: 192.168.0.201
I've tried packet sniffing to see if something obvious comes up but the data is sent out to my router, it just doesn't come back (seen my monitoring ether 1). Somehow, I think the data's being looped when it gets to router but I'm at my wits end as to how I can fix this.
Any suggestions?
Thanks!