first commit
This commit is contained in:
53
dnsmasq/hosts/hosts
Normal file
53
dnsmasq/hosts/hosts
Normal file
@@ -0,0 +1,53 @@
|
||||
#
|
||||
# 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.2 ldap
|
||||
10.2.0.22 poblano
|
||||
10.2.0.23 npm
|
||||
10.2.0.23 serrano
|
||||
10.2.0.24 coronado
|
||||
10.2.0.101 salt
|
||||
10.2.0.102 pepper
|
||||
|
||||
|
||||
#lab k3s cluster
|
||||
10.2.0.250 demo-k3s
|
||||
10.2.0.251 srv1
|
||||
10.2.0.252 srv2
|
||||
10.2.0.253 srv3
|
||||
|
||||
# MetalLB
|
||||
# 10.2.0.60-70
|
||||
10.2.0.60 public
|
||||
10.2.0.61 private
|
||||
10.2.0.63 gitea
|
||||
|
||||
# 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