Compare commits
No commits in common. "65569efeeb26d2e425eee9db8d9dfe1662b9c72b" and "f4d8c7ccf2ed17b948aa3bbdc68ea3a2715f8e6a" have entirely different histories.
65569efeeb
...
f4d8c7ccf2
File diff suppressed because it is too large
Load Diff
@ -2894,6 +2894,13 @@ config firewall address
|
|||||||
edit "RAPpublic"
|
edit "RAPpublic"
|
||||||
set subnet 24.105.188.54 255.255.255.255
|
set subnet 24.105.188.54 255.255.255.255
|
||||||
next
|
next
|
||||||
|
edit "RAP2_local_subnet_1"
|
||||||
|
set allow-routing enable
|
||||||
|
next
|
||||||
|
edit "RAP2_remote_subnet_1"
|
||||||
|
set allow-routing enable
|
||||||
|
set subnet 10.67.0.0 255.255.0.0
|
||||||
|
next
|
||||||
end
|
end
|
||||||
config firewall multicast-address
|
config firewall multicast-address
|
||||||
edit "all_hosts"
|
edit "all_hosts"
|
||||||
@ -3111,6 +3118,16 @@ config firewall addrgrp
|
|||||||
set member "Clary_POS" "ITC_Cafe_POS" "Porter_POS"
|
set member "Clary_POS" "ITC_Cafe_POS" "Porter_POS"
|
||||||
set comment "Point of Sale Machines"
|
set comment "Point of Sale Machines"
|
||||||
next
|
next
|
||||||
|
edit "RAP2_local"
|
||||||
|
set allow-routing enable
|
||||||
|
set member "RAP2_local_subnet_1"
|
||||||
|
set comment "VPN: RAP2 (Created by VPN wizard)"
|
||||||
|
next
|
||||||
|
edit "RAP2_remote"
|
||||||
|
set allow-routing enable
|
||||||
|
set member "RAP2_remote_subnet_1"
|
||||||
|
set comment "VPN: RAP2 (Created by VPN wizard)"
|
||||||
|
next
|
||||||
end
|
end
|
||||||
config firewall wildcard-fqdn custom
|
config firewall wildcard-fqdn custom
|
||||||
edit "g-Adobe Login"
|
edit "g-Adobe Login"
|
||||||
|
|||||||
@ -234,6 +234,13 @@ config router static
|
|||||||
set device "RAP"
|
set device "RAP"
|
||||||
set comment "RAP Users"
|
set comment "RAP Users"
|
||||||
next
|
next
|
||||||
|
edit 39
|
||||||
|
set distance 254
|
||||||
|
set comment "VPN: RAP2 (Created by VPN wizard)"
|
||||||
|
set blackhole enable
|
||||||
|
set dstaddr "RAP2_remote"
|
||||||
|
set vrf 0
|
||||||
|
next
|
||||||
end
|
end
|
||||||
config router ospf
|
config router ospf
|
||||||
config redistribute "connected"
|
config redistribute "connected"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user