Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenWrt-Barrier-breaker
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nounous-archives
OpenWrt-Barrier-breaker
Commits
e194aa77
Commit
e194aa77
authored
10 years ago
by
Tobias Bora
Browse files
Options
Downloads
Patches
Plain Diff
Désactiver DHCP
parent
0045274e
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Crans
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+0
-1
0 additions, 1 deletion
.gitignore
files/etc/config/dhcp
+37
-0
37 additions, 0 deletions
files/etc/config/dhcp
with
37 additions
and
1 deletion
.gitignore
+
0
−
1
View file @
e194aa77
...
...
@@ -12,7 +12,6 @@
/logs
/feeds
/feeds.conf
/files
/package/feeds
/package/openwrt-packages
*.orig
...
...
This diff is collapsed.
Click to expand it.
files/etc/config/dhcp
0 → 100644
+
37
−
0
View file @
e194aa77
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option filterwin2k '0'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option nonegcache '0'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '12h'
option dhcpv6 'server'
option ra 'server'
config dhcp 'wan'
option interface 'wan'
option ignore '1'
config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'
# Crans modification pour désactiver le DHCP
config dhcp 'vlan3'
option interface vlan3
option ignore 1
\ No newline at end of file
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