Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Felix Eckhofer
tools
Commits
7c51e354
Commit
7c51e354
authored
Mar 31, 2014
by
Felix Eckhofer
🤹🏼
Browse files
Automatically use all network interfaces
Manual configuration is no longer needed
parent
2564719c
Changes
1
Hide whitespace changes
Inline
Side-by-side
randomize-mac/init/randomize-mac.conf
View file @
7c51e354
...
...
@@ -8,7 +8,7 @@ start on starting network-manager
pre
-
start
script
export
IFACE
for
IFACE
in
eth0
wlan1
;
do
for
IFACE
in
`
ls
-
1
/
sys
/
class
/
net
|
grep
-
v
^
lo
$`
;
do
/
etc
/
network
/
if
-
post
-
down
.
d
/
randomize
-
mac
done
end
script
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment