Skip to content

Commit 2a4d734

Browse files
committed
Update instructions
Signed-off-by: mi2428 <mi2428782020@gmail.com>
1 parent d8422b0 commit 2a4d734

1 file changed

Lines changed: 32 additions & 25 deletions

File tree

vsixpi.yml.example

Lines changed: 32 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ user_data:
1919

2020
## Specify your public keys to SSH login
2121
## Password authentication via SSH is prohibited - you MUST specify at least either
22-
## - GitHub IDs to import SSH key
22+
## - GitHub IDs to import SSH keys
2323
## - List of ASCII strings
2424
ssh_login:
2525
#github_ids:
@@ -32,40 +32,47 @@ user_data:
3232
## Specify the global address submitted to vSIX Portal as a customer endpoint (CE)
3333
## This address must be of NGN if you intend to use vSIX as an ISP
3434
## Don't forget to add prefix length of your LAN - typically it's /64
35-
address: 2405:6581:800:6c10:dea6:32ff:fead:e5a6/64
35+
address: 2403:4440:ffff:208:62a4:4cff:fe3f:48a6/64
3636
providers:
37-
## Site: Kote via WIDE - wide.pe01.kote
38-
- endpoint: 2001:200:0:1802:250:56ff:fe9c:662f
37+
## Site: Fujisawa via NGN (fujisawa-flets) - ngn.pe01.fujisawa
38+
- endpoint: 2408:211:40e0:1701::777
3939
prefix: 2001:200:e20:XXX::/60
4040

41-
## Site: Note via WIDE - wide.pe01.note
42-
- endpoint: 2001:200:0:6002:250:56ff:fe9c:3493
41+
## Site: Kote via NGN (elab-flets) - ngn.pe01.kote
42+
- endpoint: 2001:200:e20::1
4343
prefix: 2001:200:e20:YYY::/60
4444

45-
## Site: Fujisawa via the internet - ngn.pe01.fujisawa
46-
- endpoint: 2408:211:40e0:1701::777
45+
## Site: Kote via WIDE - wide.pe01.kote
46+
- endpoint: 2001:200:0:1802:250:56ff:fe9c:662f
4747
prefix: 2001:200:e20:ZZZ::/60
4848

49+
## Site: Note via WIDE - wide.pe01.note
50+
- endpoint: 2001:200:0:6002:250:56ff:fe9c:3493
51+
prefix: 2001:200:e20:WWW::/60
52+
4953
access_service:
50-
## Start Wi-Fi access point providing vSIX access network on the 11ac radio wave
54+
## Start Wi-Fi access point providing vSIX access network on the 11n/ac radio wave
5155
## Uncomment the following block, then edit SSID, passphrase, and channel, adjusting your environment
52-
#wifi:
53-
# ssid: VSIX-FREE-WIFI
54-
# passphrase: Adios,IPv4!
55-
# channel: 48
56+
## CAUTION: 11ac is only supported by the series 3B+ and later, not by 3B
57+
wifi:
58+
ssid: VSIX-FREE-WIFI
59+
passphrase: Adios,IPv4!
60+
channel: 48
61+
use_11ac: yes
5662

57-
## Enable ethernet interface for vSIX access network
58-
## - Create tagged VLAN interface on the built-in ethernet (eth0)
59-
## - Install USB ethernet adapters on USB 3.0 ports and connect through them
63+
## Setup Ethernet interfaces to connect vSIX
64+
## Following two methods are supported. Uncomment the below blocks as you needed
65+
## - Create tagged VLAN interface on the built-in Ethernet (eth0)
66+
## - Install USB Ethernet adapters on USB 3.0 ports and connect through them
6067
#ethernet:
61-
# built_in:
62-
# vlan_id: 200
68+
# #built_in:
69+
# # vlan_id: 200
6370
# usb_adapters:
6471
# - alias: eth1
6572
# mac_address: 00:0e:c6:62:80:60
6673

67-
## Tune up RA and RDNSS
68-
## You shouldn't edit these parameters if you don't know what these are for
74+
## Tune up RA related parameters
75+
## CAUTION: You shouldn't edit here if you don't know what these are for
6976
router_adv:
7077
lifetime:
7178
valid: 14400
@@ -75,12 +82,12 @@ user_data:
7582
- 2001:4860:4860::6464
7683
- 2001:4860:4860::64
7784

78-
## MTU and MSS-clamp
79-
## CAUTION: Don't edit unless you know exactly what you're doing
85+
## Tune up MTU and TCP MSS Clamping
86+
## WARNING: DO NOT EDIT unless you know exactly what you're doing
8087
mtu: 1460
8188
mss: 1360
8289

8390
## TBD
84-
maintenance:
85-
auto_upgrade: no
86-
auto_reconf: no
91+
#maintenance:
92+
# auto_upgrade: no
93+
# auto_reconf: no

0 commit comments

Comments
 (0)