06:44
1,0×
00:00/06:44
561,6 тыс смотрели · 4 года назад
201 читали · 6 лет назад
Mikrotik l2tp+ipsec
/ interface l2tp-server server set authentication = mschap2 enabled = yes / ip pool add name = vpn-pool ranges = 172.16.30.102-172.16.30.253 / ppp profile add name = "L2TP client-to-site" change-tcp-mss = yes local-address = 172.16.30.101 remote-address = vpn-pool dns-server = 192.168.15.10 wins-server = 192.168.15.10 / ppp secret add name = user-laptop password = user-laptop-password profile = "L2TP client-to-site" service = l2tp / interface ethernet set ether1-LAN1 arp = proxy-arp / ip ipsec peer add address = 0.0.0.0 / 0 comment = client-to-site enc-algorithm = 3des, aes-128, aes-256 exchange-mode...
2 месяца назад
Ошибка на этапе установки second boot во время операции sysprep respecialize
You’re encountering a "second boot" error during the sysprep /generalize /oobe /reboot (or sysprep /generalize /oobe /shutdown) process, specifically during the "Respecialize" phase. This is a common and frustrating issue when trying to generalize a Windows installation for deployment (e. g., creating a master image for virtual machines or new computers). The error message itself, "second boot" along with a failure during "sysprep respecialize," means that Sysprep started the process of preparing...