Skip to content

Commit

Permalink
Update hostname.if
Browse files Browse the repository at this point in the history
- IPv6 alias
  • Loading branch information
horia committed Jul 29, 2019
1 parent 07eb4ab commit c953229
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/etc/hostname.athn0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-inet6
lladdr random
inet 10.0.0.1 255.255.255.0 10.0.0.255
inet6 2001:470:b35c:cafe::ace:face 64
inet6 alias 2001:470:b35c:cafe::ace:face 64
inet6 alias fd80:1fe9:fcee:cafe::ace:face 64
mediaopt hostap
# Full length hex key (0x...), or
Expand Down
2 changes: 1 addition & 1 deletion src/etc/hostname.em1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-inet
-inet6
inet 172.16.0.1 255.255.255.0 172.16.0.255
inet6 2001:470:b35c:abba::ace:face 64
inet6 alias 2001:470:b35c:abba::ace:face 64
inet6 alias fd80:1fe9:fcee:abba::ace:face 64
group lan
up
2 changes: 1 addition & 1 deletion src/etc/hostname.em2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-inet
-inet6
inet 192.168.0.1 255.255.255.0 192.168.0.255
inet6 2001:470:b35c:bead::ace:face 64
inet6 alias 2001:470:b35c:bead::ace:face 64
inet6 alias fd80:1fe9:fcee:bead::ace:face 64
group lan
group dmz
Expand Down
2 changes: 1 addition & 1 deletion src/etc/hostname.gif0
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
description "Hurricane Electric IPv6 tunnel"
mtu 1480
tunnel $(ifconfig egress | awk '$1 ~ /^inet$/{print $2;exit;}') 216.66.38.58
inet6 2001:470:1c:7b8::2 128
inet6 alias 2001:470:1c:7b8::2 128
dest 2001:470:1c:7b8::1
!route -n add -inet6 default 2001:470:1c:7b8::1
inet6 alias 2001:470:b35c:ed9e::ace:face 64
Expand Down
2 changes: 1 addition & 1 deletion src/etc/hostname.vether0
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description "services 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 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
2 changes: 1 addition & 1 deletion src/etc/hostname.vlan5
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description "em1.5"
vnetid 5
parent em1
inet 172.16.5.1 255.255.255.0 172.16.5.255
inet6 fd80:1fe9:fcee:acdc::ace:face 64
inet6 alias fd80:1fe9:fcee:acdc::ace:face 64
up
2 changes: 1 addition & 1 deletion src/etc/hostname.vlan7
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description "em2.7"
vnetid 7
parent em2
inet 192.168.7.1 255.255.255.0 192.168.7.255
inet6 fd80:1fe9:fcee:baba::ace:face 64
inet6 alias fd80:1fe9:fcee:baba::ace:face 64
up

0 comments on commit c953229

Please sign in to comment.