Setting up SFS2X with ec2 instance using Amazon Linux
Posted: 06 Mar 2024, 01:09
Hi all,
Just got into building my first game with some friends and we are trying to set up SFS2X to allow us in a lobby together. I spun up an amazon free tier account and launched a t2.micro instance using Amazon Linux. I followed the instructions, and got the service started on the machine.
In AWS, I created a security group that I applied to the box.
Inbound Rules :
UDP : port 9933 | source ::/0
TCP : port 9933 | source ::/0
TCP : port 8080 | source ::/0
TCP : port 80 | source ::/0
I then navigate to http://x.x.x.x:8080 (obviously substituting x's for the real public IP) and it gives me nothing. Just "this site can't be reached". The service looks to be running fine on the box, I am obviously missing something on either end that's blocking or just straight up now allowing this connection. Anyone have an idea what I'm missing?
Just got into building my first game with some friends and we are trying to set up SFS2X to allow us in a lobby together. I spun up an amazon free tier account and launched a t2.micro instance using Amazon Linux. I followed the instructions, and got the service started on the machine.
In AWS, I created a security group that I applied to the box.
Inbound Rules :
UDP : port 9933 | source ::/0
TCP : port 9933 | source ::/0
TCP : port 8080 | source ::/0
TCP : port 80 | source ::/0
I then navigate to http://x.x.x.x:8080 (obviously substituting x's for the real public IP) and it gives me nothing. Just "this site can't be reached". The service looks to be running fine on the box, I am obviously missing something on either end that's blocking or just straight up now allowing this connection. Anyone have an idea what I'm missing?