Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15133

Beginner Basics • HAP ax3 Unable to Connect to Internet

$
0
0
Hello,

I've recently purchased a HAP ax3 to replace a Netgear RAX70, but I cannot get the ax3 to connect to the internet (lan is working fine) using my Static IP. When I first installed the new router I followed the provided quick setup using the default provided configuration (while setting my static IP infor) but I was unable to ping my ISP gateway or 8.8.8.8. I have been stuck on this issue for a few nights now and am out of ideas to try.

I have manually updated the router OS version from 7.6 -> 7.13 and have reset the router (bypassing the default config) and followed the First Time Configuration here: https://help.mikrotik.com/docs/display/ ... figuration but I still cannot connect to nor ping anything outside of my local network (request timed out or destination host unreachable errors).

I have the following config, which I believe to be the bare minimum that should make the ax3 function, any advice would be much appreciated:
Code:
# 1970-01-02 00:16:22 by RouterOS 7.13# software id = YIXX-6WHV## model = C53UiG+5HPaxD2HPaxD# serial number = xxx/interface bridgeadd name=local/interface ethernetset [ find default-name=ether1 ] mac-address=55:CC:9C:5F:3F:53/interface wifi# SSID not setset [ find default-name=wifi1 ] configuration.country="United States" .mode=\    ap .ssid="" disabled=noset [ find default-name=wifi2 ] configuration.country="United States" .mode=\    ap .ssid=TheLANBeforeTme2G disabled=no/interface listadd name=WANadd name=LAN/ip pooladd name=dhcp_pool0 ranges=192.168.1.2-192.168.1.190/ip dhcp-serveradd address-pool=dhcp_pool0 interface=local name=dhcp1/interface bridge portadd bridge=local interface=ether2add bridge=local interface=ether3add bridge=local interface=ether4add bridge=local interface=ether5add bridge=local interface=wifi1add bridge=local interface=wifi2/interface list memberadd interface=ether1 list=WANadd interface=local list=LAN/ip addressadd address=192.168.1.1/24 interface=local network=192.168.1.0add address=1xx.xxx.xx.10/26 interface=ether1 network=1xx.xxx.xx.0/ip dhcp-clientadd disabled=yes interface=ether1 /ip dhcp-server networkadd address=192.168.1.0/24 dns-server=192.168.1.1 gateway=192.168.1.1/ip dnsset servers=8.8.8.8/ip firewall natadd action=masquerade chain=srcnat out-interface-list=WAN/ip routeadd gateway=1xx.xxx.xx.1 #ISP gateway/system noteset show-at-login=no

Best Regards,
A

Statistics: Posted by networkinshambles — Sat Jan 06, 2024 11:00 pm



Viewing all articles
Browse latest Browse all 15133

Trending Articles