Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
notebook
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
notebook
Commits
6e634e4a
There was an error fetching the commit references. Please try again later.
Commit
6e634e4a
authored
2 years ago
by
Recolic Keghart
Browse files
Options
Downloads
Patches
Plain Diff
Update home-router-config.md
parent
bd53fc12
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
home-router-config.md
+33
-39
33 additions, 39 deletions
home-router-config.md
with
33 additions
and
39 deletions
home-router-config.md
+
33
−
39
View file @
6e634e4a
...
@@ -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
```
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment