📄 mhscript
字号:
# Edit for your setup. Refer to the software documentation for# clarifications.IPADDR="128.226.3.30" # REPLACE with permanent IP address of YOUR MH!NETMASK="255.255.255.0" # REPLACE with YOUR netmask!HOMEAGENT="128.226.3.28" # REPLACE with YOUR Home Agent address!INTERFACE="eth0" # REPLACE with the interface name of YOUR MH! LOGFILE="mh.log" # REPLACE with the name of YOUR log file!#Join multicast group/sbin/route add -net 224.0.0.0 netmask 240.0.0.0 dev ${INTERFACE};# Start up the mh daemonmh -a ${IPADDR} -m ${NETMASK} -g ${HOMEAGENT} 2> ${LOGFILE}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -