* networking PC and laptop
@ Lorenzo Prince
` Lorenzo Prince
` (2 more replies)
0 siblings, 3 replies; 14+ messages in thread
From: Lorenzo Prince @ UTC (permalink / raw)
To: speakup
Hi all. I am trying to network my PC and my laptop. I have two ethernet
cards in my PC and one in my laptop, as the PC needs to connect both the
internet and the laptop. I need to share files between the two computers,
and if possible, connect both computers to the internet using one
connection. I know a little about nfs, but I'm not sure whether or not
this is what I need. I also need to know how I should setup my eth1 on my
PC and eth0 on my laptop so that they can connect properly.
Thanks,
Lorenzo
E Pluribus Unix
^ permalink raw reply [flat|nested] 14+ messages in thread* Re: networking PC and laptop networking PC and laptop Lorenzo Prince @ ` Lorenzo Prince ` Doug ` Glenn Ervinat home ` Gregory Nowak 2 siblings, 1 reply; 14+ messages in thread From: Lorenzo Prince @ UTC (permalink / raw) To: speakup P.s. I forgot to mention in the previous email that I am running Slackware 9.0 on both computers, if this helps. Lorenzo E Pluribus Unix ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: networking PC and laptop ` Lorenzo Prince @ ` Doug ` Lorenzo Prince 0 siblings, 1 reply; 14+ messages in thread From: Doug @ UTC (permalink / raw) To: speakup Lorenzo, > I am running Slackware 9.0 on both computers ... What you probably want is to use the 192.168.0.x IP address scheme for the PC and laptop. These addresses are reserved for 'internal' ie not real IP addresses. Then you will set up IP masquerading on the PC, which will connect to the net. There are lots of docs on how to set up masquerading. For disk sharing, yes you probably want to use nfs although there are many alternatives these days. As with masquerading, there are lots of docs on how to set up NFS. In the slackware install you'll see some NFS tools, one being the NFS daemons, you want those on the server (PC). It may take a while to get all of this working (masq and nfs) but it will work very reliably once you are done. If you wanted to add a windows box to the same internal lan you could run samba on the server (PC) for disk sharing, and for internet the PC just acts like a gateway (nothing special to do other than configure ethernet). I suggest that you set up your PC as the IP 192.168.0.1, it will be the gateway. Then set up the laptop as 192.168.0.2 and set the gateway to 192.168.0.1. Read the docs on IP maquerading for how to configure that. Try a google search, there are lots of docs. Some show very simple setups including exactly what you want to do (just connect two PCs for sharing interney connection). -- Doug >Lorenzo > >E Pluribus Unix > > >_______________________________________________ >Speakup mailing list >Speakup@braille.uwo.ca >http://speech.braille.uwo.ca/mailman/listinfo/speakup ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: networking PC and laptop ` Doug @ ` Lorenzo Prince ` Patrick Turnage ` Alex Snow 0 siblings, 2 replies; 14+ messages in thread From: Lorenzo Prince @ UTC (permalink / raw) To: speakup HELP!!!!! I've looked everywhere I can think of and I can't even get my PC and laptop to talk to each other. I configured my PC's eth1 with the address 192.168.0.1 and the laptop's eth0 to use the address 192.168.0.2. I set the laptop to use 192.168.0.1 as the gateway. I set up masquerading on the PC. But I can't even ping the PC from the laptop or the laptop from the pc, and they are directly connected with a standard network cable. What am I missing here? Did I buy the wrong cable or something? Lorenzo E Pluribus Unix Doug staggered into view and mumbled: > Lorenzo, > > > I am running Slackware 9.0 on both computers ... > > What you probably want is to use the 192.168.0.x > IP address scheme for the PC and laptop. These > addresses are reserved for 'internal' ie not real > IP addresses. Then you will set up IP masquerading > on the PC, which will connect to the net. There > are lots of docs on how to set up masquerading. > For disk sharing, yes you probably want to use > nfs although there are many alternatives these > days. As with masquerading, there are lots of > docs on how to set up NFS. In the slackware > install you'll see some NFS tools, one being > the NFS daemons, you want those on the server > (PC). It may take a while to get all of this > working (masq and nfs) but it will work very > reliably once you are done. If you wanted to > add a windows box to the same internal lan > you could run samba on the server (PC) for > disk sharing, and for internet the PC just > acts like a gateway (nothing special to do > other than configure ethernet). > > I suggest that you set up your PC as the IP > 192.168.0.1, it will be the gateway. Then > set up the laptop as 192.168.0.2 and set > the gateway to 192.168.0.1. Read the docs > on IP maquerading for how to configure that. > Try a google search, there are lots of docs. > Some show very simple setups including > exactly what you want to do (just connect > two PCs for sharing interney connection). > > -- Doug > > > > > > > > > >Lorenzo > > > >E Pluribus Unix > > > > > >_______________________________________________ > >Speakup mailing list > >Speakup@braille.uwo.ca > >http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: networking PC and laptop ` Lorenzo Prince @ ` Patrick Turnage ` Alex Snow 1 sibling, 0 replies; 14+ messages in thread From: Patrick Turnage @ UTC (permalink / raw) To: speakup Hello. Maybe you need a cross over cable instead of a standard ethernet cable. ----- Patrick Turnage E-mail: pturnage@tampabay.rr.com AOL Instant Messenger: kg4dqk Home Page: http://www.access-connect.com Connecting the world to access technology information. For all mainstream and adaptive hardware and software. ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: networking PC and laptop ` Lorenzo Prince ` Patrick Turnage @ ` Alex Snow 1 sibling, 0 replies; 14+ messages in thread From: Alex Snow @ UTC (permalink / raw) To: speakup I think I know what's the problem. If your connecting two machines directly you need to use a crossover ethernet cable. are you using one? -- A message from the system administrator: "I've upped my priority, now up yours!" On Tue, 8 Apr 2003, Lorenzo Prince wrote: > HELP!!!!! > > I've looked everywhere I can think of and I can't even get my PC and > laptop to talk to each other. I configured my PC's eth1 with the address > 192.168.0.1 and the laptop's eth0 to use the address 192.168.0.2. I set > the laptop to use 192.168.0.1 as the gateway. I set up masquerading on > the PC. But I can't even ping the PC from the laptop or the laptop from > the pc, and they are directly connected with a standard network cable. > What am I missing here? Did I buy the wrong cable or something? > > Lorenzo > > E Pluribus Unix > > Doug staggered into view and mumbled: > > > Lorenzo, > > > > > I am running Slackware 9.0 on both computers ... > > > > What you probably want is to use the 192.168.0.x > > IP address scheme for the PC and laptop. These > > addresses are reserved for 'internal' ie not real > > IP addresses. Then you will set up IP masquerading > > on the PC, which will connect to the net. There > > are lots of docs on how to set up masquerading. > > For disk sharing, yes you probably want to use > > nfs although there are many alternatives these > > days. As with masquerading, there are lots of > > docs on how to set up NFS. In the slackware > > install you'll see some NFS tools, one being > > the NFS daemons, you want those on the server > > (PC). It may take a while to get all of this > > working (masq and nfs) but it will work very > > reliably once you are done. If you wanted to > > add a windows box to the same internal lan > > you could run samba on the server (PC) for > > disk sharing, and for internet the PC just > > acts like a gateway (nothing special to do > > other than configure ethernet). > > > > I suggest that you set up your PC as the IP > > 192.168.0.1, it will be the gateway. Then > > set up the laptop as 192.168.0.2 and set > > the gateway to 192.168.0.1. Read the docs > > on IP maquerading for how to configure that. > > Try a google search, there are lots of docs. > > Some show very simple setups including > > exactly what you want to do (just connect > > two PCs for sharing interney connection). > > > > -- Doug > > > > > > > > > > > > > > > > > > >Lorenzo > > > > > >E Pluribus Unix > > > > > > > > >_______________________________________________ > > >Speakup mailing list > > >Speakup@braille.uwo.ca > > >http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > > _______________________________________________ > > Speakup mailing list > > Speakup@braille.uwo.ca > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: networking PC and laptop networking PC and laptop Lorenzo Prince ` Lorenzo Prince @ ` Glenn Ervinat home ` Kenny Hitt ` Gregory Nowak 2 siblings, 1 reply; 14+ messages in thread From: Glenn Ervinat home @ UTC (permalink / raw) To: speakup I use a router which costs a little over 100 dollars. We use a dLink7-13 ( I think that is the model number ), and my wife uses a laptop and I have my PC hooked up. On that other operating system; This is where "network neighborhood" on the desktop comes in. You go into network neighborhood and you can access the entire computer, and vice versa, unless you go into "my computer" and under "file" while on a drive or folder, you uncheck "shared". I am sure that dLink works in Linux. ----- Original Message ----- From: "Lorenzo Prince" <lorenzo@princenet.sytes.net> To: <speakup@braille.uwo.ca> Sent: Sunday, April 06, 2003 1:41 PM Subject: networking PC and laptop Hi all. I am trying to network my PC and my laptop. I have two ethernet cards in my PC and one in my laptop, as the PC needs to connect both the internet and the laptop. I need to share files between the two computers, and if possible, connect both computers to the internet using one connection. I know a little about nfs, but I'm not sure whether or not this is what I need. I also need to know how I should setup my eth1 on my PC and eth0 on my laptop so that they can connect properly. Thanks, Lorenzo E Pluribus Unix _______________________________________________ Speakup mailing list Speakup@braille.uwo.ca http://speech.braille.uwo.ca/mailman/listinfo/speakup ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: networking PC and laptop ` Glenn Ervinat home @ ` Kenny Hitt ` Glenn Ervinat home 0 siblings, 1 reply; 14+ messages in thread From: Kenny Hitt @ UTC (permalink / raw) To: speakup Hi. Since he already has a pc with two nics, he doesn't need to spend money on a dedicated router. Kenny On Sun, Apr 06, 2003 at 01:52:21PM -0500, Glenn Ervinat home wrote: > I use a router which costs a little over 100 dollars. > We use a dLink7-13 ( I think that is the model number ), and my wife uses a > laptop and I have my PC hooked up. ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: networking PC and laptop ` Kenny Hitt @ ` Glenn Ervinat home ` Doug ` (2 more replies) 0 siblings, 3 replies; 14+ messages in thread From: Glenn Ervinat home @ UTC (permalink / raw) To: speakup Yes, but the part that I might have not mentioned is that with a router, you can go wireless, and that is really nice! ----- Original Message ----- From: "Kenny Hitt" <kennyhitt@knology.net> To: <speakup@braille.uwo.ca> Sent: Monday, April 07, 2003 5:42 AM Subject: Re: networking PC and laptop Hi. Since he already has a pc with two nics, he doesn't need to spend money on a dedicated router. Kenny On Sun, Apr 06, 2003 at 01:52:21PM -0500, Glenn Ervinat home wrote: > I use a router which costs a little over 100 dollars. > We use a dLink7-13 ( I think that is the model number ), and my wife uses a > laptop and I have my PC hooked up. _______________________________________________ Speakup mailing list Speakup@braille.uwo.ca http://speech.braille.uwo.ca/mailman/listinfo/speakup ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: networking PC and laptop ` Glenn Ervinat home @ ` Doug ` Alex Snow ` Alex Snow ` Lorenzo Prince 2 siblings, 1 reply; 14+ messages in thread From: Doug @ UTC (permalink / raw) To: speakup You can go wireless with a PC too ... plug in a USB 802.11 device in the PC USB port ... plug a PCMCIA or USB 802.11 in the laptop. I am using the Actiontec USB 802.11 and also Linksys ... although they are tricky to configure (uses linux-wlan drivers from linux-wlan.org). You can also get PCI wireless cards for the PC ... the routers are convenient but if the PC is already there and you have the time/inclination to set up IP masquerading and firwalling, it's plenty capable. My friends say good things about some of these personal router/firewall boxes though because they are so easy to set up, and they require no maintenance. On a PC-based router you need to keep upgrading the software packages or eventually the hackers will find their way in :( -- Doug Kenny wrote: >Yes, but the part that I might have not mentioned is that with a router, you >can go wireless, and that is really nice! > >----- Original Message ----- >From: "Kenny Hitt" <kennyhitt@knology.net> >To: <speakup@braille.uwo.ca> >Sent: Monday, April 07, 2003 5:42 AM >Subject: Re: networking PC and laptop > > >Hi. Since he already has a pc with two nics, he doesn't need to spend >money on a dedicated router. ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: networking PC and laptop ` Doug @ ` Alex Snow 0 siblings, 0 replies; 14+ messages in thread From: Alex Snow @ UTC (permalink / raw) To: speakup I find the routers more limited in their config options than using a pc. like I havent seen a router yet that can statically assing ip addresses using dhcp and mac addresses. -- A message from the system administrator: "I've upped my priority, now up yours!" On Mon, 7 Apr 2003, Doug wrote: > You can go wireless with a PC too ... plug in a USB > 802.11 device in the PC USB port ... plug a PCMCIA > or USB 802.11 in the laptop. I am using the Actiontec > USB 802.11 and also Linksys ... although they are > tricky to configure (uses linux-wlan drivers from > linux-wlan.org). You can also get PCI wireless cards > for the PC ... the routers are convenient but if the > PC is already there and you have the time/inclination > to set up IP masquerading and firwalling, it's plenty > capable. My friends say good things about some of > these personal router/firewall boxes though because > they are so easy to set up, and they require no > maintenance. On a PC-based router you need to keep > upgrading the software packages or eventually the > hackers will find their way in :( > > -- Doug > > > Kenny wrote: > >Yes, but the part that I might have not mentioned is that with a router, you > >can go wireless, and that is really nice! > > > >----- Original Message ----- > >From: "Kenny Hitt" <kennyhitt@knology.net> > >To: <speakup@braille.uwo.ca> > >Sent: Monday, April 07, 2003 5:42 AM > >Subject: Re: networking PC and laptop > > > > > >Hi. Since he already has a pc with two nics, he doesn't need to spend > >money on a dedicated router. > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: networking PC and laptop ` Glenn Ervinat home ` Doug @ ` Alex Snow ` Lorenzo Prince 2 siblings, 0 replies; 14+ messages in thread From: Alex Snow @ UTC (permalink / raw) To: speakup Only if you get a wireless router. -- A message from the system administrator: "I've upped my priority, now up yours!" On Mon, 7 Apr 2003, Glenn Ervinat home wrote: > Yes, but the part that I might have not mentioned is that with a router, you > can go wireless, and that is really nice! > > ----- Original Message ----- > From: "Kenny Hitt" <kennyhitt@knology.net> > To: <speakup@braille.uwo.ca> > Sent: Monday, April 07, 2003 5:42 AM > Subject: Re: networking PC and laptop > > > Hi. Since he already has a pc with two nics, he doesn't need to spend > money on a dedicated router. > > Kenny > > On Sun, Apr 06, 2003 at 01:52:21PM -0500, Glenn Ervinat home wrote: > > I use a router which costs a little over 100 dollars. > > We use a dLink7-13 ( I think that is the model number ), and my wife uses > a > > laptop and I have my PC hooked up. > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: networking PC and laptop ` Glenn Ervinat home ` Doug ` Alex Snow @ ` Lorenzo Prince 2 siblings, 0 replies; 14+ messages in thread From: Lorenzo Prince @ UTC (permalink / raw) To: speakup Well, yes, wireless would be extremely nice, but unfortunately, money is an issue at the moment, as I am a student on a limited income. I guess I'll just have to use my 14 foot network cable. At least it will stretch to to the other side of the room. LOL. Lorenzo E Pluribus Unix Glenn Ervinat home staggered into view and mumbled: > Yes, but the part that I might have not mentioned is that with a router, you > can go wireless, and that is really nice! > > ----- Original Message ----- > From: "Kenny Hitt" <kennyhitt@knology.net> > To: <speakup@braille.uwo.ca> > Sent: Monday, April 07, 2003 5:42 AM > Subject: Re: networking PC and laptop > > > Hi. Since he already has a pc with two nics, he doesn't need to spend > money on a dedicated router. > > Kenny > > On Sun, Apr 06, 2003 at 01:52:21PM -0500, Glenn Ervinat home wrote: > > I use a router which costs a little over 100 dollars. > > We use a dLink7-13 ( I think that is the model number ), and my wife uses > a > > laptop and I have my PC hooked up. > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: networking PC and laptop networking PC and laptop Lorenzo Prince ` Lorenzo Prince ` Glenn Ervinat home @ ` Gregory Nowak 2 siblings, 0 replies; 14+ messages in thread From: Gregory Nowak @ UTC (permalink / raw) To: speakup For internet sharing, you'd use iptables. For drive sharing, you'd use samba. There are a good number of posts on these topics in the list archives, and of course, there are the howtos. Greg On Sun, Apr 06, 2003 at 02:41:46PM -0400, Lorenzo Prince wrote: > Hi all. I am trying to network my PC and my laptop. I have two ethernet > cards in my PC and one in my laptop, as the PC needs to connect both the > internet and the laptop. I need to share files between the two computers, > and if possible, connect both computers to the internet using one > connection. I know a little about nfs, but I'm not sure whether or not > this is what I need. I also need to know how I should setup my eth1 on my > PC and eth0 on my laptop so that they can connect properly. > > Thanks, > Lorenzo > > E Pluribus Unix > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup ^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
networking PC and laptop Lorenzo Prince
` Lorenzo Prince
` Doug
` Lorenzo Prince
` Patrick Turnage
` Alex Snow
` Glenn Ervinat home
` Kenny Hitt
` Glenn Ervinat home
` Doug
` Alex Snow
` Alex Snow
` Lorenzo Prince
` Gregory Nowak
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).