Perfect so enter them in both the WAP and LAN boxes, thanks.Use the same ranges for both WAN and LAN. Yes you are correct, WAN is the internet side and LAN is you internal side. The reason you map WAN and LAN port is because people on the outside can connect to one port number and then your router can redirect it to another port number on the inside. Some people have complex networks with several servers running various services but in your case you don't really need to redirect the port.
For rF2 for example the default HTTP port is 64297. So you would set the WAN start port to 64297 and then WAN end port to 64297 (both the same because you aren't really doing a range). And then set the LAN start port to 64297 and LAN end port to 64297. Then for the IP address, specify the IP address of the computer that is running the rF2 server. For protocol select TCP. The default rF2 Sim port is 54297. It runs on UDP and TCP. So you may need to create two mappings for that port. One for UDP and one for TCP. Some routers have a "both" or "UDP/TCP" option. If yours does, just select that option for the sim port.
I just tracked down a command line tool for using UPnP to open ports on routers. Most routers these days support UPnP. Some have it disabled by default. If your router does support UPnP then you could use this tool as another option for opening the ports. You can download the tool here:
http://miniupnp.free.fr/files/download.php?file=upnpc-exe-win32-20140422.zip
Then extract it somewhere and then run it three times with these options:
Code:upnpc-static.exe -e 'rFactor2 HTTP (TCP)' -r 64297 TCP upnpc-static.exe -e 'rFactor2 Sim (TCP)' -r 54297 TCP upnpc-static.exe -e 'rFactor2 Sim (UDP)' -r 54297 UDP
Note that you have to run the tool from the computer that you plan to run the rF2 server from. That is how it detects the IP address. Also in this example I am assuming you have rF2 set up to use the default port numbers. If you didn't open the Multiplayer.json and edit these port numbers then you are running the defaults.
Sorry for all the questions but
1. how does the regular internet (browsing, videos, etc.), programs like UTorrent, etc. etc. work if I never manually opened up ports for them? Is there a way programs can request to open ports on their own? Or are there certain ports that are always defaulted open for doing "regular" things like browsing the web, playing online games (not your own server), downloading/uploading torrents, etc?... I know UTorrent uses a certain port as there is a box where you can manually enter a port # (or select the random-port-on-each-start option) and those programs all work perfect, I haven't had to go into my router options to open ports, and neither have any of my friends who have PCs and programs like games, UTorrent, etc....
2. I do have UPnP and it's enabled, is there any difference/risk associated with opening the ports this way rather than just manually directly from my router settings?
3. When I open specific ports for a particular game, does that mean that the ports are opened PERIOD, rather than just opened for that particular game/program to access??... If so, is there a way to specify to keep those ports closed, as usual, EXCEPT for the particular game/program (rFactor in this case)?
Sorry for all the questions...Thanks!