Hi folks
First day with a hap ac lite. I'm trying to use it as a home router with an ISP that we connect to via pppoe. I've managedmake it work as an access point hanging off the hardware we're retiring, and can set up the pppoe client okay, but can't get traffic flowing from hosts on the home network to the internet.
I've tried to add the pertinent info here:
[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 DISTANCE
0 ADS 0.0.0.0/0 217.32.145.0 0
1 ADC 192.168.88.0/24 192.168.88.1 bridge1 0
2 ADC 217.32.145.0/32 86.185.99.131 pppoe-out 0
[admin@MikroTik] > /ping 8.8.8.8
SEQ HOST SIZE TTL TIME STATUS
0 8.8.8.8 56 55 13ms
1 8.8.8.8 56 55 13ms
sent=2 received=2 packet-loss=0% min-rtt=13ms avg-rtt=13ms max-rtt=13ms
[admin@MikroTik] > /interface pppoe-client print
Flags: X - disabled, R - running
0 name="pppoe-out" max-mtu=auto max-mru=auto mrru=disabled interface=ether1
user="bthomehub@btbroadband.com" password="*" profile=default keepalive-timeout=60
service-name="" ac-name="" add-default-route=yes default-route-distance=0 dial-on-demand=no
use-peer-dns=yes allow=pap,chap,mschap1,mschap2
[admin@MikroTik] > /ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=input action=accept protocol=icmp
1 chain=input action=accept connection-state=established
2 chain=input action=accept connection-state=related
3 chain=input action=drop in-interface=ether1 log=no log-prefix=""
[admin@MikroTik] > /ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat action=masquerade out-interface=ether1
[admin@MikroTik] > /ping 8.8.8.8
SEQ HOST SIZE TTL TIME STATUS
0 8.8.8.8 56 55 20ms
1 8.8.8.8 56 55 18ms
2 8.8.8.8 56 55 20ms
sent=3 received=3 packet-loss=0% min-rtt=18ms avg-rtt=19ms max-rtt=20ms
[admin@MikroTik] > /ping www.google.com
SEQ HOST SIZE TTL TIME STATUS
0 209.85.203.104 56 43 28ms
1 209.85.203.104 56 43 28ms
2 209.85.203.104 56 43 28ms
sent=3 received=3 packet-loss=0% min-rtt=28ms avg-rtt=28ms max-rtt=28ms
Is there anything obviously wrong here? Or anything that'd be useful to see / setup to help diagnose further.
Thanks