Project

General

Profile

Port Numbers » History » Version 38

laforge, 11/14/2017 06:42 AM

1 38 laforge
{{>toc}}
2 1 laforge
3 11 laforge
h1. List of TCP/UDP Port numbers
4
5 1 laforge
Below is a list of TCP/UDP port numbers as it is used by Osmocom GSM related software.
6
7 12 laforge
|_.L4|_.Port Number|_.Purpose|_.Software|
8 19 neels
|UDP|2427|MGCP GW|[[OsmoBSC:Osmo-bsc_mgcp|osmo-bsc_mgcp]]|
9 12 laforge
|TCP|2775|SMPP|[[OsmoNITB:]]|
10
|TCP|3002|A-bis/IP OML|[[OsmoBTS:]], [[OsmoBSC:]], [[OsmoNITB:]]|
11
|TCP|3003|A-bis/IP RSL|[[OsmoBTS:]], [[OsmoBSC:]], [[OsmoNITB:]]|
12 29 neels
|TCP|4222|GSUP|[[OsmoHLR:]]|
13 28 laforge
|TCP|4237|telnet (VTY)|reserved for osmo-pcap-client|
14
|TCP|4238|telnet (VTY)|reserved for osmo-pcap-server|
15 26 neels
|TCP|4239|telnet (VTY)|[[OsmoSTP:]]|
16 12 laforge
|TCP|4240|telnet (VTY)|[[OsmoPCU:]], osmo_pcap_client|
17
|TCP|4241|telnet (VTY)|[[OsmoBTS:]], osmo_pcap_server|
18 20 neels
|TCP|4242|telnet (VTY)|[[OsmoNITB:]], [[OsmoBSC:]], [[cellmgr-ng:cellmgr_ng]]|
19 13 neels
|TCP|4243|telnet (VTY)|[[OsmoBSC:Osmo-bsc_mgcp|osmo-bsc_mgcp]]|
20
|TCP|4244|telnet (VTY)|[[OpenBSC:bsc_nat|osmo-bsc_nat]]|
21 12 laforge
|TCP|4245|telnet (VTY)|[[OsmoSGSN:]]|
22 13 neels
|TCP|4246|telnet (VTY)|[[OpenBSC:osmo-gbproxy]]|
23 12 laforge
|TCP|4247|telnet (VTY)|[[OsmocomBB:]]|
24
|TCP|4249|Control Interface|[[OsmoNITB:]]/[[OsmoBSC:]]|
25 13 neels
|TCP|4250|Control Interface|[[OpenBSC:bsc_nat|osmo-bsc_nat]]|
26 12 laforge
|TCP|4251|Control Interface|[[OsmoSGSN:]]|
27 17 neels
|TCP|4252|telnet (VTY)|sysmobts-mgr|
28 16 neels
|TCP|4253|telnet (VTY)|[[OsmoGTPHub]]|
29 37 neels
|TCP|4254|telnet (VTY)|[[OsmoMSC:]]|
30
|TCP|4255|Control Interface|[[OsmoMSC:]]|
31 18 neels
|TCP|4256|telnet (VTY)|[[miscellaneous-projects:Osmo-sip-connector]]|
32 31 laforge
|TCP|4257|Control Interface|[[OpenGGSN:]]/[[OpenGGSN:OsmoGGSN]]|
33 27 neels
|TCP|4258|telnet (VTY)|[[OsmoHLR:]]|
34
|TCP|4259|Control Interface|[[OsmoHLR:]]|
35 31 laforge
|TCP|4260|telnet (VTY)|[[OpenGGSN:OsmoGGSN]]|
36 36 neels
|TCP|4261|telnet (VTY)|[[OsmoMGW:]]|
37 13 neels
|UDP|4729|GSMTAP|Almost every osmocom project|
38 19 neels
|TCP|5000|A/IP|[[OpenBSC:bsc_nat|osmo-bsc_nat]]|
39 20 neels
|UDP|23000|NS-over-IP|[[OsmoSGSN:]],[[OsmoPCU:]],[[OpenBSC:osmo-gbproxy]]|
40 21 neels
41
See also:
42
43
* https://git.osmocom.org/libosmocore/tree/include/osmocom/vty/ports.h
44
* https://git.osmocom.org/libosmocore/tree/include/osmocom/ctrl/ports.h
45
* https://git.osmocom.org/osmo-gsm-manuals/tree/common/chapters/port_numbers.adoc
46
47
_Modifications should be kept in sync between this wiki page, the header files
48 1 laforge
and the osmo-gsm-manuals._
49 38 laforge
50
h1. /etc/services
51
52
If you are continuously working with osmocom software, as a convenience helper, you might add something like
53
54
<pre>
55
osmo-pcap-client        4237/tcp
56
osmo-pcap-server        4238/tcp
57
osmo-stp                4239/tcp
58
osmo-pcu                4240/tcp
59
osmo-bts                4241/tcp
60
osmo-bsc                4242/tcp        osmo-nitb
61
osmo-mgw                4243/tcp        osmo-bsc_mgcp
62
osmo-bsc_nat            4244/tcp
63
osmo-sgsn               4245/tcp
64
osmo-gbproxy            4246/tcp
65
osmocombb               4247/tcp
66
sysmobts-mgr            4252/tcp
67
osmo-gtp-hub            4253/tcp
68
osmo-msc                4254/tcp
69
osmo-sip-connector      4256/tcp
70
osmo-hlr                4258/tcp
71
osmo-ggsn               4260/tcp
72
</pre>
73
74
to the end of your @/etc/services@ file.  This will allow you to do something like @telnet localhost osmo-bsc@ rather than having to remember that the number was 4242.
Add picture from clipboard (Maximum size: 48.8 MB)