net.nic.sh

来自「ipsec vpn」· Shell 代码 · 共 30 行

SH
30
字号
## $Id: net.nic.sh,v 1.5 2004/05/26 17:11:52 mcr Exp $#if [ -n "$UML_public_CTL" ]then    net_eth0="eth0=daemon,10:00:00:de:ad:ba,unix,$UML_public_CTL,$UML_public_DATA";else    net_eth0="eth0=mcast,10:00:00:de:ad:ba,239.192.1.2,31200";fiif [ -n "$UML_northpublic_CTL" ]then    net_eth1="eth1=daemon,10:00:00:32:64:ba,unix,$UML_northpublic_CTL,$UML_northpublic_DATA";else    net_eth1="eth1=mcast,10:00:00:32:64:ba,239.192.3.2,31205";fiif [ -n "$UML_admin_CTL" ]then    net_eth2="eth2=daemon,10:00:00:32:64:fe,unix,$UML_admin_CTL,$UML_admin_DATA";else    net_eth2="eth2=mcast,10:00:00:32:64:fe,239.192.3.2,31210";finet="$net_eth0 $net_eth1 $net_eth2"

⌨️ 快捷键说明

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