Hi,

What is the required configuration in a FreeBSD 8.2 release host for it to
publish its name in a dynamic dns supported network?


LINUX: For a Linux host  with name x.y.z.com I had to do the following:
=====
# echo "DHCP_HOSTNAME=x;" >> /etc/sysconfig/network-scripts/ifcfg-eth0
# echo "PEERDNS=no" >> /etc/sysconfig/network-scripts/ifcfg-eth0
# echo "SEARCH=\" y.z.com" >> /etc/sysconfig/network
# echo "HOSTNAME=x.y.z.com" >> /etc/sysconfig/network
# reboot


SEARCH: Couldnt find for host configuration
=======
My Google search gave some links describing Linux host configuration but
none for freebsd host configuration. Some described FreeBSD server
configuration though (
http://www.google.com/search?hl=en&client=firefox-a&hs=l2M&rls=org.mozilla%3Aen-US%3Aofficial&q=configuring+dynamic+dns+freebsd+dhcp+client&oq=configuring+dynamic+dns+freebsd+dhcp+client&aq=f&aqi=&aql=&gs_sm=e&gs_upl=13114l14889l0l15039l12l12l0l11l0l0l166l166l0.1l1l0,
http://alex.kruijff.org/FreeBSD/Dynamic_DNS.html).


TIA,
Akshay
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to