送上我做的...但是沒回應...why??
#include
V20z安装Solaris 10 1/06 for x86的版本,按照正常安装分配IP,主机名,掩码等,装好后安装补丁,然后touch /etc/dhcp.bge0,最后reboot后就ok了,呵呵,很简单! 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/524/showart_142253.html
:?: 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:
参考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还是空! 请指教
作者: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...
大家好,哪位给我解释其renew 和 release 的工作原理, 我的疑问为: 1。renew是不是等于先release后再connect重新获取一次,还是? 2。release操作他会把获取的东西全部释放吗,然后client端处于关闭状态吗? 我查过dhclient.conf的说明,还不是很清楚他们到底是怎样工作,谢谢大家!
各位大侠我在卸载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...