The last few days I have a severe issue with a Windows Server machine that just won't take to the Internet consistently. It is a new installation on trusted and tested hardware and it worked a few days ago. At the time I was having some issues getting it to take a static IP, but managed to solve it by removing the entry from DHCP leases, adding it manually with MAC and Device ID, yet it will still not go outside my Lan. I guess it is a dangerous world after all.
I have done the usual OS troubleshooting, repairing, refreshing clearing DNS and what not. There are no DNS or AD machines involved. Only the DNS from my ISP.
None of this seem to help:
ipconfig /renew /flushdns
or
netsh winsock reset
netsh int ip reset
The /ip/dhcp export reads:
Code: Select all
jun/03/2022 15:16:02 by RouterOS 7.2.1
software id = Y7E5-SEZ7
model = RB1100x4
/ip dhcp-server
add address-pool=dhcp_pool1 interface=bridge1 name=dhcp1
/ip dhcp-server lease
add address=192.168.1.5 client-id=1:8:55:31:c1:67:57 mac-address=08:55:31:C1:67:57 server=dhcp1
add address=192.168.1.30 mac-address=58:9E:C6:19:81:1D server=dhcp1
add address=192.168.1.100 mac-address=10:BF:48:89:F3:3C server=dhcp1
add address=192.168.1.40 mac-address=18:16:C9:D0:8B:B2 server=dhcp1
add address=192.168.1.62 client-id=1:00:0C:29:BE:88:60 mac-address=00:0C:29:BE:88:60 server=dhcp1
add address=192.168.1.10 client-id=1:e4:35:c8:7e:37:ee mac-address=E4:35:C8:7E:37:EE server=dhcp1
/ip dhcp-server network
add address=0.0.0.0/24 gateway=0.0.0.0 netmask=24
add address=192.168.1.0/24 gateway=192.168.1.1 netmask=24
add address=192.168.1.10 client-id=1:e4:35:c8:7e:37:ee mac-address=E4:35:C8:7E:37:EE server=dhcp1
If you need more info or additional export, let me know, I am at a loss. Lan drivers are OK, connectivity is excellent, hardware tests with Intel PROset done successfully. I have switched LAN port and that did not help, back and forth a couple of times, and updated the IP address and MAC accordingly...
Knowing Windows and having some experience with installations looking fine but still gone awry I am kinda ready to wipe the drives and install the OS a new, but before wasting those 10 hours, I figure I ask here.
Have a nice Friday y'all.