ChinaUnix.net
相关文章推荐:

archlinux ifconfig

ifconfig -a 命令 em1 Link encap:Ethernet HWaddr 90:B1:1C:51:DB:4C inet addr:192.168.8.248 Bcast:192.168.8.255 Mask:255.255.255.0 inet6 addr: fe80::92b1:1cff:fe51:db4c/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1981345 errors:0 dropped:0 overruns:0 frame:0 TX packets:739359 errors:0 dropped:0 overruns:0 ca...

by xiguame - Linux系统管理 - 2014-06-18 22:31:17 阅读(948) 回复(4)

相关讨论

ifconfig #include #include #include #include #include #include #include #include #include #define MAC_LEN 6 #define name_len 16 typedef struct ifaddr_s { char if_name[IFNAMSIZ]; //The name of interface short if_flags; //device flags: AFF_XXX unsigned char if_haddr[MAC_L...

by lxcrist - Linux文档专区 - 2009-04-30 14:11:24 阅读(652) 回复(0)

ifconfig 是一个用来查看、配置、启用或禁用网络接口的工具,这个工具极为常用的。可以用这个工具来临时性的配置网卡的IP地址、掩码、广播地址、网关等。也可以把它写入一个文件中(比如/etc/rc.d/rc.local),这样系统引导后,会读取这个文件,为网卡设置IP地址。 1、ifconfig 查看网络接口状态 ifconfig 如果不接任何参数,就会输出当前网络接口的情况: [root@localhost ~]# ifconfig eth0 Link encap:Et...

by simplelu - Linux文档专区 - 2009-03-23 10:54:08 阅读(679) 回复(0)

功能说明:显示或设置网络设备。 语  法:ifconfig [网络设备][down up -allmulti -arp -promisc][add地址>][del地址>][网络设备类型>硬件地址>][io_addr地址>][irq地址>][media网络媒介类型>][mem_start内存地址>][metric数目>][mtu字节>][netmask子网掩码>][tunnel地址>][-broadcast地址>][-pointopoint地址>][IP地址] 补充说明:ifconfig可设置网络设备的状态,或是显示目前的设置。 参  数: add地址> 设置网络...

by haichao_ - Linux文档专区 - 2008-11-27 19:26:07 阅读(591) 回复(0)

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

by xilen2099 - Linux文档专区 - 2008-04-19 17:44:37 阅读(623) 回复(0)

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 阅读(1933) 回复(1)

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

by tomer - AIX - 2007-12-15 15:55:30 阅读(3413) 回复(0)

外网ip,最好先ping没人用时在设定 ifconfig eth0 down/up ifconfig eth0 ip netmask 255.255.255.0 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/38576/showart_311193.html

by tiaot - Linux文档专区 - 2007-05-27 22:46:25 阅读(648) 回复(0)

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

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

ifconfig ifconfig [interface] ifconfig [interface address_family parameters addresses] TCP/IP command. Assign an address to a network interface and/or configure network interface parameters. ifconfig is typically used at boot time to define the network address of each interface on a machine. It may be used at a later time to redefine an interface's address or other parameters. Without arguments,...

by anima - Linux文档专区 - 2006-08-13 00:15:43 阅读(721) 回复(0)