Posts: 303
Threads: 71
Joined: Mar 2011
How would I port forward and Linux VPS server? Can someone tell me step by step or tell me a guide?
Posts: 303
Threads: 71
Joined: Mar 2011
How would I know if I'm using a VPS server?
Posts: 303
Threads: 71
Joined: Mar 2011
Posts: 130
Threads: 9
Joined: Aug 2010
Reputation:
0
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.
Posts: 303
Threads: 71
Joined: Mar 2011
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 ?
Posts: 130
Threads: 9
Joined: Aug 2010
Reputation:
0
If you have configured SA-MP to listen on port 7777, then yes.
Guest9328472398472
Unregistered
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.