Networking XP with Linux (Vector Linux)


 
Thread Tools Search this Thread
Special Forums IP Networking Networking XP with Linux (Vector Linux)
# 1  
Old 04-17-2004
Networking XP with Linux (Vector Linux)

I need help. I have a cable modem. It has an USB out. I didn't want to buy a router. So I hooked my WinXP computer up to the cable modem by USB. I wanted to network my Linux computer to the WinXp computer by the ethernet cards in each. The only problem is, I don't know what I need to know to do this. I've never setup a network like this. And I don't know what things mean like subnet mask, gateway, netmask, etc... I know how to go in and manually change things. But I don't know what I need to change. I think I may need to reboot my Linux computer for the changes to take effect.

I rebooted my machine and nothing. I believe there's something wrong with the config in WinXP because, the green light on the ethernet card on the linux machine comes on when I plug the cable modem into it. So I know it wants to receive data but the Windows Machine just isn't sending anything.

What do I need to do to get these computers talking to each other?
# 2  
Old 05-05-2004
A brief outline - Configure your XP machine's IP settings. Not going into the Windows specifics here (but right click on "My Network Places", right click the LAN connection, then right click the TCP/IP and select properties - this is unix.com so won't dwell here!), but set the IP address to 192.168.0.1, subnet 255.255.255.0 and leave the default gateway blank.

Set the Linux box to use 192.168.0.1 as the default gateway and to get its IP address via DHCP. That way, you essentially set up Internet connection sharing via the XP machine acting as a gateway.

Do some reading up on networking in general, there's plenty on google. When you're ready to configure the Linux box - either use the GUI provided by your distribution, or give man ifconfig a read.

This is the same setup I use at home.

Cheers
ZB
http://www.zazzybob.com
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Proxy Server

Linux Networking - VLANs & Multiple IP's

In a "typical" data centre environment (telco, financial services etc), would a Linux OS typically have one IP address connected to one VLAN or would it have many IPs and/or VLANs. I say "Linux OS" as I'm referring to an instance of the OS not necessarily a Host or server. Think Linux OS = VM in a... (9 Replies)
Discussion started by: PCB
9 Replies

2. IP Networking

simple linux networking question

I have 2 linux hosts running oracle RAC DB with multiple ethernet interfaces . Host 1 netstat -tln |grep 6000 Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 :::6000 :::* ... (1 Reply)
Discussion started by: gubbu
1 Replies

3. Linux

Linux networking configuration

I have a question concerning default gateways in RHEL. In Linux, the default gateway does not have to be associated with a specific interface - when you look at your routing table with route -n, your default gateway can be associated with the default route on the last line, and doesn't have to be... (0 Replies)
Discussion started by: rojizo
0 Replies

4. Shell Programming and Scripting

links to all networking commands in linux

can some one send me the links to all networking commands in linux (1 Reply)
Discussion started by: alokjyotibal
1 Replies

5. UNIX for Advanced & Expert Users

Linux networking

hi, we've linux suse version 7 and i've installed linux on the PC's, so could anyone tell me that which files should i change under /etc to be able to Telnet & Ftp to other machine? Rgrds, Nikk (3 Replies)
Discussion started by: nikk
3 Replies

6. Programming

networking aspect of linux

Hi, everybody. I wanted to know the networking aspect of Linux i.e how Linux works using networks. If anyone knows it or the site or book where I can find this topic then please inform me. Thanks a lot for your co-operation. (1 Reply)
Discussion started by: kinnaree
1 Replies

7. IP Networking

networking linux to windows server

I have a linux 7 machine and i want to able to connect it to my windows 98 server.What do i do.They can ping each other but how do i make them see each other e.g be able to copy and send files to each other and surf??? how do i set up netscape to connect to my servers web server??? (2 Replies)
Discussion started by: perleo
2 Replies

8. UNIX for Dummies Questions & Answers

Networking Linux 2 windows server

How do i network my linux 7 machine to a windows 98 server.I can ping them but how do i see them in explorer and how can i surf in netscape on my linux machine? (3 Replies)
Discussion started by: perleo
3 Replies

9. UNIX for Dummies Questions & Answers

Networking Problems On Linux

HI I JUST INSTALLED LINUX 7.0 ON MY COMPUTER AND IT WIPED OUT THE WHOLE WIN2K SO MY QUESTION IS THAT I CAN'T .....MY NETSCAPE NAVIGATOR DOESN'T WORK (NO INTERNET AT ALL) WHAT SHOULD I DO!... I HAVE A CABLE MODEM IP I USE TO SEARCH THE INTERNET WITH BOTH BROWSER IE AND NETS..NAV.. NOW I... (1 Reply)
Discussion started by: IMOTEB
1 Replies
Login or Register to Ask a Question