Linux笔记:ifconfig设置虚拟网络接口(IP Alias)
#ifconfig eth0:0 192.168.1.2 netmask 255.255.255.0 up #设置IP和掩码,但在使用/etc/init.d/network restart 时该接口可能会消失!
新浪IP地理位置接口使用示例
新浪IP地理位置接口使用示例(使用JQuery加载): IP 查询 其中http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js取得的内容如 …
linux操作系统下修改MAC地址和设置多个IP地址的方法
一、修改MAC地址方法 linux环境下: 需要用 #ifconfig eth0 down 先把网卡禁用 再用ifconfig eth0 hw ether 1234567890ab 这样就可以改成功了 要想永久改就这样: …