Initial config advice needed on RB1200 with routeros 7.1.3
Following https://help.mikrotik.com/docs/display/ ... figuration
And for the life of me, cant get this thing to ping upstream router nor lan client. and cant ping it from these other devices also...
Starting with /system reset-configuration no-defaults=yes skip-backup=yes
Tried dhcp client on wan first - upstream router seems to offer dhcp lease but complains it is not accepted:
default offering lease 192.168.77.252 for 00:0C:42:CF:67:F8 without success
Finally removed wan dhcp-client, used manual ip address for wan, 192.168.77.252.
I can see this device from upstream RB750GL, where it is present in ip neighbours. But I cannot ping it.
I can see its arp packets from lan client, when it attempts to ping same lan client - but no pings can be seen arriving at lan client
Perhaps these symptoms sound like some very common rookie mistake, that you have seen time and time again?
Lan client is connected at ether2, wan router on ether8.
Maybe something very obivious jumps at you:
Following https://help.mikrotik.com/docs/display/ ... figuration
And for the life of me, cant get this thing to ping upstream router nor lan client. and cant ping it from these other devices also...
Starting with /system reset-configuration no-defaults=yes skip-backup=yes
Tried dhcp client on wan first - upstream router seems to offer dhcp lease but complains it is not accepted:
default offering lease 192.168.77.252 for 00:0C:42:CF:67:F8 without success
Finally removed wan dhcp-client, used manual ip address for wan, 192.168.77.252.
I can see this device from upstream RB750GL, where it is present in ip neighbours. But I cannot ping it.
I can see its arp packets from lan client, when it attempts to ping same lan client - but no pings can be seen arriving at lan client
Perhaps these symptoms sound like some very common rookie mistake, that you have seen time and time again?
Lan client is connected at ether2, wan router on ether8.
Maybe something very obivious jumps at you:
Code:
[admin@RB1200] > export compact# jan/02/1970 07:11:51 by RouterOS 7.1.3# model = 1200/interface bridgeadd name=local/interface wireless security-profilesset [ find default=yes ] supplicant-identity=MikroTik/ip pooladd name=dhcp_pool0 ranges=192.168.88.2-192.168.88.254/ip dhcp-serveradd address-pool=dhcp_pool0 interface=local name=dhcp1/portset 0 name=serial0set 1 name=serial1/interface bridge portadd bridge=local interface=ether1add bridge=local interface=ether2add bridge=local interface=ether3add bridge=local interface=ether4add bridge=local interface=ether5/ip addressadd address=192.168.88.1/24 interface=local network=192.168.88.0add address=192.168.77.252/24 interface=ether8 network=192.168.77.0/ip dhcp-server networkadd address=192.168.88.0/24 dns-server=8.8.8.8 gateway=192.168.88.1/ip dnsset servers=8.8.8.8/ip routeadd gateway=192.168.77.1/system identityset name=RB1200/system routerboard settingsset auto-upgrade=yes
Statistics: Posted by mtkvvv — Tue Mar 26, 2024 12:05 am