Skip to content
Snippets Groups Projects
Commit 6e634e4a authored by Recolic Keghart's avatar Recolic Keghart
Browse files

Update home-router-config.md

parent bd53fc12
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
OpenWRT /etc/config/firewall, user-defined section only OpenWRT /etc/config/firewall, user-defined section only
``` ```
[other config ...]
config include config include
option path '/etc/firewall.user' option path '/etc/firewall.user'
...@@ -94,49 +95,42 @@ config redirect ...@@ -94,49 +95,42 @@ config redirect
``` ```
## DHCP static leases ## DHCP static leases and DNS
DHCP pool: 10.100.100.120 - 10.100.100.220, router 10.100.100.1 DHCP pool: 10.100.100.120 - 10.100.100.220, router 10.100.100.1
``` ```
RECOLICHMS [other config ...]
2C:56:DC:08:42:73
10.100.100.101 config host
none option name 'RECOLICPC'
none option dns '1'
none option mac '24:4B:FE:8D:BF:84'
RECOLICPC option ip '10.100.100.34'
24:4B:FE:8D:BF:84
10.100.100.34 config host
none option name 'RECOLICHMS'
none option dns '1'
none option mac '2C:56:DC:08:42:73'
RECOLICHMS.wifi option ip '10.100.100.101'
DC:85:DE:F8:8E:71
10.100.100.104 config host
none option name 'LadlodRouter'
none option dns '1'
none option mac '7C:B5:40:74:FD:CE'
LadlodRouter option ip '10.100.100.122'
7C:B5:40:74:FD:CE
10.100.100.122 config domain
none option name 'pc.recolic'
none option ip '10.100.100.34'
none
``` config domain
option name 'hms.recolic'
## DNS option ip '10.100.100.101'
router /etc/hosts config domain
option name 'RECOLICHMS'
``` option ip '10.100.100.101'
10.100.100.101 hms.recolic
10.100.100.101 nfs.recolic
10.100.100.34 pc.recolic
10.100.100.1 openwrt.recolic
# Used by DNSSD printer broadcast
10.100.100.101 RECOLICHMS
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment