|
List Info
Thread: Dual port network cards
|
|
| Dual port network cards |

|
2006-12-20 18:03:33 |
Hello,
I have an Intel and a Compaq (with IBM & TLAN chips)
dual port
cards that I would like to use to build a split access
system.
Does anyone have experience with these cards? I am thinking
of
the following configuration:
isp1 eth0 -+----+- local eth2
| |
isp2 eth1 -+----+- dmz eth3
What are the drivers for these and how do we list them in
the
/etc/modules so that both the ports on a card are
identified.
Thanks for your input
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------------------------------------
------------
leaf-user mailing list: leaf-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/
|
|
| Dual port network cards |

|
2006-12-21 08:25:04 |
Hello,
> Hello,
>
>
> I have an Intel and a Compaq (with IBM & TLAN
chips) dual port
> cards that I would like to use to build a split access
system. Does anyone
> have experience with these cards? I am thinking of the
following
> configuration:
>
>
> isp1 eth0 -+----+- local eth2 | |
> isp2 eth1 -+----+- dmz eth3
>
> What are the drivers for these and how do we list them
in the
> /etc/modules so that both the ports on a card are
identified.
>
You have to identify the chipset to know which driver you
need...
If you just list the driver in /etc/modules, the driver will
identify all
ports on the card.
Eric
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------------------------------------
------------
leaf-user mailing list: leaf-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/
|
|
| Dual port network cards |

|
2006-12-21 15:17:32 |
> > I have an Intel and a Compaq (with IBM & TLAN
chips) dual port
> > cards that I would like to use to build a split
access system. Does anyone
> > have experience with these cards? I am thinking of
the following
> > configuration:
> >
> >
> > isp1 eth0 -+----+- local eth2 | |
> > isp2 eth1 -+----+- dmz eth3
> >
> > What are the drivers for these and how do we list
them in the
> > /etc/modules so that both the ports on a card are
identified.
> >
> You have to identify the chipset to know which driver
you need...
> If you just list the driver in /etc/modules, the driver
will identify all
> ports on the card.
>
> Eric
Thanks Eric for your response.
I am using the latest release (Bering-uClibc_3.0-rc1) and as
it
turnes out, that it is fairly easy to have the duals ports
setup.
All that I had to do is identify the drive and list it in
the
/etc/modules file and the system recognized all the ports.
My next step is to configure these for multi-isp and I am
trying
to use /etc/shorewall/providers file. I am getting the
following
error:
iptables: Unknown error -1
ERROR: Command "/sbin/iptables -t mangle -A PREROUTING
-m connmark
! --mark 0xFF -j CONNMARK --restore-mark --mask
0xFF" Failed
I have a feeling that either there is a misconfuration of
the shorewall
or the packaged shorewall (with bering-uclibc) does not
support the
above aspect. Any comments or help on what I could be doing
wrong?
Thanks
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------------------------------------
------------
leaf-user mailing list: leaf-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/
|
|
| Dual port network cards |

|
2006-12-21 15:36:51 |
Hi,
>
> Thanks Eric for your response.
>
>
> I am using the latest release (Bering-uClibc_3.0-rc1)
and as it
> turnes out, that it is fairly easy to have the duals
ports setup. All that
> I had to do is identify the drive and list it in the
> /etc/modules file and the system recognized all the
ports.
>
>
> My next step is to configure these for multi-isp and I
am trying
> to use /etc/shorewall/providers file. I am getting the
following error:
>
>
> iptables: Unknown error -1
> ERROR: Command "/sbin/iptables -t mangle -A
PREROUTING -m connmark
> ! --mark 0xFF -j CONNMARK --restore-mark --mask
0xFF" Failed
>
>
> I have a feeling that either there is a misconfuration
of the shorewall
> or the packaged shorewall (with bering-uclibc) does not
support the above
> aspect. Any comments or help on what I could be doing
wrong?
>
The base distro only contains the most common netfilter
modules. What you
need are the connmark modules which can be found in the
kernelmodules
tarball and copied to /lib/modules/ on the leaf system.
The module names are ipt_connmark.o and/or ipt_CONNMARK.o
> Thanks
>
>
Eric
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------------------------------------
------------
leaf-user mailing list: leaf-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/
|
|
| Dual port network cards |

|
2006-12-21 17:28:18 |
> > I am using the latest release
(Bering-uClibc_3.0-rc1) and as it
> > turnes out, that it is fairly easy to have the
duals ports setup. All that
> > I had to do is identify the drive and list it in
the
> > /etc/modules file and the system recognized all
the ports.
> >
> >
> > My next step is to configure these for multi-isp
and I am trying
> > to use /etc/shorewall/providers file. I am getting
the following error:
> >
> >
> > iptables: Unknown error -1
> > ERROR: Command "/sbin/iptables -t mangle -A
PREROUTING -m connmark
> > ! --mark 0xFF -j CONNMARK --restore-mark --mask
0xFF" Failed
> >
> >
> > I have a feeling that either there is a
misconfuration of the shorewall
> > or the packaged shorewall (with bering-uclibc)
does not support the above
> > aspect. Any comments or help on what I could be
doing wrong?
> >
> The base distro only contains the most common netfilter
modules. What you
> need are the connmark modules which can be found in the
kernelmodules
> tarball and copied to /lib/modules/ on the leaf system.
> The module names are ipt_connmark.o and/or
ipt_CONNMARK.o
>
Thanks Eric, those two modules did the trick. I copied them
over
and did an insmod and then did shorewall restart and the
error message
has gone away.
What is the best way to load these modules into the kernel
during
the boot time. I tried to list them in /etc/modules, but
they didn't
get loaded.
Thanks
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------------------------------------
------------
leaf-user mailing list: leaf-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/
|
|
| Dual port network cards |

|
2006-12-21 17:48:21 |
Quoting imap adari.net:
>
> > > I am using the latest release
(Bering-uClibc_3.0-rc1) and as it
> > > turnes out, that it is fairly easy to have
the duals ports setup. All
> that
> > > I had to do is identify the drive and list it
in the
> > > /etc/modules file and the system recognized
all the ports.
> > >
> > >
> > > My next step is to configure these for
multi-isp and I am trying
> > > to use /etc/shorewall/providers file. I am
getting the following error:
> > >
> > >
> > > iptables: Unknown error -1
> > > ERROR: Command "/sbin/iptables -t mangle
-A PREROUTING -m connmark
> > > ! --mark 0xFF -j CONNMARK --restore-mark
--mask 0xFF" Failed
> > >
> > >
> > > I have a feeling that either there is a
misconfuration of the shorewall
> > > or the packaged shorewall (with
bering-uclibc) does not support the
> above
> > > aspect. Any comments or help on what I could
be doing wrong?
> > >
> > The base distro only contains the most common
netfilter modules. What you
> > need are the connmark modules which can be found
in the kernelmodules
> > tarball and copied to /lib/modules/ on the leaf
system.
> > The module names are ipt_connmark.o and/or
ipt_CONNMARK.o
> >
>
> Thanks Eric, those two modules did the trick. I copied
them over
> and did an insmod and then did shorewall restart and
the error message
> has gone away.
>
> What is the best way to load these modules into the
kernel during
> the boot time. I tried to list them in /etc/modules,
but they didn't
> get loaded.
>
> Thanks
>
I just want to update. I changed the order of listing the
above modules
in /etc/modules, ie instead of listing them at the begining
of the
netfilter modules, listed them at the end and they got
loaded.
Thanks
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------------------------------------
------------
leaf-user mailing list: leaf-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/
|
|
| Dual port network cards |

|
2006-12-21 20:45:20 |
Hi,
>
>Thanks Eric, those two modules did the trick. I copied
them over
>and did an insmod and then did shorewall restart and the
error message
>has gone away.
>
>What is the best way to load these modules into the
kernel during
>the boot time. I tried to list them in /etc/modules, but
they didn't
>get loaded.
>
You should list them below the other netfilter modules in
/etc/modules,
that should be enough to get them loaded during boottime.
Eric
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------------------------------------
------------
leaf-user mailing list: leaf-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/
|
|
| Dual port network cards |

|
2006-12-21 20:47:18 |
Hi,
>I just want to update. I changed the order of listing
the above modules
>in /etc/modules, ie instead of listing them at the
begining of the
>netfilter modules, listed them at the end and they got
loaded.
>
I just replied to the previous mail before reading this one.
Glad you
got it working.
Eric
>Thanks
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------------------------------------
------------
leaf-user mailing list: leaf-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/
|
|
[1-8]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|