Networking Forums

Networking Forums > Computer Networking > Linux Networking > Configuring router with multiple subnetworks on same physical port

Reply
Thread Tools Display Modes

Configuring router with multiple subnetworks on same physical port

 
 
Jane
Guest
Posts: n/a

 
      10-13-2008, 07:46 PM
I need to configure a large scale network.
The network includes Layer 2 networks, with routers in between.
There are two types of data source, each generates a different type of
data. data.
For security reasons, I would like to differentiate the traffics on
the layer 3 level.
I would like each of the of the sources to use a different layer 3
subnet.
The question is can I configure a router's port to carry two
different

Thanks,
Jane
 
Reply With Quote
 
 
 
 
John Oliver
Guest
Posts: n/a

 
      10-13-2008, 07:58 PM
On Mon, 13 Oct 2008 12:46:59 -0700 (PDT), Jane wrote:
> I need to configure a large scale network.
> The network includes Layer 2 networks, with routers in between.
> There are two types of data source, each generates a different type of
> data. data.
> For security reasons, I would like to differentiate the traffics on
> the layer 3 level.
> I would like each of the of the sources to use a different layer 3
> subnet.
> The question is can I configure a router's port to carry two
> different


Two different... what?

--
* John Oliver http://www.john-oliver.net/ *
 
Reply With Quote
 
Jane
Guest
Posts: n/a

 
      10-13-2008, 11:09 PM
On Oct 13, 10:44*pm, Allen Kistler <ackist...@oohay.moc> wrote:
> John Oliver wrote:
> > On Mon, 13 Oct 2008 12:46:59 -0700 (PDT), Jane wrote:
> >> I need to configure a large scale network.
> >> The network includes Layer 2 networks, with routers in between.
> >> There are two types of data source, each generates a different type of
> >> data. data.
> >> For security reasons, I would like to differentiate the traffics on
> >> the layer 3 level.
> >> I would like each of the of the sources to use a different layer 3
> >> subnet.
> >> The question is can I configure a router's port to carry two
> >> different

>
> > Two different... what?

>
> Probably subnets.
>
> The answer is maybe. *They have to be non-overlapping, of course.
> But the features of the router depend on the


Thanks for the answer.
Here is a sketch of the what I need.
Can you tell what servers may support it, and/or where can I find any
documentation of such configuration?

host 1 - type A: -----------------
IP 10.10.10.2 |
subnet: 255.255.255.0 |
L2 Switch --
| |
host 2 - type B: -----------------| |
IP 20.20.20.3 |
subnet: 255.255.255.0 |
R
host 3 - type A: ----------------- |
IP 10.10.11.3 | |
subnet: 255.255.255.0 | |
L2 Switch --
|
host 2 - type B: -----------------|
IP 20.20.21.3
subnet: 255.255.255.0

Thanks,
Jane


 
Reply With Quote
 
Allen Kistler
Guest
Posts: n/a

 
      10-14-2008, 01:17 AM
Jane wrote:
> On Oct 13, 10:44 pm, Allen Kistler <ackist...@oohay.moc> wrote:
>> John Oliver wrote:
>>> On Mon, 13 Oct 2008 12:46:59 -0700 (PDT), Jane wrote:
>>>> I need to configure a large scale network.
>>>> The network includes Layer 2 networks, with routers in between.
>>>> There are two types of data source, each generates a different type of
>>>> data. data.
>>>> For security reasons, I would like to differentiate the traffics on
>>>> the layer 3 level.
>>>> I would like each of the of the sources to use a different layer 3
>>>> subnet.
>>>> The question is can I configure a router's port to carry two
>>>> different
>>> Two different... what?

>> Probably subnets.
>>
>> The answer is maybe. They have to be non-overlapping, of course.
>> But the features of the router depend on the

>
> Thanks for the answer.
> Here is a sketch of the what I need.
> Can you tell what servers may support it, and/or where can I find any
> documentation of such configuration?
>
> [snip]


It's not a question of the servers (or Linux or Windows or DOS or OS/400
or whatever). It's a question of the network itself, independent of OS.

Generally you'd put the different subnets on different vlans. That's a
switch thing and a router thing, not a server thing or a Linux thing.
You don't have to do it that way, but that's the usual way. There are
reasons for it.

Then you'd define multiple IP addresses on the router interfaces.
Alternatively you'd trunk the switches into the router and define
multiple virtual interfaces on the router.

Again, none of that has anything to do with the servers and the OS. It
depends solely on the capabilities of your switches and routers. If
you're really designing a "large scale network," then you (specifically
you) need to find someone (a local person, not a newsgroup) who knows
your brand of switches and routers. At the very least you should ask
your questions in comp.dcom.*, since that's where discussions on Cisco,
Nortel/Motorola, Extreme, etc., take place.

HTH
 
Reply With Quote
 
David Schwartz
Guest
Posts: n/a

 
      10-14-2008, 03:17 AM
On Oct 13, 12:46*pm, Jane <yael.luz.hal...@gmail.com> wrote:

> I need to configure a large scale network.
> The network includes Layer 2 networks, with routers in between.
> There are two types of data source, each generates a different type of
> data. data.
> For security reasons, I would like to differentiate the traffics on
> the layer 3 level.
> I would like each of the of the sources to use a different layer 3
> subnet.
> The question is can I configure a router's port to carry two
> different


Layer 3 differentiation doesn't provide any security. Come up with a
sensible design, ideally by employing someone with experience in
designing large scale networks.

DS
 
Reply With Quote
 
Burkhard Ott
Guest
Posts: n/a

 
      10-14-2008, 06:02 AM
Am Mon, 13 Oct 2008 12:46:59 -0700 schrieb Jane:


> I would like each of the of the sources to use a different layer 3
> subnet.
> The question is can I configure a router's port to carry two
> different
>
> Thanks,
> Jane


vlan is a better choice
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
multiple WAPs - physical proximity P.Schuman Wireless Internet 1 04-13-2008 07:04 PM
Configuring WRT54 as a switch (configure WAN port as a LAN port) Phil Wireless Internet 2 11-16-2005 01:04 AM
Configuring Multiple IP Addresses? MS Wireless Networks 6 10-09-2005 01:19 AM
Configuring Multiple NICs David B Windows Networking 6 05-18-2005 08:13 PM
configuring Multiple network cards Siddharth S Malu Linux Networking 2 11-27-2003 06:00 PM



1 2 3 4 5 6 7 8 9 10 11