Static Host Mappings on EdgeRouter-X
1
2
3
configure
show system static-host-mapping
exit
Adding a Mapping with Alias:
1
2
3
4
5
6
configure
set system static-host-mapping host-name pi.hole inet 192.168.1.8
set system static-host-mapping host-name pi.hole alias pihole
commit
save
exit
Removing Mapping with Aliases:
1
2
3
4
5
configure
delete system static-host-mapping host-name pi.hole
commit
save
exit