Найти в Дзене
zen.yandex.ru/...865
3 года назад
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...
301 читали · 6 лет назад
Postfix on Debian
sudo apt install postfix (select InternetSite) sudo vim /etc/postfix/main.cf. . . mydestination = $myhostname, example.com, localhost.com, localhost mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = loopback-only. . . sudo systemctl restart postfix TEST: echo "This is the body of...
6 лет назад
Winbox Linux Debian
user@wm1:~$ sudo apt install wine -y user@wm1:~$ sudo wget http://www.mikrotik.com/download/winbox.exe user@wm1:~$ sudo mv winbox.exe /bin user@wm1:~$ sudo vim ~/.bashrc alias winbox='wine /bin/winbox.exe' user@wm1:~$ winbox
6 лет назад