Re: Sharing files and Internet connection w/crossover cable & Win XP client
You didn't say the most important thing: Are you setting manual IP addresses to the ubuntu host and winxp client NICs?
The connection towards your router is fine because your router DHCP is providing it with address.
But the NICs connected with the crossover need manual addresses. Not to confuse it with your router home network which is probably in 192.168.x.x subnet, for the NICs use something like:
Ubuntu host
Address 10.0.0.1
Netmask 255.255.255.0
Gateway empty (if you are not using this NIC for internet, and you're not, I think gateway not needed)
DNS empty (maybe, I've never tried this)
WinXP client
Address 10.0.0.2
Subnet mask (netmask) 255.255.255.0
Gateway 10.0.0.1 (you might be able to actually share internet this way)
DNS best use OpenDNS servers 208.67.222.222; 208.67.220.220
They should be able to see each other after that, confirm by trying to ping one address from the other computer.
But as far as file sharing, you will have to figure out whether any firewall will be blocking you, whether files can just be shared like that between linux and windows (don't you need samba???), etc. I don't have a clue about that.
Darko.
-----------------------------------------------------------------------
Ubuntu 12.04 LTS 64bit & Windows 7 Ultimate 64bit
Bookmarks