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

OpenGGSN

SUDO VI /etc/osmocom/osmo-ggsn.cfg
!
! OpenGGSN (0.94.1-adac) configuration saved from vty
!!
!
!
stats interval 5
!
line vty
 no login
!
ggsn ggsn0
 gtp state-dir /tmp
 gtp bind-ip 127.0.0.6
 apn internet
  gtpu-mode tun
  tun-device tun4
  type-support v4
  ip prefix dynamic 176.16.1.1/24
  ip dns 0 192.168.8.1
  ip dns 1 8.8.8.8
  ip ifconfig 176.16.1.1/24
  no shutdown
 default-apn internet
 no shutdown ggsn
PreviousSGSN - Serving GPRS Support NodeNextPage 1

Last updated 7 months ago

Was this helpful?