ChinaUnix.net
相关文章推荐:

suse linux静态ip配置m

要在嵌入式linux下做一个东西,要实现用户选择使用静态ip或者选择dhcp来配置ip,在pc机可以用 /etc/sysconfig/network-scripts/ifcfg-eth0 ,但是嵌入式平台下没有这个文件,请问有什么其他方法。

by john3851 - 内核/嵌入技术 - 2006-09-14 12:16:11 阅读(861) 回复(1)

相关讨论

VM中的linux,网卡能不能配置成DHCP,还是只能用静态ip啊.........我把它配置成DHCP不行.......说ETH0不能激活,为什么?能指导下么?谢谢了........

by wjn927 - 服务器架设 - 2006-10-12 02:24:08 阅读(1016) 回复(1)

有四五十条静态路由要增加,而且要永久保存,请问在哪里增加?谢谢!

by wzknet - 网络与硬件 - 2005-10-19 12:55:07 阅读(1087) 回复(1)

最近在学习dhcp,我现在要实现在dhcpd.conf中绑定一个或者多个 公网ip&& MAC功能,请问能够实现吗? 下边是我的设置: host tclient{ hardware ethernet 00:40:D0:76:47:EA; fixed-address 202.202.1.7; } 或者使用class: class "myclient" { match pick-first-value (option dhcp-client-identifier, hardware); } subclass "myclient" 1:00:13:D4:70:0E:DD; subclass "myclient" 1:00:16:76:83:D1:...

by nebula2005 - 网络技术 - 2009-05-19 17:53:32 阅读(5163) 回复(8)

redhat7 ip 如何配置

by yc641229 - Linux论坛 - 2004-09-21 19:59:47 阅读(870) 回复(5)

linux下添加ip地址和静态路由: ifconfig eth0 192.168.0.23 netmask 255.255.255.0 route add -net 0.0.0.0/0 dev eth0 route add -net 0.0.0.0/0 gw 192.168.0.254 freebsd下添加ip地址和静态路由: ifconfig rl0 192.168.0.23 255.255.255.0 route add -net 0.0.0.0/0 192.168.0.254 2. 通过rc.conf永久配置 # Add static route static_routes="net1 net2" route_net1="-net 192.168.0.0/24 192.168.0.1" route_net2="-net 192....

by xuwu147220591 - BSD文档中心 - 2009-03-04 14:14:13 阅读(1414) 回复(0)

linux下添加ip地址和静态路由: ifconfig eth0 192.168.0.23 netmask 255.255.255.0 route add -net 0.0.0.0/0 dev eth0 route add -net 0.0.0.0/0 gw 192.168.0.254 freebsd下添加ip地址和静态路由: ifconfig rl0 192.168.0.23 255.255.255.0 route add -net 0.0.0.0/0 192.168.0.254 2. 通过rc.conf永久配置 # Add static route static_routes="net1 net2" route_net1="-net 192.168.0.0/24 192.168.0.1" route_net2="-ne...

by zbhdpx - BSD文档中心 - 2009-01-22 10:54:13 阅读(1744) 回复(0)

我有2个网卡, eth1 eth0 1接外线,0接内线,eht0上有2个ip:211.XXX.XX.XX 60.XX.XX.XX 现在工作站能ping 同eth0上的两个ip ,我在linux 主机上也能ping 通下面工作站,也能ping 同电信给我们的网关,nslookup 也解析不了域名 提示是:Trying to solve a.root-servers.net nslookup: a.root-servers.net: Unknown host Expecting: 198.41.0.4 Got......: NOTHING Your DNS system is NOT WORKING. 我在resolv.conf 里设置了202...

by xiangfei - Linux论坛 - 2005-07-13 11:52:44 阅读(1112) 回复(7)

linux ip 地址配置问题, 如何在 linux (RedHat) 下给 一块网卡配置 两个 ip 地址?

by r39417 - 系统管理 - 2006-11-12 19:21:03 阅读(13662) 回复(9)

我在公司的网络内。我的机器上同时安装了两个系统,一个是window 2000,一个是redhat linux9.0 .在windows下设置静态ip,相应网关,可以正常使用网络。但是在linux下,相同的网络设置却不行。 谁能帮我分析一下是怎么回事?

by xb_parasite - 数据安全 - 2005-08-10 19:57:53 阅读(1286) 回复(2)

suse linux 安装完毕后,没有telnet 和 ftp 服务,怎么添加? 是不是在安装的光盘中? :( :(

by kuber - 服务器架设 - 2004-11-16 16:22:16 阅读(831) 回复(0)