[Asterisk-Users] DHCP Attribute for TFTP server for Aastra 480i?
Steve Wilson
asterisk at swsystem.co.uk
Mon Jan 3 09:54:54 MST 2005
On Mon, 2005-01-03 at 11:13 -0500, Olson, Dana wrote:
> I have this Aastra 480i phone, and you can set the TFTP server IP
> address manually in the phone, but there should be a way to have it
> find the TFTP server information via DHCP. Does anyone know if this is
> possible, and if so, what is the attribute I have to set on my DHCP
> server? Thanks!
I used the below to do debian/gentoo network installs onto my SGI.
This is the entire content of my dhcpd.conf file but should be enough to
help.
ddns-update-style ad-hoc;
group {
# IP address of TFTP/NFS server
next-server 10.10.10.1;
subnet 10.10.10.0 netmask 255.255.255.0 {
# Allow BOOTP Requests
allow bootp;
}
host sgi {
# Ethernet address of the client machine
hardware ethernet 08:00:69:08:2F:46;
# IP address to assign
fixed-address 10.10.10.2;
# The name of the file to be downloaded by the PROM
#gentoo filename "ip22-r4k-20040215.img";
#debian filename "tftpboot.img";
filename "tftpboot.img";
}
}
--
Regards
Steve
steve at swsystem.co.uk
You'd like to do it instantaneously, but that's too slow.
steve on steves
16:54:44 up 1 day, 3:57, 8 users, load average: 0.66, 0.59, 0.36
More information about the asterisk-users
mailing list