Telco-Sec
HomeFree Courses
  • Welcome!
  • Author
  • GSM Attacks
    • Review
    • Types of GSM
  • 📶GSM Pentest LAB
    • Description
    • Hardware
    • Setup LAB
  • SIM Cards
    • 😻AT Commands
  • 2G In a B0x
    • Description
    • SIM Cards
    • BTS
    • BSC - Base Station Controller
    • MSC - Mobile Switching Center
    • STP - Signal Transfer Point
    • MGW - Media Gateway
    • SGSN - Serving GPRS Support Node
    • OpenGGSN
    • Page 1
  • BTS to Mobile Station
    • Intro
    • Page
    • Passive Sniffing
    • Passive IMSI Catcher
    • Descrypt SMSs
    • Capture Voice
    • Rogue BTS
    • Articles
  • Group 1
    • Docs
Powered by GitBook
On this page

Was this helpful?

  1. 2G In a B0x

SGSN - Serving GPRS Support Node

sudo vi  /etc/osmocom/osmo-sgsn.cfg
!
! Osmocom SGSN configuration
!
!
line vty
 no login
!
sgsn
 gtp local-ip 127.0.0.1
 ggsn 0 remote-ip 127.0.0.6
 ggsn 0 gtp-version 1
! auth-policy closed
! accept-all, closed, acl-only, remote
 auth-policy accept-all
ns
 timer tns-block 3
 timer tns-block-retries 3
 timer tns-reset 3
 timer tns-reset-retries 3
 timer tns-test 30
 timer tns-alive 3
 timer tns-alive-retries 10
 encapsulation udp local-ip 127.0.0.1
 encapsulation udp local-port 23000
 encapsulation framerelay-gre enabled 0
!
bssgp
!
PreviousMGW - Media GatewayNextOpenGGSN

Last updated 7 months ago

Was this helpful?