tftp and dhcp

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On a cisco router setting the dhcp server to list ip x.x.x.x as the tftp server was easy. Just put one of the 2 options 66 or 150 below depending on your SIP image version.

ip dhcp pool 8th_floor
 network 192.168.20.128 255.255.255.128
 option 66 ip 192.168.20.100
 option 150 ip 192.168.20.100

Now I'm trying to do the same on a RH9 box..

I've put in the following

      host phone1 {
              hardware ethernet 00:0A:8A:49:0A:3D;
              fixed-address 192.168.22.2;
              next-server 192.168.22.254;
      }

The dhcp server restarts, the phone gets the static entry ip of 192.168.22.2 - but the next-server option doesn't work. I've put this option all over the dhcpd.conf file

I'm looking over the man pages on how to specify the option 66 and/or 150 but don't know how to tell the phone where the tftp server is w/ dhcp options using ISC's dhcp-3.0pl1?


-- Rock River Internet Roger Grunkemeyer 202 W. State St, 8th Floor grunky@xxxxxxxxxxxxx Rockford, IL 61101 815-968-3888



--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux