Displaying 3 results from an estimated 3 matches for "dns_ip".
2002 Nov 23
0
pxelinux using cisco router as a dhcp server
...in reality, the fields are:
ip dhcp pool <name>
host <ipaddress> <subnetmask>
hardware-address <macaddress>
bootfile pxelinux.0
next-server <tftpserver_ip> # i use this as my dhcp server has a
different ip-address to my tftp server
dns-server <dns_ip>
domain-name <domainname>
default-router <default_route_ipaddr>
option 208 ascii "f1:00:74:7e" # make pxelinux happy
hopefully you find this useful.
for what its worth, there are no limits to # of hosts you can add -- just
NVRAM space for saving the configura...
2005 Aug 10
0
Yoda VG-400 and Asterisk Settings
...3 1 3 3 None
204 4 1 3 3 None
OK
Looks good. Let the VG-400 know you're done editing...
Console>atpm done
OK
And save the config to NVRAM.
Console>atpm store
OK
Now to configure SIP:
Console>set sip dns_ip 11.22.33.44
OK
Console>set sip reg add 201 500 111.222.333.444 5060 201user 201pass
OK
Console>set sip reg add 202 500 111.222.333.444 5060 202user 202pass
OK
Console>set sip reg add 203 500 111.222.333.444 5060 203user 203pass
OK
Console>set sip reg add 204 500 111.222.333.444 5060...
2014 Feb 12
61
P2V: Headless support
This introduces support to run P2V without X server. Runtime parameters
are specified via kernel command line making it hopefully suitable for
automated migration with a little help of PXE boot.
Patchset is not squashed and represents dev. history.