fix sgsn config
This commit is contained in:
parent
24fdef4cd0
commit
d45db0a8a0
1 changed files with 11 additions and 10 deletions
|
@ -14,16 +14,6 @@ log stderr
|
||||||
line vty
|
line vty
|
||||||
no login
|
no login
|
||||||
!
|
!
|
||||||
sgsn
|
|
||||||
gtp local-ip <%= @vpn_ip_address %>
|
|
||||||
ggsn 0 remote-ip <%= @ggsn_ip_address %>
|
|
||||||
ggsn 0 gtp-version 1
|
|
||||||
ggsn 0 echo-interval 60
|
|
||||||
auth-policy accept-all
|
|
||||||
gsup remote-ip <%= @vpn_ip_address %>
|
|
||||||
gsup remote-port 4222
|
|
||||||
authentication optional
|
|
||||||
!
|
|
||||||
ns
|
ns
|
||||||
timer tns-block 3
|
timer tns-block 3
|
||||||
timer tns-block-retries 3
|
timer tns-block-retries 3
|
||||||
|
@ -38,3 +28,14 @@ ns
|
||||||
!
|
!
|
||||||
bssgp
|
bssgp
|
||||||
!
|
!
|
||||||
|
sgsn
|
||||||
|
gtp state-dir /var/lib/osmocom/
|
||||||
|
gtp local-ip <%= @vpn_ip_address %>
|
||||||
|
ggsn 0 remote-ip <%= @ggsn_ip_address %>
|
||||||
|
ggsn 0 gtp-version 1
|
||||||
|
ggsn 0 echo-interval 60
|
||||||
|
gsup ipa-name SGSN-<%= @ipa_name %>
|
||||||
|
gsup remote-ip <%= @vpn_ip_address %>
|
||||||
|
gsup remote-port 4222
|
||||||
|
authentication optional
|
||||||
|
auth-policy remote
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue