From owner-freebsd-questions Thu Aug 6 20:57:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16626 for freebsd-questions-outgoing; Thu, 6 Aug 1998 20:57:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from vmuniz.ml.org (dyn2-206cable.hg.singa.pore.net [202.169.244.206] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16618 for ; Thu, 6 Aug 1998 20:57:00 -0700 (PDT) (envelope-from freebsd@vmuniz.ml.org) Received: from localhost (freebsd@localhost) by vmuniz.ml.org (8.8.8/8.8.8) with SMTP id LAA28465 for ; Fri, 7 Aug 1998 11:57:51 +0800 (SGT) (envelope-from freebsd@vmuniz.ml.org) Date: Fri, 7 Aug 1998 11:57:50 +0800 (SGT) From: kevin To: freebsd-questions@FreeBSD.ORG Subject: my dhclient conf wrong or my isp's side fault? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I got my cable modem up and working fine, but there is a problem with the ip (dyn2-206cable.hg.singa.pore.net), it is invalid when i try to telnet,ftp..etc to my box. Numerical ip does work though. [root@vmuniz /root]# telnet dyn2-206cable.hg.singa.pore.net dyn2-206cable.hg.singa.pore.net: Unknown host [root@vmuniz /root]# Using isc's dhcp-2.0b1pl6 here, below is my dhclient.conf setting: <- begin -> timeout 60; retry 60; reboot 10; select-timeout 5; initial-interval 2; interface "fxp0" { send host-name "vmuniz.ml.org"; send dhcp-client-identifier 00:a0:c9:8c:3f:b5; send dhcp-lease-time 3600; request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, host-name; require subnet-mask, domain-name-servers; script "/etc/dhclient-script"; media "media 10baseT/UTP"; } <- end -> If you have anyidea where is wrong,pls let me know. Thanks kevin - Running FreeBSD-2.2.7 - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message