Before you installed ICS, you were probably using static IP addresses (e.g.
192.168.0.1) for each of the machines on your LAN. But to use ICS, the
'clients' of the ICS server need to use dynamic IP addresses. GPL's default
method of finding IP addresses on a machine will only find static addresses
(and dialup networking IP addresses). Add the following two lines to your
core.ini file to tell GPL to use its alternate method of finding your
machine's IP addresses. That will more than likely solve your problem.
[ Communications ]
alternate_ip_addr_lookup = 1
Also, if you run a GPL server on your LAN, and connect to it from another
computer that is also on your LAN, you might want to consider adding the IPX
protocol to your LAN (standard disclaimers re: your network going haywire
trying to do this :-). A GPL server will send more information to clients
that are connected to it using the IPX protocol (on the assumption that it
will be a LAN connection, and not, possibly, a dialup connection).
Randy