configuring network connection

Asked by Karl Becker

I am new to Ubuntu today. It looks like I may be hooked. I'm very familiar with Windows XP professional and peer-to-peer networking with Windows. I have Ubuntu loaded on a separate partition from the Windows OS.

Using Ubuntu 8.04, how can I connect to my peer-to-peer Windows based home network?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu network-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Karl Becker
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Set a static IP using network manager. In a P2P network there is most likely no DHCP server so you must set staic IPs. You will also need to use a cross-over cable as a patch cable (used to commect systems to connection devices like routers) will not work.

set them to any class C address and it will be fine. Something like:

PC 1:
address: 10.0.0.1
mask: 255.255.255.0
gateway 10.0.0.254

PC 2:
address: 10.0.0.2
mask: 255.255.255.0
gateway 10.0.0.254

The gateway isnt hugely needed but as far as I know it completes the network configuration

Revision history for this message
Karl Becker (tech-cityofcordova) said :
#2

Thank you for your help. I'll give it a try!