Home Static Host Mappings on Edgerouter
Post
Cancel

Static Host Mappings on Edgerouter

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
This post is licensed under CC BY 4.0 by the author.