mitshell / corenet

Minimal 3G and LTE / EPC core network
GNU General Public License v2.0
106 stars 35 forks source link

IP address #4

Closed HacKeD0x90 closed 6 years ago

HacKeD0x90 commented 6 years ago

Hello I'm getting an error that it couldn't bind port to address 10.1.1.1, so i edited the ip address in the file to my ip address, but after that i got another error that it couldn't bind port to ip address 10.2.2.2.

is it required to have multiple ip addresses or how should i setup the environment.?

mitshell commented 6 years ago

You need to configure CorenetServer.SERVER_HNB and CorenetServer.SERVER_ENB to bind on an existing interface / IP address of your machine. Both services (HNB / ENB) can bind on the same IP address in case your HomeNodeB / eNodeB are on the same LAN.