Hello,
The problem im having is getting the RB333 set as a client to ping the AP. I have set Ether1 as a dhcp to give me a private ip. I am using the Ubiqity SR5 in Wlan1. It has a static IP. The client is connected to the AP. I can log into my AP and see it in the stations list, but i cannot ping the AP. Im not sure where to go from here. The Dhcp seems to be working fine, but i can get the Ether1 to pass anything to Wlan1. I have also set up basic NAT on Wlan1. Any suggestions?
can you paste the “/ip address print” from the station and the AP please?
Sweet that command showed me i had a error in addressing. I can now ping the AP, but I can resolve the IP address to webpages. I went to IP–>DNS–> Then i set my DNS server address that I use, but I still cant lauch my browser and go to a website. I can put the IP address in the Browser and it goes just fine. Do I need to do something else to make it do the translations. Here is the ip print just in case you need that:
[admin@MikroTik] > /ip address print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.1.1/24 192.168.1.0 192.168.1.255 ether1
1 206.123.215.235/24 206.123.215.0 206.123.215.255 wlan1
[admin@MikroTik] >
Im guessing i need to set a DNS server address to wlan1 but i cant figure out how.
Thanks for your help so far
Hi ;
you better go to new terminal and write the following command and then select the result copy it and past it here as reply :
/ ip firewall nat export
/ ip dns export
with best regards
Here is the DNS and the Firewall Nat Exports
[admin@MikroTik] > /ip dns export
jan/03/1970 19:16:08 by RouterOS 3.0rc13
software id = NB7L-FTT
/ip dns
set allow-remote-requests=no cache-max-ttl=1w cache-size=2048KiB
primary-dns=206.123.202.145 secondary-dns=0.0.0.0
/ip dns static
add address=206.123.202.145 disabled=no name=“DNS” ttl=1d
[admin@MikroTik] > /ip firewall nat export
jan/03/1970 19:16:23 by RouterOS 3.0rc13
software id = NB7L-FTT
/ip firewall nat
add action=masquerade chain=srcnat comment=“” disabled=no out-interface=wlan1
[admin@MikroTik] >