Hey, i have an issue i cannot use the public ip address within the azure vps. im running centos 6.8 and i have forwarded ALL ports inbound and outbound. i enabled static ip aswell but noone resolved my issues.
ok so. i have my own software written in C and GO and it uses the public IP Address and binds it to a port so i can access it, for example telnet on a custom port. and after i run the compiled software it gives me this error that i have never encountered before on any host providers, this is my first time on azure and i dont know what i can do anymore.
this is the error i get when trying to run the software.
listen tcp MYVPSPUBLICIP:PORT: bind: cannot assign requested address
if i use the local ip: 127.0.0.1 it works fine but i cannot connect to it thru the public ip outside the vps via PuTTy or MobaXTerm.