osmo-*: Bind to INADDR_ANY so telnet/VTY is reachable remotely
We're using this in an internal network for jenkins integration testing, so no security concern.changes/84/7384/1
parent
cc17c6779c
commit
fda289fd60
|
@ -43,6 +43,7 @@ log stderr
|
|||
!
|
||||
line vty
|
||||
no login
|
||||
bind 0.0.0.0
|
||||
!
|
||||
e1_input
|
||||
e1_line 0 driver ipa
|
||||
|
|
|
@ -61,6 +61,7 @@ stats interval 5
|
|||
!
|
||||
line vty
|
||||
no login
|
||||
bind 0.0.0.0
|
||||
!
|
||||
ggsn ggsn0
|
||||
gtp state-dir /tmp
|
||||
|
|
|
@ -57,6 +57,7 @@ stats interval 5
|
|||
!
|
||||
line vty
|
||||
no login
|
||||
bind 0.0.0.0
|
||||
!
|
||||
e1_input
|
||||
e1_line 0 driver ipa
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
!
|
||||
line vty
|
||||
no login
|
||||
bind 0.0.0.0
|
||||
!
|
||||
sgsn
|
||||
gtp local-ip 172.18.0.21
|
||||
|
|
|
@ -49,6 +49,7 @@ log file /data/osmo-stp.log
|
|||
!
|
||||
line vty
|
||||
no login
|
||||
bind 0.0.0.0
|
||||
!
|
||||
cs7 instance 0
|
||||
asp asp0 0 2905 m3ua
|
||||
|
|
Loading…
Reference in New Issue