[srsran-users] Problem Running srsENB and srsEPC on 2 different machines

Nicolas Florio nico-florio at hotmail.com
Tue Aug 22 13:36:15 UTC 2023


Hi,

I would like to run srsenb and srsepc on 2 separate machines. For this I have srsepc running on the first machine with IP 192.168.1.105 and the second machine with IP 192.168.1.106. I override the following parameters on srsepc command line like so:

 srsepc --mme.mme_bind_addr 192.168.1.105 --spgw.gtpu_bind_addr 192.168.1.105

and on the second machine (192.168.1.106):

 srsenb --enb.mme_addr 192.168.1.105 --enb.gtp_bind_addr 192.168.106

I'm getting the following messages:

connect(): Network is unreachable
Failed to initiate S1 connection. Attempting reconnection in 10 seconds
inet_pton: Network is unreachable
Failed to bind on address 192.168.106, port 2152: Network is unreachable
Error initializing EUTRA stack.

Both machines have ports SCT 36412 and UDP 2152 open with:

 sudo iptables -A INPUT -p sctp -m sctp --dport 36412 -j ACCEPT
 sudo iptables -A INPUT -p udp -m udp --dport 2152 -j ACCEPT

Any ideas as to what I might be doing wrong?

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20230822/17fd26f9/attachment-0001.htm>


More information about the srsran-users mailing list