Elteto said:
Hi to all,
I just bought a mobo A7N8X DELUXe and I use it with amd 2800+ barton
and w2k. I tried to make a little lan with a cross cable to a laptop
but it do not work with both the 3com and nvidia onboard cards. I
allready tested the cable and it's ok. The two lan are enable in bios,
the drivers are correct. When the two pc are connected the icon in
right tray say that the pc-lan is connected at 100Mb but no packet is
received, only trasmitted. So I can't neither ping the two pc each
other. What's wrong? Is something missing? Can someone help me?
Thank a lot
Stefano
Try to ping 127.0.0.1 from each machine. If you can't, there is an issue
with TCP which needs resolving first.
Did you give each card an IP address? You won't have a DHCP server available
to you, and they won't magically pick one up from anywhere else.
To check the IP address of the cards, right-click on the Network Tray Icon,
and select 'Status'. Click on 'Support', and it will show you your IP
address. If the IP addresses are in the format 169.254.x.x, it won't work;
Windows generates these addresses when it cannot find a DHCP enabled
network, and these addresses are totally useless!
If you do get 169.254.x.x addresses, you need to manually configure TCP/IP,
doing the following (I'm going to assume XP, because it's different across
differing versions of Windows);
1. Right-click on the tray icon, and select 'Status'
2. Click on the button 'Properties'. The Local Area Network Connection
dialog box will open.
3. In the box titled 'This connection uses the following items:', find and
highlight the entry for 'Internet Protocol (TCP/IP)', and click Properties.
4. Tick the radio button 'Use the following IP address', and enter the
following details;
IP Address: 192.168.1.1
Subnet Mask: 255.255.255.0
5. Leave the default gateway and DNS entries blank (worry about them when
your network gets more complex)
6. Click OK twice to leave the Local Area Network Connection dialog boxes.
7. Check the IP address of your card; it should now be 192.168.1.1.
Once you've done that on the first machine, you need to do it on the second.
Note that each machine needs a different IP address, so give the second
machine the address of 192.168.1.2.
Note also that if your laptop is used on an office network at a different
location, make the changes above into the 'Alternate Configuration' tab in
the TCP/IP settings (change from 'Automatic Private Address' to 'User
Configured'. It will then still work on the office network, which probably
does have a DHCP server.
You should now be able to ping your machines from each other.
HTH,
Pete.