Hi All
i dont know if this is a configuration problem or id10t error. ![]()
I am running v3.10 on a RB1000 as a router in my office with about 50 users connecting to it. The ROS is my DHCP server which hands out addresses to all my users, which have a variety of PC and MAC’s.
The problem comes in where the IP address gets assigned and yet they cannot go on the internet or receive mail but not all the users just a few and randomly. Strange thing is i can ping other machines on the network just not the gateway (ROS).
The log file tells me that the IP has been assigned. And i have no firewall rules enabled.
here is my configuration:
/ip dhcp-server
add add-arp=yes address-pool=dhcp_pool1 always-broadcast=yes authoritative=after-2sec-delay bootp-support=static disabled=no interface=Office_Lan lease-time=52w1d name=dhcp1
/ip dhcp-server config
set store-leases-disk=5h
/ip dhcp-server lease
add address=192.168.0.210 comment="" disabled=no mac-address=00:13:02:B1:0B:21 server=dhcp1
add address=192.168.0.214 client-id=1:0:1e:c2:bd:ee:8c comment="" disabled=no mac-address=00:1E:C2:BD:EE:8C server=dhcp1
add address=192.168.0.212 comment="" disabled=no mac-address=00:16:6F:3D:14:5F server=dhcp1
add address=192.168.0.211 client-id=1:0:17:f2:ee:5f:53 comment="" disabled=no mac-address=00:17:F2:EE:5F:53 server=dhcp1
add address=192.168.0.215 comment="" disabled=no mac-address=00:12:F0:E0:71:7B server=dhcp1
add address=192.168.0.216 always-broadcast=yes client-id=1:0:1f:3b:21:a9:43 comment="" disabled=no mac-address=00:1F:3B:21:A9:43 server=dhcp1
add address=192.168.0.149 client-id=1:0:13:49:a5:27:26 comment="Static for Accounting Package" disabled=no mac-address=00:13:49:A5:27:26 server=dhcp1
add address=192.168.0.86 comment="" disabled=no mac-address=00:1E:52:83:AD:77
/ip dhcp-server network
add address=192.168.0.0/24 comment="" dns-server=168.210.2.2,196.36.166.16,196.14.239.2 gateway=192.168.0.254 netmask=24 ntp-server=192.168.0.254
Will appreciate any help ![]()