How to port forward? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: How to port forward? (
/showthread.php?tid=335432)
How to port forward? -
TheMightyEddy - 18.04.2012
How would I port forward and Linux VPS server? Can someone tell me step by step or tell me a guide?
Re: How to port forward? -
Mark™ - 18.04.2012
Select your router manufacturer and get started :
http://portforward.com/english/route...outerindex.htm
Re: How to port forward? -
TheMightyEddy - 18.04.2012
How would I know if I'm using a VPS server?
Re: How to port forward? -
TheMightyEddy - 18.04.2012
Help?
Re: How to port forward? -
Thomas. - 18.04.2012
If you're using a VPS you don't have to port forward at all.
All you'll have to do is configure the firewall, if there is any.
Re: How to port forward? -
TheMightyEddy - 18.04.2012
Quote:
Originally Posted by Thomas.
If you're using a VPS you don't have to port forward at all.
All you'll have to do is configure the firewall, if there is any.
|
Okay so the ports are already at :7777 ?
Re: How to port forward? -
Thomas. - 19.04.2012
If you have configured SA-MP to listen on port 7777, then yes.
Re: How to port forward? - Guest9328472398472 - 19.04.2012
All you need to do is set your "bind" (server ip) and "port" (server port) in your server config. You will have to most likely add "bind" in a new line though.
For Example,
Код:
bind 127.0.0.1
port 7777
other stuff...
Simple.