Commit 5225bb4b authored by nanahira's avatar nanahira

readme

parent c0d5a6ff
......@@ -45,9 +45,10 @@ vars:
moreAddresses: null
masq: true
gateways: # 网关定义,DHCP关闭自动获取网关,需要手写地址。
- id: 0 # 网关ID,关乎mark和table
- id: 0 # 网关ID,关乎mark和table。该网关的table计算方法为 1100+id
address: 10.198.21.1 # 网关地址,填写 _use_first 使用可用地址第一个,填写 _use_last 使用可用地址最后一个
mac: null # 网关mac地址,为null则自动ping获取,但是bridge有启动坑容易获取失败
noOrigin: false # 是否关闭源进源出,对于专门peer的网关,这个可能很有用。
up: null
down: null
mac: null
......@@ -55,7 +56,7 @@ vars:
dhcpv6Receive: false
dhcp: null
ppps:
- id: 0 # ppp id,例如0代表ppp0
- id: 0 # ppp id,例如0代表ppp0,该网关的table计算方法为 1000+id
link: bond0.41 # 上行链路
username: user # 拨号用户名,密码在pppoeUsers给出
mac: null # 给ISP看的mac地址,null为随机
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment