M
M
maxgreengo2018-08-11 13:14:06
Computer networks
maxgreengo, 2018-08-11 13:14:06

How to configure traffic routing between network segments on VLAN(port-based)?

There is a network:
5b6eb4e3dc155812847293.png
Traffic segmentation is configured on switches 01-03.
The entire internal network uses static addresses 192.168.0.X/24.
The gateway for all PCs is MS 2003 ISA 2006 with address 192.168.0.1.
It is necessary to configure traffic routing between two PCs from different VLANs - 04 and 09.
I tried to add static routes on each side of the type:
route -p add PC1-VLAN04 mask 255.255.255.0 192.168.0.1 - on PC2 from VLAN 09
route -p add PC2-VLAN09 mask 255.255.255.0 192.168.0.1 - on PC1 from VLAN 04
No result.
I'm waiting for your help

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Denis, 2018-08-11
@notwrite

For each vlan a separate subnet and route to health

M
mikes, 2018-08-11
@mikes

If there is traffic segmentation, then why vlan?
Remove segmentation and do your own addressing in each vlan.

E
Eugene, 2018-08-12
@Eujene

In order for routing to occur, you need a router, which is not on your diagram. Or L3-switch, in routing mode.
Well, as mentioned above, you need to throw your own grid on each vlan. If you don't want to bother with network calculations, take as an example the following network scheme 192.168.nx/24, where n is the vlan number. And for God's sake, don't use Vlan1 :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question