Solutions
-
sbclark's post in question about networking with ase was marked as the answerYou need to setup "static IP" addresses on each PC, but be sure that the static IP address range is not in same IP range of the routers DHCP settings.
For example, if you select the following:
Client PC 198.168.1.50
Server PC 198.168.1.51
If the routers range is from 198.168.1.100 to 198.168.1.149, then there will be no conflict.
Bill Clark