mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Co-authored-by: He Cheng <57560866+hecheng337@users.noreply.github.com> Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
25 lines
541 B
Plaintext
Executable File
25 lines
541 B
Plaintext
Executable File
config edge
|
|
option enabled '0'
|
|
option tunname 'n2n0'
|
|
option mode 'static'
|
|
option ipaddr '10.0.0.100'
|
|
option prefix '24'
|
|
option mtu '1290'
|
|
option supernode '1.2.3.4'
|
|
option port '1234'
|
|
option community 'example'
|
|
option key 'password'
|
|
option route '1'
|
|
option masquerade '0'
|
|
|
|
config supernode
|
|
option enabled '0'
|
|
option port '1235'
|
|
option subnet '10.0.0.0-10.0.0.0/24'
|
|
|
|
config route
|
|
option enabled '0'
|
|
option ip '192.168.2.0'
|
|
option mask '24'
|
|
option gw '10.0.0.200'
|