Fri Oct 13, 2006 12:08 pm
Normis,
I agree it should be simple. I have now set it up as you suggested.
PC static address 10.2 -> eth1-10.1-> wlan 192.168.2.26
My networks gateway is 192.168.2.7 DNS is 192.168.2.7 I can ping the gateway from the wlan interface but not from the client PC. The client PC's gateway is 192.168.10.1.
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf
# DST-ADDRESS PREF-SRC G GATEWAY DISTANCE INTERFACE
0 ADC 192.168.2.0/24 192.168.2.26 wlan1
1 ADC 192.168.10.0/24 192.168.10.1 ether1
2 A S 0.0.0.0/0 r 192.168.2.7 wlan1
[admin@MikroTik] ip dhcp-server> lease print
Flags: X - disabled, R - radius, D - dynamic, B - blocked
# ADDRESS MAC-ADDRESS HOST-NAME SERVER RATE-LIMIT STATUS
0 D 192.168.10.2 00:13:D3:BA:70:E3 vAsperen dhcp1 bound
[admin@MikroTik] ip dhcp-server> /ping 192.168.10.2
192.168.10.2 ping timeout
192.168.10.2 ping timeout
192.168.10.2 ping timeout
192.168.10.2 ping timeout
192.168.10.2 ping timeout
[admin@MikroTik] ip firewall> nat print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=src-nat out-interface=wlan1 action=masquerade
What am I missing here ? It's as though it's not forwarding
Thanks Mark