If you are playing games, I would recommend using only NAT for them.
To do is quite simple. There is an automatic way to configure it, called DHCP, but I would recommend manually doing it so you know whats up.
If your WinGate servers internal IP address is set to
IP Address 192.168.0.1
Subnet 255.255.255.0
Then on the client computers,for NAT, they must follow a similar pattern as shown below.
Client 1 to share internet connection through NAT
IP Address 192.168.0.2
Subnet Mask 255.255.255.0
Default Gateway 192.168.0.1
DNS server 192.168.0.1
Client 2 to share internet connection through NAT
IP Address 192.168.0.3
Subnet Mask 255.255.255.0
Default Gateway 192.168.0.1
DNS server 192.168.0.1
Client 3 to share internet connection through NAT
IP Address 192.168.0.4
Subnet Mask 255.255.255.0
Default Gateway 192.168.0.1
DNS server 192.168.0.1
Default Gateway in a loose sense means "If the IP address I am trying to connect to is not on my local network, then send it to the default gateway to find it (the WinGate Server)".
DNS stands for Domain Name System, it can kinda be explained as "If someone types in a domain name, like
www.google.com, then ask the DNS server what the IP address is, so I cantact it. (... then once we know the IP address, we can check if it is on our local network, if it is not then this is when our default gateway is useful)".
In the IP address example I have used above, I have used the private IP address range 192.168.x.x - Other private ranges include 10.x.x.x , 169.254.x.x and 172.something, I am in a bit of a rush...
* To find out our current IP Address, (windows) Start menu --> Run --> cmd --> ipconfig/all
** To change the IP address on a computer (nt / 2k / xp), (Windows) Start menu --> Control Panel --> Network Connections --> Local Area connection --> Properties --> TCP/IP
*** To check if you have NAT installed, check out this picture below (If you do not, reinstall WinGate with the "Extended Networking", it is a check box to tick... most default installations have it)
Once your gaming / client computers are set with NAT, there is no need to run the WinGate Internet Client or Proxies ... you can find out about that stuff when ya not playin games! Hosting games is another story, port mapping and stuff, once you do it a few times, it will not be a problem... any way we are here to help!