public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Battle Of The Iethernet Cards
@  Rejean Proulx
   ` Alex Snow
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Rejean Proulx @  UTC (permalink / raw)
  To: speakup

I have 2 Lan cards in my Linux machine.  each card is connected to a subnet
that has a high speed modem.  Apache and Exim seems to share these 2 network
cards.  I want to tell my machine that I only want Wan or external
communications to go through one of the cards.  The other card is for local
file sharing only, at least as far as Linux is concerned.  The other high
speed modem is for the Windows machines.  How do I do this?  For now, I had
to disconnect a card, so now I can't get at Linux using Samba with half my
network.  I need to control the fact that although I have 2 modems, I only
want Linux to use one of them.

 Rejean Proulx
Visit my family at http://interfree.ca
MSN is: rejp@rogers.com
Ham License VA3REJ



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Battle Of The Iethernet Cards
   Battle Of The Iethernet Cards Rejean Proulx
@  ` Alex Snow
     ` Rejean Proulx
     ` Luke Davis
   ` Joe Clever
   ` Allan Shaw
  2 siblings, 2 replies; 14+ messages in thread
From: Alex Snow @  UTC (permalink / raw)
  To: Rejean Proulx, Speakup is a screen review system for Linux.

You should set a listen directive in your httpd.conf file and relitave 
directive in your exim.conf file.
for apache this should look like listen 192.168.0.1 replacing the ip 
with that of the interface you want apache to use.
On Fri, Oct 31, 2003 
at 11:49:36AM -0500, Rejean Proulx wrote:
> I have 2 Lan cards in my Linux machine.  each card is connected to a subnet
> that has a high speed modem.  Apache and Exim seems to share these 2 network
> cards.  I want to tell my machine that I only want Wan or external
> communications to go through one of the cards.  The other card is for local
> file sharing only, at least as far as Linux is concerned.  The other high
> speed modem is for the Windows machines.  How do I do this?  For now, I had
> to disconnect a card, so now I can't get at Linux using Samba with half my
> network.  I need to control the fact that although I have 2 modems, I only
> want Linux to use one of them.
> 
>  Rejean Proulx
> Visit my family at http://interfree.ca
> MSN is: rejp@rogers.com
> Ham License VA3REJ
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 
Who is General Failure and why is he reading my hard disk?


^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: Battle Of The Iethernet Cards
   Battle Of The Iethernet Cards Rejean Proulx
   ` Alex Snow
@  ` Joe Clever
   ` Allan Shaw
  2 siblings, 0 replies; 14+ messages in thread
From: Joe Clever @  UTC (permalink / raw)
  To: 'Rejean Proulx',
	'Speakup is a screen review system for Linux.'

Since I have not seen any other replies, I will take a crack at this. I
think you are asking how to bind different apps/daemons to different
interfaces. I think that you will have to go searching for options in each
applications/daemons config/startup files/scripts. Often the app/daemon
will, by default, bind itself to all interfaces that it can identify. In
other words, you have to tell it if you want something different.

-----Original Message-----
From: speakup-bounces@braille.uwo.ca [mailto:speakup-bounces@braille.uwo.ca]
On Behalf Of Rejean Proulx
Sent: Friday, October 31, 2003 11:50 AM
To: speakup@braille.uwo.ca
Subject: Battle Of The Iethernet Cards


I have 2 Lan cards in my Linux machine.  each card is connected to a subnet
that has a high speed modem.  Apache and Exim seems to share these 2 network
cards.  I want to tell my machine that I only want Wan or external
communications to go through one of the cards.  The other card is for local
file sharing only, at least as far as Linux is concerned.  The other high
speed modem is for the Windows machines.  How do I do this?  For now, I had
to disconnect a card, so now I can't get at Linux using Samba with half my
network.  I need to control the fact that although I have 2 modems, I only
want Linux to use one of them.

 Rejean Proulx
Visit my family at http://interfree.ca
MSN is: rejp@rogers.com
Ham License VA3REJ


_______________________________________________
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: Battle Of The Iethernet Cards
   Battle Of The Iethernet Cards Rejean Proulx
   ` Alex Snow
   ` Joe Clever
@  ` Allan Shaw
  2 siblings, 0 replies; 14+ messages in thread
From: Allan Shaw @  UTC (permalink / raw)
  To: Rejean Proulx, Speakup is a screen review system for Linux.


Hi Rejean,

Well my first suggestion based on other notes we've exchanged, would be to 
take a step back and truly look at what it is you want to do at the end of 
the day.
If you simply move forward at this point your just going to create a 
situation where the only way to fix the next problem will be to go back to 
the beginning and start from scratch.

However, lets see what we can do with your current configuration.

Are you or have you been using your Linux box as a gateway or Proxy Server?
If so you may have to uninstall these services or at least stop them.

Here is what I would do ...

1: Plug modem into up link port of router and put the second one in a box 
some where.
2: Be sure to assign your 2 servers static IP's if not already done.
3: Have router issue dynamic IP if possible to all other workstations 
excluding the above IP addresses using a single subnet.
4: configure router to direct various services such as (http, ftp, pop, 
smtp) to the appropriate server and IP address.
5: Make sure all services and features are all fully functional/operational 
before adding or configuring any new service.
6: KISS, make your life simple and avoid complication.

Now I'm not sure if any of the above will work with your environment but I 
know it can work and is how I've set things up on my home network.

Hope this helps.


At 11:49 10/31/03, you wrote:
>I have 2 Lan cards in my Linux machine.  each card is connected to a subnet
>that has a high speed modem.  Apache and Exim seems to share these 2 network
>cards.  I want to tell my machine that I only want Wan or external
>communications to go through one of the cards.  The other card is for local
>file sharing only, at least as far as Linux is concerned.  The other high
>speed modem is for the Windows machines.  How do I do this?  For now, I had
>to disconnect a card, so now I can't get at Linux using Samba with half my
>network.  I need to control the fact that although I have 2 modems, I only
>want Linux to use one of them.
>
>  Rejean Proulx
>Visit my family at http://interfree.ca
>MSN is: rejp@rogers.com
>Ham License VA3REJ
>
>
>_______________________________________________
>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: Battle Of The Iethernet Cards
   ` Alex Snow
@    ` Rejean Proulx
       ` Luke Davis
     ` Luke Davis
  1 sibling, 1 reply; 14+ messages in thread
From: Rejean Proulx @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Thanks, this is good.  That should take care of the ability to force them to
use a specific card.  Now I need to stop it from changing IP's all the time.
Windows was friendly that way.  If the previous IP was available it would
use it.  Linux is unpredictable.  I think I'll have to go to static IP rout
on the card that is used for the internet.  I might keep my 2 subnets a
little longer. Lets see if this works.  I hope so.

 Rejean Proulx
Visit my family at http://interfree.ca
MSN is: rejp@rogers.com
Ham License VA3REJ

----- Original Message ----- 
From: "Alex Snow" <alex_snow@gmx.net>
To: "Rejean Proulx" <rejean@interfree.ca>; "Speakup is a screen review
system for Linux." <speakup@braille.uwo.ca>
Sent: Friday, October 31, 2003 2:48 PM
Subject: Re: Battle Of The Iethernet Cards


> You should set a listen directive in your httpd.conf file and relitave
> directive in your exim.conf file.
> for apache this should look like listen 192.168.0.1 replacing the ip
> with that of the interface you want apache to use.
> On Fri, Oct 31, 2003
> at 11:49:36AM -0500, Rejean Proulx wrote:
> > I have 2 Lan cards in my Linux machine.  each card is connected to a
subnet
> > that has a high speed modem.  Apache and Exim seems to share these 2
network
> > cards.  I want to tell my machine that I only want Wan or external
> > communications to go through one of the cards.  The other card is for
local
> > file sharing only, at least as far as Linux is concerned.  The other
high
> > speed modem is for the Windows machines.  How do I do this?  For now, I
had
> > to disconnect a card, so now I can't get at Linux using Samba with half
my
> > network.  I need to control the fact that although I have 2 modems, I
only
> > want Linux to use one of them.
> >
> >  Rejean Proulx
> > Visit my family at http://interfree.ca
> > MSN is: rejp@rogers.com
> > Ham License VA3REJ
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> -- 
> Who is General Failure and why is he reading my hard disk?
>
> _______________________________________________
> 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: Battle Of The Iethernet Cards
     ` Rejean Proulx
@      ` Luke Davis
         ` Rejean Proulx
  0 siblings, 1 reply; 14+ messages in thread
From: Luke Davis @  UTC (permalink / raw)
  To: Rejean Proulx, Speakup is a screen review system for Linux.

You should do that anyway (statics for the net boxes).
However, a MAC-spesific lease, should be as good as a static IP, if your
router can do that.

On Fri, 31 Oct 2003, Rejean Proulx wrote:

> Thanks, this is good.  That should take care of the ability to force them to
> use a specific card.  Now I need to stop it from changing IP's all the time.
> Windows was friendly that way.  If the previous IP was available it would
> use it.  Linux is unpredictable.  I think I'll have to go to static IP rout
> on the card that is used for the internet.  I might keep my 2 subnets a
> little longer. Lets see if this works.  I hope so.
>
>  Rejean Proulx
> Visit my family at http://interfree.ca
> MSN is: rejp@rogers.com
> Ham License VA3REJ
>
> ----- Original Message -----
> From: "Alex Snow" <alex_snow@gmx.net>
> To: "Rejean Proulx" <rejean@interfree.ca>; "Speakup is a screen review
> system for Linux." <speakup@braille.uwo.ca>
> Sent: Friday, October 31, 2003 2:48 PM
> Subject: Re: Battle Of The Iethernet Cards
>
>
> > You should set a listen directive in your httpd.conf file and relitave
> > directive in your exim.conf file.
> > for apache this should look like listen 192.168.0.1 replacing the ip
> > with that of the interface you want apache to use.
> > On Fri, Oct 31, 2003
> > at 11:49:36AM -0500, Rejean Proulx wrote:
> > > I have 2 Lan cards in my Linux machine.  each card is connected to a
> subnet
> > > that has a high speed modem.  Apache and Exim seems to share these 2
> network
> > > cards.  I want to tell my machine that I only want Wan or external
> > > communications to go through one of the cards.  The other card is for
> local
> > > file sharing only, at least as far as Linux is concerned.  The other
> high
> > > speed modem is for the Windows machines.  How do I do this?  For now, I
> had
> > > to disconnect a card, so now I can't get at Linux using Samba with half
> my
> > > network.  I need to control the fact that although I have 2 modems, I
> only
> > > want Linux to use one of them.
> > >
> > >  Rejean Proulx
> > > Visit my family at http://interfree.ca
> > > MSN is: rejp@rogers.com
> > > Ham License VA3REJ
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> > --
> > Who is General Failure and why is he reading my hard disk?
> >
> > _______________________________________________
> > 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
>

-- 
Want a free month of internet access on a great ISP?  Go here:
http://www.tacticus.com/net/


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Battle Of The Iethernet Cards
       ` Luke Davis
@        ` Rejean Proulx
           ` Luke Davis
           ` Geoff Shang
  0 siblings, 2 replies; 14+ messages in thread
From: Rejean Proulx @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

I can only set up a lease for 1 day, which I was doing, but it occasionally
messed me up.  I need to figure out some sort of VPN that will let my other
machines access the Linux box through the modems.  I wish I could get rid of
a modem, but I can't.  Maybe I'll look at other routers but not just yet.

 Rejean Proulx
Visit my family at http://interfree.ca
MSN is: rejp@rogers.com
Ham License VA3REJ

----- Original Message ----- 
From: "Luke Davis" <ldavis@shellworld.net>
To: "Rejean Proulx" <rejean@interfree.ca>; "Speakup is a screen review
system for Linux." <speakup@braille.uwo.ca>
Sent: Friday, October 31, 2003 9:31 PM
Subject: Re: Battle Of The Iethernet Cards


> You should do that anyway (statics for the net boxes).
> However, a MAC-spesific lease, should be as good as a static IP, if your
> router can do that.
>
> On Fri, 31 Oct 2003, Rejean Proulx wrote:
>
> > Thanks, this is good.  That should take care of the ability to force
them to
> > use a specific card.  Now I need to stop it from changing IP's all the
time.
> > Windows was friendly that way.  If the previous IP was available it
would
> > use it.  Linux is unpredictable.  I think I'll have to go to static IP
rout
> > on the card that is used for the internet.  I might keep my 2 subnets a
> > little longer. Lets see if this works.  I hope so.
> >
> >  Rejean Proulx
> > Visit my family at http://interfree.ca
> > MSN is: rejp@rogers.com
> > Ham License VA3REJ
> >
> > ----- Original Message -----
> > From: "Alex Snow" <alex_snow@gmx.net>
> > To: "Rejean Proulx" <rejean@interfree.ca>; "Speakup is a screen review
> > system for Linux." <speakup@braille.uwo.ca>
> > Sent: Friday, October 31, 2003 2:48 PM
> > Subject: Re: Battle Of The Iethernet Cards
> >
> >
> > > You should set a listen directive in your httpd.conf file and relitave
> > > directive in your exim.conf file.
> > > for apache this should look like listen 192.168.0.1 replacing the ip
> > > with that of the interface you want apache to use.
> > > On Fri, Oct 31, 2003
> > > at 11:49:36AM -0500, Rejean Proulx wrote:
> > > > I have 2 Lan cards in my Linux machine.  each card is connected to a
> > subnet
> > > > that has a high speed modem.  Apache and Exim seems to share these 2
> > network
> > > > cards.  I want to tell my machine that I only want Wan or external
> > > > communications to go through one of the cards.  The other card is
for
> > local
> > > > file sharing only, at least as far as Linux is concerned.  The other
> > high
> > > > speed modem is for the Windows machines.  How do I do this?  For
now, I
> > had
> > > > to disconnect a card, so now I can't get at Linux using Samba with
half
> > my
> > > > network.  I need to control the fact that although I have 2 modems,
I
> > only
> > > > want Linux to use one of them.
> > > >
> > > >  Rejean Proulx
> > > > Visit my family at http://interfree.ca
> > > > MSN is: rejp@rogers.com
> > > > Ham License VA3REJ
> > > >
> > > >
> > > > _______________________________________________
> > > > Speakup mailing list
> > > > Speakup@braille.uwo.ca
> > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> > > --
> > > Who is General Failure and why is he reading my hard disk?
> > >
> > > _______________________________________________
> > > 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
> >
>
> -- 
> Want a free month of internet access on a great ISP?  Go here:
> http://www.tacticus.com/net/
>
> _______________________________________________
> 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: Battle Of The Iethernet Cards
         ` Rejean Proulx
@          ` Luke Davis
           ` Geoff Shang
  1 sibling, 0 replies; 14+ messages in thread
From: Luke Davis @  UTC (permalink / raw)
  To: Rejean Proulx, Speakup is a screen review system for Linux.

Maybe have the (or another, much smaller) Linux box, take the place of the
routers?

On Fri, 31 Oct 2003, Rejean Proulx wrote:

> I can only set up a lease for 1 day, which I was doing, but it occasionally
> messed me up.  I need to figure out some sort of VPN that will let my other
> machines access the Linux box through the modems.  I wish I could get rid of
> a modem, but I can't.  Maybe I'll look at other routers but not just yet.
>
>  Rejean Proulx
> Visit my family at http://interfree.ca
> MSN is: rejp@rogers.com
> Ham License VA3REJ
>
> ----- Original Message -----
> From: "Luke Davis" <ldavis@shellworld.net>
> To: "Rejean Proulx" <rejean@interfree.ca>; "Speakup is a screen review
> system for Linux." <speakup@braille.uwo.ca>
> Sent: Friday, October 31, 2003 9:31 PM
> Subject: Re: Battle Of The Iethernet Cards
>
>
> > You should do that anyway (statics for the net boxes).
> > However, a MAC-spesific lease, should be as good as a static IP, if your
> > router can do that.
> >
> > On Fri, 31 Oct 2003, Rejean Proulx wrote:
> >
> > > Thanks, this is good.  That should take care of the ability to force
> them to
> > > use a specific card.  Now I need to stop it from changing IP's all the
> time.
> > > Windows was friendly that way.  If the previous IP was available it
> would
> > > use it.  Linux is unpredictable.  I think I'll have to go to static IP
> rout
> > > on the card that is used for the internet.  I might keep my 2 subnets a
> > > little longer. Lets see if this works.  I hope so.
> > >
> > >  Rejean Proulx
> > > Visit my family at http://interfree.ca
> > > MSN is: rejp@rogers.com
> > > Ham License VA3REJ
> > >
> > > ----- Original Message -----
> > > From: "Alex Snow" <alex_snow@gmx.net>
> > > To: "Rejean Proulx" <rejean@interfree.ca>; "Speakup is a screen review
> > > system for Linux." <speakup@braille.uwo.ca>
> > > Sent: Friday, October 31, 2003 2:48 PM
> > > Subject: Re: Battle Of The Iethernet Cards
> > >
> > >
> > > > You should set a listen directive in your httpd.conf file and relitave
> > > > directive in your exim.conf file.
> > > > for apache this should look like listen 192.168.0.1 replacing the ip
> > > > with that of the interface you want apache to use.
> > > > On Fri, Oct 31, 2003
> > > > at 11:49:36AM -0500, Rejean Proulx wrote:
> > > > > I have 2 Lan cards in my Linux machine.  each card is connected to a
> > > subnet
> > > > > that has a high speed modem.  Apache and Exim seems to share these 2
> > > network
> > > > > cards.  I want to tell my machine that I only want Wan or external
> > > > > communications to go through one of the cards.  The other card is
> for
> > > local
> > > > > file sharing only, at least as far as Linux is concerned.  The other
> > > high
> > > > > speed modem is for the Windows machines.  How do I do this?  For
> now, I
> > > had
> > > > > to disconnect a card, so now I can't get at Linux using Samba with
> half
> > > my
> > > > > network.  I need to control the fact that although I have 2 modems,
> I
> > > only
> > > > > want Linux to use one of them.
> > > > >
> > > > >  Rejean Proulx
> > > > > Visit my family at http://interfree.ca
> > > > > MSN is: rejp@rogers.com
> > > > > Ham License VA3REJ
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Speakup mailing list
> > > > > Speakup@braille.uwo.ca
> > > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > > >
> > > > --
> > > > Who is General Failure and why is he reading my hard disk?
> > > >
> > > > _______________________________________________
> > > > 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
> > >
> >
> > --
> > Want a free month of internet access on a great ISP?  Go here:
> > http://www.tacticus.com/net/
> >
> > _______________________________________________
> > 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: Battle Of The Iethernet Cards
         ` Rejean Proulx
           ` Luke Davis
@          ` Geoff Shang
             ` Rejean Proulx
             ` Luke Davis
  1 sibling, 2 replies; 14+ messages in thread
From: Geoff Shang @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi:

Not sure if I'm clear on your setup, but wouldn't a routing table clear up
this issue?  Type the commmand:

route -n

and show us the output.

Of course, unless you really needed your machines to use different internet
connections, you could just have your linux machine connected to the net
and do IP masquerading for the other boxes.

Geoff.




^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Battle Of The Iethernet Cards
           ` Geoff Shang
@            ` Rejean Proulx
               ` Luke Davis
             ` Luke Davis
  1 sibling, 1 reply; 14+ messages in thread
From: Rejean Proulx @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

What is IP masquerading?

 Rejean Proulx
Visit my family at http://interfree.ca
MSN is: rejp@rogers.com
Ham License VA3REJ

----- Original Message ----- 
From: "Geoff Shang" <gshang@uq.net.au>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Saturday, November 01, 2003 8:28 AM
Subject: Re: Battle Of The Iethernet Cards


> Hi:
>
> Not sure if I'm clear on your setup, but wouldn't a routing table clear up
> this issue?  Type the commmand:
>
> route -n
>
> and show us the output.
>
> Of course, unless you really needed your machines to use different
internet
> connections, you could just have your linux machine connected to the net
> and do IP masquerading for the other boxes.
>
> Geoff.
>
>
>
> _______________________________________________
> 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: Battle Of The Iethernet Cards
   ` Alex Snow
     ` Rejean Proulx
@    ` Luke Davis
  1 sibling, 0 replies; 14+ messages in thread
From: Luke Davis @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.; +Cc: Rejean Proulx

That still doesn't effect regular traffic, other than mail and web.  For
example, originating outgoing traffic.

What about some sort of default route arrangement?

Luke

On Fri, 31 Oct 2003, Alex Snow wrote:

> You should set a listen directive in your httpd.conf file and relitave
> directive in your exim.conf file.
> for apache this should look like listen 192.168.0.1 replacing the ip
> with that of the interface you want apache to use.
> On Fri, Oct 31, 2003
> at 11:49:36AM -0500, Rejean Proulx wrote:
> > I have 2 Lan cards in my Linux machine.  each card is connected to a subnet
> > that has a high speed modem.  Apache and Exim seems to share these 2 network
> > cards.  I want to tell my machine that I only want Wan or external
> > communications to go through one of the cards.  The other card is for local
> > file sharing only, at least as far as Linux is concerned.  The other high
> > speed modem is for the Windows machines.  How do I do this?  For now, I had
> > to disconnect a card, so now I can't get at Linux using Samba with half my
> > network.  I need to control the fact that although I have 2 modems, I only
> > want Linux to use one of them.
> >
> >  Rejean Proulx
> > Visit my family at http://interfree.ca
> > MSN is: rejp@rogers.com
> > Ham License VA3REJ
> >
> >
> > _______________________________________________
> > 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: Battle Of The Iethernet Cards
           ` Geoff Shang
             ` Rejean Proulx
@            ` Luke Davis
  1 sibling, 0 replies; 14+ messages in thread
From: Luke Davis @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

On Sat, 1 Nov 2003, Geoff Shang wrote:

> Not sure if I'm clear on your setup, but wouldn't a routing table clear up
> this issue?  Type the commmand:
> route -n
> and show us the output.

That's kind of what I was thinking.  It should be possible to set the
default route, to work through the cablemodem router, and set only what
ever private class C is desired, over the other card, and only that class
C.
Then, run Samba, listening only to the class C interface, and all other
services listening to all interfaces, but only originating connections on
the cable modem router interface.

There are ways to forse all of this with iptables, but I would personally
consider that a cluge.

> Of course, unless you really needed your machines to use different internet
> connections, you could just have your linux machine connected to the net

If you run a big network, with many machines, and more than one server,
his setup actually does make some sense.  The windows segments use one
highspeed conection, with their services, and the Linux side uses its
highspeed connection, with its services.
Depending upon your available connection speeds, this can be understood as
valuable, although with a slight dubious factor.
However, knowing various things about his setup, it does make sense.

> and do IP masquerading for the other boxes.

Note: when dealing with always-on connections, it qualifies as NAT.
masquerading applies only to temporary (usually dialup) PPP connections.

Luke


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Battle Of The Iethernet Cards
             ` Rejean Proulx
@              ` Luke Davis
                 ` Rejean Proulx
  0 siblings, 1 reply; 14+ messages in thread
From: Luke Davis @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

A form of source-NAT, or many-one NAT, for PPP, or temporary, connections.


On Sat, 1 Nov 2003, Rejean Proulx wrote:

> What is IP masquerading?
>
>  Rejean Proulx
> Visit my family at http://interfree.ca
> MSN is: rejp@rogers.com
> Ham License VA3REJ
>
> ----- Original Message -----
> From: "Geoff Shang" <gshang@uq.net.au>
> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
> Sent: Saturday, November 01, 2003 8:28 AM
> Subject: Re: Battle Of The Iethernet Cards
>
>
> > Hi:
> >
> > Not sure if I'm clear on your setup, but wouldn't a routing table clear up
> > this issue?  Type the commmand:
> >
> > route -n
> >
> > and show us the output.
> >
> > Of course, unless you really needed your machines to use different
> internet
> > connections, you could just have your linux machine connected to the net
> > and do IP masquerading for the other boxes.
> >
> > Geoff.
> >
> >
> >
> > _______________________________________________
> > 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: Battle Of The Iethernet Cards
               ` Luke Davis
@                ` Rejean Proulx
  0 siblings, 0 replies; 14+ messages in thread
From: Rejean Proulx @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

I will give you a call.  This is above my networking knowledge.

 Rejean Proulx
Visit my family at http://interfree.ca
MSN is: rejp@rogers.com
Ham License VA3REJ

----- Original Message ----- 
From: "Luke Davis" <ldavis@shellworld.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Saturday, November 01, 2003 3:43 PM
Subject: Re: Battle Of The Iethernet Cards


> A form of source-NAT, or many-one NAT, for PPP, or temporary, connections.
>
>
> On Sat, 1 Nov 2003, Rejean Proulx wrote:
>
> > What is IP masquerading?
> >
> >  Rejean Proulx
> > Visit my family at http://interfree.ca
> > MSN is: rejp@rogers.com
> > Ham License VA3REJ
> >
> > ----- Original Message -----
> > From: "Geoff Shang" <gshang@uq.net.au>
> > To: "Speakup is a screen review system for Linux."
<speakup@braille.uwo.ca>
> > Sent: Saturday, November 01, 2003 8:28 AM
> > Subject: Re: Battle Of The Iethernet Cards
> >
> >
> > > Hi:
> > >
> > > Not sure if I'm clear on your setup, but wouldn't a routing table
clear up
> > > this issue?  Type the commmand:
> > >
> > > route -n
> > >
> > > and show us the output.
> > >
> > > Of course, unless you really needed your machines to use different
> > internet
> > > connections, you could just have your linux machine connected to the
net
> > > and do IP masquerading for the other boxes.
> > >
> > > Geoff.
> > >
> > >
> > >
> > > _______________________________________________
> > > 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

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 --
 Battle Of The Iethernet Cards Rejean Proulx
 ` Alex Snow
   ` Rejean Proulx
     ` Luke Davis
       ` Rejean Proulx
         ` Luke Davis
         ` Geoff Shang
           ` Rejean Proulx
             ` Luke Davis
               ` Rejean Proulx
           ` Luke Davis
   ` Luke Davis
 ` Joe Clever
 ` Allan Shaw

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).