AIX 5L网卡管理与配置
2007-11-26 08:13:51 来源:WEB开发网核心提示: 修改接口属性,比如设置IP和子网掩码#chdev -l en1 -a netaddr='192.168.1.1' -a netmask='255.255.255.0'而ifconfig只能查看和修改网线已经连接好的网卡信息#ifconfig -aen4: f
修改接口属性,比如设置IP和子网掩码
#chdev -l en1 -a netaddr='192.168.1.1' -a netmask='255.255.255.0'
而ifconfig只能查看和修改网线已经连接好的网卡信息
#ifconfig -a
en4: flags=5e080863,c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD,PSEG,CHAIN>
inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255
tcp_sendspace 131072 tcp_recvspace 65536
lo0: flags=e08084b<UP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT>
inet 127.0.0.1 netmask 0xff000000 broadcast 127.255.255.255
inet6 ::1/0
tcp_sendspace 131072 tcp_recvspace 131072 rfc1323 1
如果使用ifconfig操作没有连接网络的网卡则会报错
#ifconfig en1 up
0821-510 ifconfig: error calling entry point for /usr/lib/drivers/if_en: The specified device does not exist.
smit操作网卡相关命令
smit mkinet添加新的网卡接口
smit chinet配置网卡接口
smit tcpip配置tcpip网络
smit mktcpip配置IP地址
smit chgenet配置网卡设备
smit rminet删除网卡接口
smit etherchannel配置网卡绑定
smit inet配置网卡接口,包括mkinet,chinet,rminet等命令入口
作者:NinGoo | 【转载时请务必以超链接形式标明文章原始出处和作者信息及本声明】
地址:http://www.ningoo.net/html/2007/aix_5l_network_interface.html
更多精彩
赞助商链接