📄 net.nic.sh
字号:
## $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -