nic-init.sh
来自「openswan」· Shell 代码 · 共 19 行
SH
19 行
#!/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 + =
减小字号Ctrl + -
显示快捷键?