Server Side: rcon_password <password> Client Side: rcon_password <password> rcon_address <IP of the server> rcon_port <IP port the server is using> rcon <server commands>
the server will run in a specific port ,by sending request to that port in a specific format we can access the server for accessing the server one must know it's IP address and port in which it is running
In SQL Server 2005/2008 : Sql Server Configuration Manager -> Protocols -> TCP/IP -> IP Addresses -> TCP Port. In SQL Server 2000 : Client Network Utility -> Select 'TCP/IP' from the enable protocols list and press 'Properties' button. The default port is 1433.
The I.P For Frugooscape is www.frugooscape.net Port 43594 == ==
You have to forward the port 27015. Then people can access your server through <your ip>:27015.
When do u need port forwarding:Typically when you want computers outside your LAN to access your computer. Some examples can be when u set up a ftp server on my machine for other people to access, or you are running a bittorrent client such as utorrent, or when you want to play Age of Empires on the network.Steps:Put an internal static IP on your machine. Open Network Connections. Right click on Local Area Connection and select Properties.Now select TCP-IP and click on Properties. Put values as shown. The DNS Server values I have put are that of opendns. You can also put 192.168.1.1 to use the airtel dns.Configuring the Airtel Modemopen URL http://192.168.1.1/main.HTMLAdvanced Setup -> NAT -> Virtual Serversthe Server IP would be same as the IP Address above, which is 192.168.1.10 in this case.If you want to play Age of Empires, you can just select this from the dropdown (it is pre-configured). Click on Save/Apply and you are done.In case the service isn't pre-configured, such as utorrent. Click on Custom Service. Put name utorrent (anything, doesn't matter)You would need to put which port to forward. utorrent typically runs on 19556, so put 19556 in all the four text fields i.e. External Port Start, External Port End, Internal Port Start and Internal Port End. And enter ur static IP address as internal ip address.Choose the protocol. In case of utorrent, and in most other cases, it would be TCP. Click on Save/Apply.That's all. Port Forwarding should start working right away. As always, please write a comment if you reach this step :-)Please note that these steps are applicable only if you are not using any other routers (wireless or otherwise) with your modem.
download tekkit server .jar and port forward port range 25565 to 25565 on your router, connect to ur ip and there ya go
A port is a software address on a computer on the network--for instance, the News server is a piece of software that is normally addressed through port 119, the POP server through port 110, the SMTP server through port 25, and so on. A socket is a communication path to a port. When you want your program to communicate over the network, you have given it a way of addressing the port and this is done by creating a socket and attaching it to the port. Basically, socket = IP + ports Sockets provide access to the port+ip
The server address is rather an IP address or a domain name used to connect to a public server. Most servers end in the port *:25565
There is no difference between port mapping and port forwarding and both are equal and in some router they are used instead of the other one . The meaning of these names is that "New connections from the outside to a certain port or port range go to a designated LAN machine. The ports are determined by the kind of server you want to run, (e.g. 80 for a web server) and the IP is the private LAN IP of your web server."
Run the server on another port by opening the server.properties file in notepad and changing port to something else. Note that if people want to connect to it they must include a colon (:) directly after the ip and then your custom port number eg. 111.222.33.4444:12345
Most routers (even home routers) have a feature known as port forwarding; you set the ports for Halo to forward to your 192 based server. The net result is that external users are routed to your server by using an external IP address and don't know that this is happening. For example, if a game or an application uses port 5000 to communicate with the server, set port 5000 to the 192.168 address of your server. If your external IP address for the router is (for example) 31.44.55.66, then users can get to your server by using the 31 address, but packets for the game will be routed to your 192.168 server which is internal.