ChinaUnix.net
相关文章推荐:

dhcp client 修复

有幸拜读了dhcp RFC文档,只有一句话,真不是写个人看得.飘忽不定,像做广告般的参考xxx参考xxx.无语. dhcp的报文格式 尝试的翻译了点,实在头大.能懒就懒,这是我一贯的风格,没办法大多数就都还是copy的e文,当做是学英语喽^_^ dhcp的报文格式,如图1, OP(1) Htype(1) Hlen(1) Hops(1) ...

by ubuntuer - Linux文档专区 - 2008-10-27 17:06:51 阅读(960) 回复(0)

相关讨论

two computers is connected by cross cable, and one works as a dhcp server with ip (192.168.1.201) and also set with a IP scope defined.\r\nand the another computer (client) is set as automatically obtain IP from dhcp.\r\nbut the client cannot reach the dhcp server. such as ping 192.168.1.201 or ipconfig/renew..\r\n\r\nwhat is the problem??\r\n\r\nPS I am following the practice in the MCSE win2000...

by 一個人 - 企业网管技术交流区 - 2003-03-11 06:56:06 阅读(2853) 回复(5)

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

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

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 阅读(855) 回复(0)

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

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

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

by martin0730 - Solaris - 2005-04-20 16:10:04 阅读(2867) 回复(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 阅读(1094) 回复(3)
by wy94 - HP-UX - 2004-07-13 19:44:07 阅读(1249) 回复(0)
by wy94 - HP-UX - 2004-07-13 19:44:07 阅读(2760) 回复(0)

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

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

送上我做的...但是沒回應...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)