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
3 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 @@
OpenWRT /etc/config/firewall, user-defined section only
```
[other config ...]
config include
option path '/etc/firewall.user'
...
...
@@ -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
```
RECOLICHMS
2C:56:DC:08:42:73
10.100.100.101
none
none
none
RECOLICPC
24:4B:FE:8D:BF:84
10.100.100.34
none
none
none
RECOLICHMS.wifi
DC:85:DE:F8:8E:71
10.100.100.104
none
none
none
LadlodRouter
7C:B5:40:74:FD:CE
10.100.100.122
none
none
none
```
## DNS
router /etc/hosts
```
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
[other config ...]
config host
option name 'RECOLICPC'
option dns '1'
option mac '24:4B:FE:8D:BF:84'
option ip '10.100.100.34'
config host
option name 'RECOLICHMS'
option dns '1'
option mac '2C:56:DC:08:42:73'
option ip '10.100.100.101'
config host
option name 'LadlodRouter'
option dns '1'
option mac '7C:B5:40:74:FD:CE'
option ip '10.100.100.122'
config domain
option name 'pc.recolic'
option ip '10.100.100.34'
config domain
option name 'hms.recolic'
option ip '10.100.100.101'
config domain
option name 'RECOLICHMS'
option ip '10.100.100.101'
```
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