Синхронизация времени Windows
Добавлено: 01 мар 2020, 10:04
uvirus
Здравствуйте.
С появлением Mikrotik перестала работать синхронизация времени Windows
time.windows.com и time.nist.gov не синхронизирует.
Если подключить кабель напрямую в ПК то всё нормально.
Провайдер использует IPoE.
С появлением Mikrotik перестала работать синхронизация времени Windows
time.windows.com и time.nist.gov не синхронизирует.
Если подключить кабель напрямую в ПК то всё нормально.
Провайдер использует IPoE.
Код: Выделить всё
[admin@MikroTik] > /export hide-sensitive
# mar/01/2020 11:53:44 by RouterOS 6.46.4
# software id = X71D-4WZP
#
# model = RouterBOARD 941-2nD
# serial number = 80A70879776F
/interface bridge
add name=bridge-local
/interface ethernet
set [ find default-name=ether1 ] comment=WAN
set [ find default-name=ether2 ] comment=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods="" management-protection=allowed \
mode=dynamic-keys name=WLANSECURE supplicant-identity=""
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n country=russia disabled=no \
mode=ap-bridge security-profile=WLANSECURE ssid=WIFI
/ip ipsec profile
set [ find default=yes ] dh-group="ecp256,ecp384,ecp521,ec2n185,ec2n155,modp8192\
,modp6144,modp4096,modp3072,modp2048,modp1536,modp1024,modp768" \
enc-algorithm="aes-256,camellia-256,aes-192,camellia-192,aes-128,camellia-12\
8,3des,blowfish,des" nat-traversal=no
/ip ipsec proposal
set [ find default=yes ] auth-algorithms=sha512,sha256,sha1,md5,null \
enc-algorithms="aes-256-cbc,aes-256-ctr,aes-256-gcm,camellia-256,aes-192-cbc\
,aes-192-ctr,aes-192-gcm,camellia-192,aes-128-cbc,aes-128-ctr,aes-128-gcm,ca\
mellia-128,3des,blowfish,twofish,des,null"
/ip pool
add name=dhcp_pool0 ranges=192.168.88.2-192.168.88.254
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=bridge-local lease-time=1d \
name=dhcp1
/interface bridge port
add bridge=bridge-local interface=ether2
add bridge=bridge-local interface=wlan1
/ip address
add address=192.168.88.1/24 interface=bridge-local network=192.168.88.0
/ip dhcp-client
add disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 gateway=192.168.88.1
/ip firewall filter
add action=accept chain=input protocol=icmp
add action=accept chain=input connection-state=established in-interface=ether1
add action=accept chain=input connection-state=related in-interface=ether1
add action=drop chain=input in-interface=ether1
add action=jump chain=forward in-interface=ether1 jump-target=customer
add action=accept chain=customer connection-state=established
add action=accept chain=customer connection-state=related
add action=drop chain=customer
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ip upnp interfaces
add interface=ether1 type=external
add interface=ether2 type=internal
add interface=ether3 type=internal
add interface=ether4 type=internal
add interface=bridge-local type=internal
/system clock
set time-zone-name=Asia/Yekaterinburg