06-29-2016 05:11 AM - edited 03-08-2019 06:25 AM
Hello,
I want to allow multiple ip on Windows server using VLAN concept on Switch.
But I have problem with deciding scenerio which will be non-problematic.
I tried two network diagram for my scenerio but i am not sure which is best. So
please help me to suggest best network diagram from your side and explain also
denied network diagram ( why it Rejected) . If any changes need in network diagram,
do from your end. Please see the attached two network diagram ( diag01.jpg, diag02.jpg).
Question1 = PC1 (172.25.20.10) can ping/access Laptop1 three ip ( 172.25.17.5, 172.25.18.5, 172.25.19.5)
Question2 = Laptop1 ( 172.25.17.5, 172.25.18.5, 172.25.19.5) can ping/access PC1 (172.25.20.10) through three ip's.
KS
06-29-2016 07:04 AM
Nobody showing interest in my problem but I am in trouble. It is high priority task for me.
06-30-2016 04:46 AM
For 3 different subnets, some choices...
1. Use multiple NIC cards; one per subnet
2. Run VMWare on the server - and configure a trunk from the VMWare server to the switch. It does allow you to configure a trunk with multiple subnets.
3. It may be possible to run a trunk without VMWare - but I have never come across it. Trunking implies there is a way to set up the Ethernet card with VLAN tagging.
It looks like Windows server 2012 does have VLAN capability - basically what you do is set up Teaming capability on the NIC card, then underneath that set up vlans; THEN you add the IP address to the appropriate VLAN interface within the teaming interface.
06-30-2016 05:52 PM
Using multiple NIC's still wont resolve the routing table issue.
When it comes to Windows, you only want to use IP addresses in the same subnet - unless you enjoy pain and things breaking intermittently.
06-30-2016 06:38 PM
Yes, I guess questions are
- is there a REASON to have multiple IP addresses, particularly on one NIC card; If it's a web server, it's STILL better to differentiate with URL headers.
- Why do they have to be in different subnets?
06-30-2016 02:59 AM
You can give the Windows server three different IP addresses from the same subnet in the one VLAN1, but not in different VLANS. The windows server will not be able to handle the routing.
You need to come up with a different solution to your problem.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide