Created
October 12, 2016 20:14
-
-
Save JanKoppe/83f0e273c12ecd37b997f2317d638cdc to your computer and use it in GitHub Desktop.
Persistent network device naming with Alpine Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/etc/mactab | |
--- | |
lan0 00:11:22:33:44:01 | |
wan0 00:11:22:33:44:02 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/etc/network/if-pre-up.d/nameif | |
--- | |
#!/bin/sh | |
/sbin/nameif -s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment