Hi, I’ve just setup a RB600 for use as a wireless router. I setup an adsl modem in bridge mode, then added a PPPoE client on the RB600 (on ether2), this works ok, and can connect to my ISP ok.
ether3 - 192.168.2.1
wlan1 - 192.168.2.2
DHCP Servers setup on both ether3 & wlan1 to give leases from different pools, but both pools are in the 192.168.2.0 range, with the gateway as 192.168.2.1
This works fine, I can connect to the box via wireless.
After this, I’m not sure what to do to allow traffic to flow through the RB600. Routes are added by default, and traceroute from the RB600 to external ip addresses is working, but no traffic from a client can pass through.
By default, is all traffic blocked?
Thanks in advance.
Hi aobrien
It looks like a routing problem can you post your routing table.
Sotiris
Sure, here’e the routing table:
[admin@MikroTik] /ip route> print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY-STATE GATEWAY DISTANCE INTERFACE
0 ADS 0.0.0.0/0 reachable 159.134.155.9 1 pppoe-out1
1 ADC 159.134.155.9/32 86.43.202.5 0 pppoe-out1
2 ADC 192.168.2.0/24 192.168.2.2 0 wlan1
3 DC 192.168.2.0/24 192.168.2.1 0 ether3
Ok, I've reset the router, and setup from scratch. I have internet access working now, but I'm not using PPPoE on the RB600, the adsl modem is hadling that.
My question now is, what is the best way to set up an ethernet interface and a wireless interface on the same subnet, with the dhcp? I think my incorrect configuration of these caused my earlier problems.
At the moment, my current ip address scheme is:
[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.1.2/24 192.168.1.0 192.168.2.255 ether2
1 192.168.2.1/24 192.168.2.1 192.168.2.255 wlan1
2 D 192.168.1.33/24 192.168.1.0 192.168.1.255 ether2
Where ether2 is connected to the adsl modem.