Veritas
09-27-2008, 02:38 PM
Pretty much just like the topic says...
I've got a Call of Duty 4 server running on a Windows Server 2003 machine. Its visible from WAN IP and I've got a Domain Redirect pointed to the WAN IP.
Connections via WAN and Domain both work fine. However.. once connected Pressing TAB shows the LAN IP 192.168.* , I know this is because in my commandline to run the server +set net_ip is 192.168.*
Is there any alternate configuration that will cause my DOMAIN NAME to display in the Score list ?
This is my current command line:
C:\CoD4\iw3mp.exe +set dedicated 2 +set net_ip 192.168.x.xxx +set net_port 28960 +exec server.cfg +map_rotate
server.cfg is in \CoD4\main\, relevant parts follow
// Network options
set net_ip "xxx.xxxxxxxx.org" // Set your servers IP address
set net_port "28960" // Set your port number
set com_hunkMegs "512"
set net_noipx "1" // Allow ONLY tcp/ip protocol, player/server communications
// Server Network Mode
set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet
I've got a Call of Duty 4 server running on a Windows Server 2003 machine. Its visible from WAN IP and I've got a Domain Redirect pointed to the WAN IP.
Connections via WAN and Domain both work fine. However.. once connected Pressing TAB shows the LAN IP 192.168.* , I know this is because in my commandline to run the server +set net_ip is 192.168.*
Is there any alternate configuration that will cause my DOMAIN NAME to display in the Score list ?
This is my current command line:
C:\CoD4\iw3mp.exe +set dedicated 2 +set net_ip 192.168.x.xxx +set net_port 28960 +exec server.cfg +map_rotate
server.cfg is in \CoD4\main\, relevant parts follow
// Network options
set net_ip "xxx.xxxxxxxx.org" // Set your servers IP address
set net_port "28960" // Set your port number
set com_hunkMegs "512"
set net_noipx "1" // Allow ONLY tcp/ip protocol, player/server communications
// Server Network Mode
set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet