Fixed cname, static in /etc/hosts
This commit is contained in:
48
dnsmasq/files/hosts
Normal file
48
dnsmasq/files/hosts
Normal file
@@ -0,0 +1,48 @@
|
||||
#
|
||||
# hosts This file describes a number of hostname-to-address
|
||||
# mappings for the TCP/IP subsystem. It is mostly
|
||||
# used at boot time, when no name servers are running.
|
||||
# On small systems, this file can be used instead of a
|
||||
# "named" name server.
|
||||
# Syntax:
|
||||
#
|
||||
# IP-Address Full-Qualified-Hostname Short-Hostname
|
||||
#
|
||||
|
||||
127.0.0.1 localhost
|
||||
|
||||
# special IPv6 addresses
|
||||
::1 localhost ipv6-localhost ipv6-loopback
|
||||
|
||||
fe00::0 ipv6-localnet
|
||||
|
||||
ff00::0 ipv6-mcastprefix
|
||||
ff02::1 ipv6-allnodes
|
||||
ff02::2 ipv6-allrouters
|
||||
ff02::3 ipv6-allhosts
|
||||
|
||||
## rre infrasturcture
|
||||
10.2.0.11 parsley
|
||||
10.2.0.15 cumin
|
||||
10.2.0.16 curry
|
||||
10.2.0.17 chervil
|
||||
10.2.0.101 salt
|
||||
10.2.0.102 pepper
|
||||
# MetalLB
|
||||
# 10.2.0.60-70
|
||||
10.2.0.60 public
|
||||
10.2.0.61 private
|
||||
10.2.0.62 unifi
|
||||
10.2.0.63 gitea
|
||||
10.2.0.64 mqtt
|
||||
|
||||
# Client network
|
||||
10.0.10.3 sw2
|
||||
10.0.10.4 ap1
|
||||
10.0.10.5 ap2
|
||||
10.0.10.6 ap3
|
||||
10.0.10.7 ap4
|
||||
10.0.10.20 woody
|
||||
10.0.10.30 laserjet
|
||||
|
||||
|
Reference in New Issue
Block a user