[mohaa] Server restart script
    Luca Fabbro 
    luca.fabbro at procne.it
       
    Wed Aug 18 09:50:58 EDT 2004
    
    
  
In the start script put this lines back, don't need to change them in that 
script
#Check for a specific IP to set
if [ "$IP" == "" ]
then
  IPS=""
else
  IPS=" +set net_IP $IP"
fi
You need to specify the IP to listen only if you have multiples ip on machine
I think that you don't need it
If you need it simply add this line in in your serverconfig.sh
#My listen ETH ip
IP="67.18.236.202"
Let me know
         Luca
At 15.34 18/08/2004, you wrote:
>Ok thanks that works, but now its only starting as a LAN server, My lines
>with IP info is
    
    
More information about the Mohaa
mailing list