⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nic-init.sh

📁 ipsec vpn
💻 SH
字号:
#!/bin/sh: ==== start ====# get to the 192.0.1.0/24 network via 192.1.3.45route delete -net 192.0.1.0 netmask 255.255.255.0route add -net 192.0.1.0 netmask 255.255.255.0 gw 192.1.4.45# also make sure that the sunrise network is in fact behind .24, because# we moved things so that we could get the right OE stuff.route delete -net 192.0.2.0 netmask 255.255.255.0route add -net 192.0.2.0 netmask 255.255.255.0 gw 192.1.2.24# now start namednamed# and servicesinetd

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -