Julian Dunn wrote:
(Apologies to those Toronto Asterisk Users' Group folks who have seen
this message... I figured I'd have more success with a wider audience)


I'm trying to boot a Cisco 7960 from an ISC DHCPD server (3.0.3 on
FreeBSD 4.11), so far unsuccessful, and getting some odd behaviour on
the wire. I wonder if anyone has done this before and therefore can
validate whether or not the traffic I am seeing is normal.

I have dhcpd.conf set up like this

---8<--- cut here ---8<---

option cisco-etherboot-server code 150 = ip-address; .
.
.
host c7960 {
        hardware ethernet 00:16:46:9B:6D:62;
        fixed-address 192.168.5.14;
        option host-name "c7960.acf.aquezada.com";
        option cisco-etherboot-server 192.168.5.7; }


host c7960 {
        hardware ethernet          00:0d:11:22:33:44;
        fixed-address              192.168.2.196;
        option domain-name         "uucp" ;
        option tftp-server-name    "192.168.2.1";
        always-reply-rfc1048       true ;
}

Here's mine, works under Linux.

--
Linux Home Automation         Neil Cherry       [EMAIL PROTECTED]
http://www.linuxha.com/                         Main site
http://linuxha.blogspot.com/                    My HA Blog
http://home.comcast.net/~ncherry/               Backup site
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to