屏蔽内网ip的时候误伤了。。。
打开/root/amh/info文件,在第15行
修改
IP=`ifconfig | grep ‘inet addr:’| egrep -v “:192.168|:172.1[6-9].|:172.2[0-9].|:172.3[0-2].|:10.|:127.” | cut -d: -f2 | awk ‘{ print $1}’`;
为
IP=`ifconfig | grep ‘inet addr:’| egrep -v “:192\.168|:172\.1[6-9].|:172\.2[0-9].|:172\.3[0-2].|:10\.|:127\.” | cut -d: -f2 | awk ‘{ print $1}’`;