|
NAMEdns-ethers-import - generate DNS tables from /etc/ethers entriesSYNOPSISdns-ethers-import [ option... ] filename...dns-ethers-import -Help dns-ethers-import -VERSion DESCRIPTIONThe dns-ethers-import program is used to read your /etc/ethers file and produce a DNS-formatted database. This is used to maintain a database with the IP address and the MAC address in the same file. This helps find omissions and inconsistencies.OPTIONSThe following options are understood:
EXAMPLEIf you have an /etc/ethers file which looks like this:See the file man1/example.ethers.so. % dns-ethers-import /etc/ethers ethers-tmp % $origin example.com. @ in soa example.com. hostmaster.example.com. ( 3 ; serial 10800 ; refresh: 3 hours 1800 ; retry: 30 minutes 604800 ; expire: 1 week 86400 ) ; minimum: 1 day mercury ether a 2:7:1:f:b7:fb venus ether a 2:60:8c:2d:20:c4 earth ether a 8:0:20:79:1f:d mars ether a aa:0:4:0:86:53 jupiter ether a 8:0:2b:99:49:ad saturn ether a 0:40:10:56:43:57 neptune ether a 0:aa:0:69:7c:5b uranus ether a 0:0:e8:a4:0:25 pluto ether a 8:0:9:d:2a:87 See dns-ethers(1) for how to retrieve your /etc/ethers file once you have imported it. See the file man1/copyright.so. See the file man1/author.so. Visit the GSP FreeBSD Man Page Interface. |