Re: How to address hosts in dual ethernet networks?

2012-10-13 Thread Robert Latest
Thanks, Henning, and everybody else for helping out on this. I think I know what I have to do now. Regards, Robert -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CA

Re: How to address hosts in dual ethernet networks?

2012-10-04 Thread Joe
On Thu, 4 Oct 2012 17:01:13 +0200 Robert Latest wrote: > On Wed, Oct 3, 2012 at 7:45 PM, Henning Follmann > wrote: > > The network design at your place seems like a mess and the best > > advice I can give you is to clean that up BEFORE you do anything > > else. > > What's the mess? That the Int

Re: How to address hosts in dual ethernet networks?

2012-10-04 Thread Henning Follmann
On Thu, Oct 04, 2012 at 05:01:13PM +0200, Robert Latest wrote: > On Wed, Oct 3, 2012 at 7:45 PM, Henning Follmann > wrote: > > The network design at your place seems like a mess and the best advice > > I can give you is to clean that up BEFORE you do anything else. > > What's the mess? That the I

Re: How to address hosts in dual ethernet networks?

2012-10-04 Thread Robert Latest
On Wed, Oct 3, 2012 at 8:35 PM, lee wrote: > What if you actually do make your host a bridge that bridges the two > networks and let the Modbus devices get their addresses from the DHCP > server? Can't. My local "modbus" subnet must not be visible from the outside. Actually there are several pro

Re: How to address hosts in dual ethernet networks?

2012-10-04 Thread Robert Latest
On Wed, Oct 3, 2012 at 7:45 PM, Henning Follmann wrote: > The network design at your place seems like a mess and the best advice > I can give you is to clean that up BEFORE you do anything else. What's the mess? That the Intranet contains 192.168... addresses? Anyway, this is a big multinational

Re: How to address hosts in dual ethernet networks?

2012-10-03 Thread lee
Robert Latest writes: > Hello all, > > I'm planning on setting up a small linux PC in an industrial > environment. The PC will act as a bridge between a string of > Ethernet/Modbus devices and a database server. It will run a very > simple application that queries the Modbus devices and relays it

Re: How to address hosts in dual ethernet networks?

2012-10-03 Thread Henning Follmann
On Oct 2, 2012, at 3:07 PM, Robert Latest wrote: > Hello all, > > I'm planning on setting up a small linux PC in an industrial > environment. The PC will act as a bridge between a string of > Ethernet/Modbus devices and a database server. It will run a very > simple application that queries the

Re: How to address hosts in dual ethernet networks?

2012-10-02 Thread Jochen Spieker
Robert Latest: > > What I can't figure out is how to separate the IP address spaces in > this PC itself. There are plenty of 192.168 addresses in use in our > intranet, and it is quite possible that addresses will be used both in > the Intranet and in the Modbus space. That is a broken network de

Re: Dual ethernet cards

2001-03-18 Thread Michael P. Soulier
Funny, I'm using 2.2.12 in my firewall/router, and I didn't do anything special to get both NICs recognized. Mike On Sun, Mar 18, 2001 at 08:13:01PM -0800, Krzys Majewski wrote: > I've never seen the errors you describe, but I do run 2.2.17 on a > firewall/router with two NICs.

Re: Dual ethernet cards

2001-03-18 Thread Krzys Majewski
I've never seen the errors you describe, but I do run 2.2.17 on a firewall/router with two NICs. I accomplish this by passing the arguments ether=10,0x300,eth0 ether=3,0x280,eth1 to the kernel. -chris Steve Doerr <[EMAIL PROTECTED]> writes: > Hello. > I just rebuilt the 2.2.17 ke

Dual ethernet cards

2001-03-17 Thread Steve Doerr
Hello. I just rebuilt the 2.2.17 kernel for a firewall/router and got the following errors with my NIC's. /var/log/debug - eth0 no IPv6 routers present /var/log/dmesg - IP-Config: No network devices available lspci -vvb lists both cards and I added the appropriate "append=" line to lilo.conf. I

Re: Dual Ethernet Cards

2000-03-02 Thread Allan M. Wind
On 2000-03-02 07:35:01, Jason Laster wrote: > Any suggestions would be helpful. I haven't as of yet taken the old > card out to eliminate a conflict. The only thing that I had to do was create an alias per card: $ grep eth /etc/modutils/aliases alias eth0 3c59x alias eth1 3c59x Then `update-m

Re: Dual Ethernet Cards

2000-03-02 Thread Ralf Sinoradzki
Hi ! I don't know, if this will help you ... I had some problem with two ethernet cards. (100Mbit PCI and NE2000 ISA, but no tulip ...). Then I compiled the PCI card into the kernel and the ne2000 as module and everything was O.K. ciao, Ralf.

Dual Ethernet Cards

2000-03-02 Thread Jason Laster
I seem to be having trouble getting my second ethernet card to work. (Linksys that should use the tulip driver in a PCI slot). I have tried several different configurations of both cards (the other is a generic ISA NE2000) With the tulip driver listed in the conf.modules as eth0 I "modprobe eth0".

Re: Dual-ethernet

1999-11-22 Thread Oki DZ
John Pearson wrote: ... > Instead of using something like > # modprobe ne io=0x300 irq=10 > to install the module, use something like > # modprobe ne io=0x300,0x220 irq=10,11 > > This is necessary even with drivers that normally autprobe, as they > stop looking once they've found the first car

Re: Dual-ethernet

1999-11-20 Thread Onno
At 12:10 PM 11/19/99 +1030, John Pearson wrote: On Thu, Nov 18, 1999 at 03:25:00PM +0700, Oki DZ wrote > > Hi, > > I'm wondering whether it's possible to load ne.o module for a dual > ethernet machine. Can it be done? I have tried to load the same module > twice (with

Re: Dual-ethernet

1999-11-19 Thread Jean-Yves BARBIER
On Fri, Nov 19, 1999 at 09:19:57AM +0700, Oki DZ wrote: > I did that (append="ether=5,0x300,eth0 ether=10,0x320,eth1"), it > wouldn't boot. > I recall that boot options will not work for modules. Is this correct? I don't really know, since I only use modules for sound in my kernels. > If it is, t

Re: Dual-ethernet

1999-11-19 Thread John Pearson
On Thu, Nov 18, 1999 at 03:25:00PM +0700, Oki DZ wrote > > Hi, > > I'm wondering whether it's possible to load ne.o module for a dual > ethernet machine. Can it be done? I have tried to load the same module > twice (with different iobase's), but it wouldn

Re: Dual-ethernet

1999-11-19 Thread Oki DZ
Jean-Yves BARBIER wrote: > add an append line in you /etc/lilo.conf > read /usr/doc/HOWTO/BootPrompt.HOWTO I did that (append="ether=5,0x300,eth0 ether=10,0x320,eth1"), it wouldn't boot. I recall that boot options will not work for modules. Is this correct? If it is, the only way is to recompile

Re: Dual-ethernet

1999-11-19 Thread Jean-Yves BARBIER
On Thu, Nov 18, 1999 at 03:25:00PM +0700, Oki DZ wrote: > > Hi, > > I'm wondering whether it's possible to load ne.o module for a dual > ethernet machine. Can it be done? I have tried to load the same module > twice (with different iobase's), but it wouldn

Dual-ethernet

1999-11-19 Thread Oki DZ
Hi, I'm wondering whether it's possible to load ne.o module for a dual ethernet machine. Can it be done? I have tried to load the same module twice (with different iobase's), but it wouldn't work. Do I have to recompile the kernel for including the support for NE2K in it? TIA, Oki