-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #76; Fix ftpproxy6; Move DNS through relayd; Add SSH gateway
- Loading branch information
Showing
9 changed files
with
184 additions
and
124 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
-inet | ||
-inet6 | ||
description "services interface" | ||
# Thwart the virtual interface from taking the MAC address of the first physical interface | ||
lladdr random | ||
inet 10.10.10.10 255.255.255.0 10.10.10.255 | ||
inet alias 10.10.10.11 255.255.255.255 | ||
inet6 2001:470:b35c:1337::ace:face 64 | ||
inet6 alias fd80:1fe9:fcee:1337::ace:face 64 | ||
inet6 alias fd80:1fe9:fcee:1337::ace:babe 64 |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.