nic-init.sh

来自「This a good VPN source」· Shell 代码 · 共 16 行

SH
16
字号
#!/bin/sh# 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.9.4.45# also make sure that the sunrise network is in fact behind .23, becauseroute 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.23# now start namednamed# and servicesinetd

⌨️ 快捷键说明

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