ChinaUnix.net
相关文章推荐:

dhcp client

在/etc/rc.conf里面写入dhcp后,/etc/netstart无法启动dhcp client ,但是手动可以启动.内核里是支持dhcp的,但是我没有安装dhcp,只是把相关文件放到相应位置,这样是不是不行?怎么样才能在不用执行安装的情况下,让/etc/netstart能执行dhcp?

by pest - BSD - 2004-08-25 10:06:21 阅读(1023) 回复(0)

相关讨论

送上我做的...但是沒回應...why?? #include ; #include ; #include ; #include ; #include ; #include ; #include ; #include ; #include ; #include ; #include ; int main(void) { int iSock_c=0,sc; struct sockaddr_in clnt_addr; int addr_len=sizeof(clnt_addr); int so_reuseadd...

by linda0429wang - 网络技术 - 2004-12-09 21:58:34 阅读(971) 回复(1)

V20z安装Solaris 10 1/06 for x86的版本,按照正常安装分配IP,主机名,掩码等,装好后安装补丁,然后touch /etc/dhcp.bge0,最后reboot后就ok了,呵呵,很简单! 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/524/showart_142253.html

by 东方蜘蛛 - Solaris文档中心 - 2006-07-18 17:16:34 阅读(859) 回复(0)

小弟初学,还请大家多多指教!

by martin0730 - Solaris - 2005-04-20 16:10:04 阅读(1029) 回复(1)

:?: In my office all windows (XP and 2000) dhcp client never update their forward mapping (hostname to ip address) record in the DDNS server, but the reverse mapping (ip address to hostname) was added successfully. Does anyone facing this problem before??? what reason will cause this problem?? :em16: :em16:

by vickycpw - 服务器应用 - 2004-12-10 18:41:35 阅读(1095) 回复(3)
by wy94 - HP-UX - 2004-07-13 19:44:07 阅读(1249) 回复(0)

小区经常不稳定,freebsd启动后常常不能自动获得ip地址,现在想不重新启动获得ip,请问如何命令。就像w2k中 ipconfig /renew这样的命令

by gsfxm - BSD - 2003-08-29 14:02:53 阅读(2613) 回复(4)

参考man,这样设置dhclient.conf interface "bge0" { send host-name "fb61dell.nb.com"; supersede domain-name "nb.com"; request subnet-mask, broadcast-address, routers, domain-name, domain-name-servers, host-name; } dhclient -c /etc/dhclient.conf bge0 后,hostname还是空! 请指教

by ppxp - BSD - 2007-01-14 16:36:19 阅读(1424) 回复(0)

作者:tonyxue hongyi#show run Building configuration... Current configuration : 4655 bytes ! ! Last configuration change at 04:47:29 UTC Sun Apr 25 2004 by tonyxue ! NVRAM config last updated at 04:47:50 UTC Sun Apr 25 2004 by tonyxue ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname hongyi ! boot-start-marker boot-end...

by bu - 网络技术文档中心 - 2006-08-14 09:33:20 阅读(965) 回复(0)

大家好,哪位给我解释其renew 和 release 的工作原理, 我的疑问为: 1。renew是不是等于先release后再connect重新获取一次,还是? 2。release操作他会把获取的东西全部释放吗,然后client端处于关闭状态吗? 我查过dhclient.conf的说明,还不是很清楚他们到底是怎样工作,谢谢大家!

by 成长的企鹅 - 网络技术 - 2006-07-26 16:24:40 阅读(1020) 回复(0)

各位大侠我在卸载dhcp client时出现的问题如下: 背景:机器为v120安装solaris8 安装软件的时候选择了dhcp client,并且成功运行。 现在我要这台机器使用固定ip 我删除了/etc/dhcp.eri0文件,然后改变以下文件的内容 etc/hosts: 127.0.0.1 localhost 192.160.0.203 test loghost etc/netmasks: 192.168.0.0 255.255.255.0 etc/de...

by zhengm - Solaris - 2005-07-26 22:28:10 阅读(2559) 回复(16)