ChinaUnix.net
相关文章推荐:

ifconfig ath UNSPEC

root@PT[/]#--->ifconfig -a en0: flags=4e080863,80 inet 192.168.1.221 netmask 0xffffff00 broadcast 192.168.1.255 tcp_sendspace 26214 tcp_recvspace 26214 请问26214的单位是什么

by tomer - AIX - 2007-12-15 17:31:13 阅读(1377) 回复(1)

相关讨论

我执行完ifconfig -a的结果,请大家看看是什么意思啊. 谢谢.

by wsyueshuai - Solaris - 2006-08-24 16:19:08 阅读(706) 回复(3)

无论是Linux 自动安装还是我们手工安装,Linux 都会向你询问有关网络的问题并配置相关的软件。这个用于配置网卡的基本命令就是ifconfig。 在执行ifconfig 命令后,系统将在内核表中设置必要的参数,这样Linux 就知道如何与网络上的网卡通 信。ifconfig 命令有以下两种格式: ※ifconfig [interface] ※ifconfig interface [aftype] option | address … ifconfig 的第一种格式(或使用不带任何参数的ifconfig 命令)可以用来查看当...

by yishuihe - 网络技术文档中心 - 2006-07-07 10:47:21 阅读(446) 回复(0)

请问solaris 2.6 更改网卡的IP地址后保存不了,该如何做! 我只更改了掩码,怎样做!

by nmyc2003 - Solaris - 2003-09-28 02:40:07 阅读(646) 回复(5)

装了gentoo...按照安装手册, 基本也没问题了. 进去, 发现. 1. /boot要手动加载(难道这是gentoo的默认设置吗?) 2. 产生的那个init...映象文件不能用, 一用就会出现找不到root. 我手动grub试过. 其它参数没问题vidio, root 3.eth0设置了.ping自己也能ping到. 也装adsl-setup. 可死活adsl-start不起来. 查看eth0, 发现: eth0 Link encap: unspec HWaddr 00-00-00-00-00-00-20-34-00-00-00-00.. 猜想可能是这个问题. 不知道如何解决. ...

by Yarco - 网络与硬件 - 2005-10-02 19:39:59 阅读(2588) 回复(4)

ifconfig命令 用于查看和更改网络接口的地址和参数 $ifconfig -a lo0: flags=849 mtu 8232 inet 127.0.0.1 netmask ff000000 hme0: flags=863 mtu 1500 inet 211.101.149.11 netmask ffffff00 broadcast 211.101.149.255 ether 8:0:20:a7:4d:21 系统会显示网络接口的名称,接口的状态(up or down), 接口的IP地址和掩码等信息 更改网络接口的IP地址: #ifconfig hme0 down #ifconfig hme0 ...

by 古月石 - Solaris文档中心 - 2006-12-11 23:26:58 阅读(609) 回复(0)

用于查看和更改网络接口的地址和参数 $ifconfig -a lo0: flags=849 mtu 8232 inet 127.0.0.1 netmask ff000000 hme0: flags=863 mtu 1500 inet 211.101.149.11 netmask ffffff00 broadcast 211.101.149.255 ether 8:0:20:a7:4d:21 系统会显示网络接口的名称,接口的状态(up or down), 接口的IP地址和掩码等信息 更改网络接口的IP地址: #ifconfig hme0 down #ifconfig hme0 211.101.149.2...

by dupeng144 - Solaris文档中心 - 2006-09-07 10:35:58 阅读(407) 回复(0)

ifconfig命令 http://www.fanqiang.com 用于查看和更改网络接口的地址和参数 $ifconfig -a lo0: flags=849 mtu 8232 inet 127.0.0.1 netmask ff000000 hme0: flags=863 mtu 1500 inet 211.101.149.11 netmask ffffff00 broadcast 211.101.149.255 ether 8:0:20:a7:4d:21 系统会显示网络接口的名称,接口的状态(up or down), 接口的IP地址和掩码等信息 更改网络接口的IP地址: #ifconfig hme0 down #ifconfig hme0 ...

by sun_cu - Solaris文档中心 - 2006-08-25 13:27:18 阅读(468) 回复(0)

请问如何使用ifconfig设置网络地址的时候直接指定网关呢? 比如我使用的是10.106.220.201 这个地址 把这个地址分配给eth0怎么指定它使用的网关呢? #ifconfig eth0 10.106.220.201 netmask 255.255.255.224 netgate 10.106.220.225 这样设不行 请大家帮忙谢谢

by txkss - 系统管理 - 2006-06-05 09:57:43 阅读(517) 回复(6)

我用ifconfig 修改IP后怎么重新启动后就又变成原来的IP了呀。

by fzy8888cn - 系统管理 - 2006-05-20 22:38:51 阅读(1246) 回复(14)

sco5.05 开机信息中有两条ifconfig: open: Nosuch file or directory 出login:后又提示: WARNING: protmapper on server 192.168.1.5 is net responding 不断的出. 网不通了, netstat命令提示:/dev/inet/rip: No such file or directory ifconfig命令也提示fconfig: open: Nosuch file or directory netconfig卸了网卡重装则提示链接核心失败. 求各位高手看看,如何解决问题呀!多谢。

by xiao_lin - 其他UNIX - 2006-03-23 15:52:55 阅读(952) 回复(2)