Hi there,
I have a Mikrotik running as a pppoe client and it is assigned a ip by the hotspot. I have set up the username and password and it connects well, at least when I monitor the pppoe-out1 on that router:
status: “connected”
uptime: 11m31s
idle-time: 0s
service-name: “PPPoE Service”
ac-name: “TheMall”
ac-mac: 00:21:91:91:24:EC
mtu: 1480
mru: 1480
However, apparently I can’t ping a website for it is not be resolved even though I have input the DNS. Plus, any other machine connected (network 192.168.1.0/24) to it doesn’t even ping the gateway. Any Help?
[admin@EASFL] > /ip route print
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 172.168.50.1/32 10.5.7.216 pppoe-out1
1 ADC 192.168.1.0/24 192.168.1.254 LAN
2 AD 0.0.0.0/0 r 172.168.50.1 1 pppoe-out1
[admin@EASFL] >
[admin@TheMall] > /ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf
DST-ADDRESS PREF-SRC G GATEWAY DIS INTERFACE
0 ADC 10.5.7.216/32 172.168.50.1
1 ADC 10.5.7.0/24 10.5.7.1 ether2-lan
2 ADC 41.72.215.44/30 41.72.215.46 Office VLAN
3 ADC 192.168.50.0/27 192.168.50.1 ether1-wan
4 ADC 192.168.150.0/30 192.168.150.1 ether2-lan
5 A S 0.0.0.0/0 r 41.72.215.45 Office VLAN
[admin@TheMall] >
PS: Do I need a route on the TheMall to tell about network 192.168.1.0/24, and if so, how do I with a dynamic IP?