1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix omr-6in4

This commit is contained in:
Ycarus 2018-06-07 22:43:16 +02:00
parent 00ca958e6d
commit 613042b0a0
2 changed files with 10 additions and 12 deletions

View file

@ -8,8 +8,8 @@ if [ "$(uci -q show network | grep omr6in4)" = "" ]; then
set network.omr6in4.proto=6in4
set network.omr6in4.ip4table=vpn
set network.omr6in4.multipath=off
set network.omr6in4.ipaddr=10.0.0.2
set network.omr6in4.peeraddr=10.0.0.1
set network.omr6in4.ipaddr=10.255.255.2
set network.omr6in4.peeraddr=10.255.255.1
set network.omr6in4.gateway=fe80::a00:1
commit network
add_list firewall.zone_vpn.network=omr6in4