Thanks again jobeard.
I would indeed like to try this out, it sounds ideal - other than the fact that it needs to be done for each boot . Although I guess I could write a script for that and put it in the startup directory?
we can fix that when it's all correctly mapped.
Step 1: get this configuration:
Code:
modem===router---->system#1
with the wireless connection to the router. with that working
(make sure your router is NOT at 192.168.01)
get a command prompt and enter
ipconfig /all >myINET.txt
to document system#1 config
Then wire #1->#2 using the NIC card
Code:
modem===router---->system#1-------->system#2
using an Admin login on System#1
Enable the ICS feature using the Network Connection(setup) Wizard
and click the ( ) that contains ...'other computers connect ... through this computer'
The system#1 NIC will now have an address of 192.168.0.1
Now rerun IPCONFIG /ALL >myICS.txt from system#1
and also show me the existing routing table
netstat -r >myRT.txt
when you follow-up, attach the files
myINET.txt
myICS.txt
myRT.txt
Without further changes,
system#1 should have full access to the internet
system#1 should be able to ping system#2
system#2 should be able to ping system#1
system#2 *may* or *may not* have internet access
Please include which Firewall you are using on both systems