Problems:
1. The Server is not a "router",...it is a server. So if it receives a
packet for a particular IP# it owns,...but receives it on the *wrong* Nic it
may not it may not "route" the packet across from one interface to the
other. I'm not positive about that because I would pretty much never do it
and would never create this kind of situation.
2. The Cisco switch,...if it is only a Switch,...is *NOT* a router and
cannot route packets anywhere. Just because you can create VLans on the
Switch does not mean the Switch has the correct routing functionality to do
this. If it has the routing ability it will be called specifically a Layer3
Switch, which means it is a Router and a Switch built into the same piece of
hardware. If that is true then you would call it a Switch when refering to
its Layer2 abilities and call it a Router when refering to its routing
abilties,...in other words treat it like it was two separate devices even
though it isn't. This way people will know what you are actually meaning.
Anyway,...if it is a Layer3 Switch, then it needs a Static Route added to it
so that is "knows" where the 172.30.7.0 network is located. It will use the
other interface of the server as the "gateway". So it would look like this:
Network ID: 172.30.7.0
Mask: 255.255.255.0
Gateway: 172.16.0.63
Metric: <leave alone>
Then all the Clients on both networks (172.16.0.0 & 172.30.7.0) will have to
use the Layer3 Switch as their Default Gateway. Depending on the LAN
Design, things can get ugly really fast with making it work,...which usually
happens when people refuse to listen to me on this subject,....which happens
way too often. :-)
--
Phillip Windell
www.wandtv.com
The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------
"Gilbert" <(E-Mail Removed)> wrote in message
news

DA20D1A-8001-47E8-8F28-(E-Mail Removed)...
>I did a TRACERT and it stops at the switch/router. I have a Cisco 6513
> switch that acts as the gateway and I have multiple VLANs configured on
> it.
>
> I also did a packet capture on the server itself and it does see the
> traffic
> coming from 172.31.6.5 but it's just not replying to it.
>> "Gilbert" <(E-Mail Removed)> wrote in message
>> news:4DA89CFC-5BD2-4DFC-9E48-(E-Mail Removed)...
>> >I have installed Windows Server 2008 x64 Enterprise edition and I setup
>> >2
>> > NICs on it. They're setup in different VLANs on a Cisco 6513 switch.
>> > Here's
>> > the config:
>> >
>> > 1st NIC
>> > 172.16.0.63
>> > 255.255.252.0
>> > 172.16.0.1 gateway
>> >
>> > 2nd NIC
>> >
>> > 172.30.7.15
>> > 255.255.255.0
>> > (no gateway setup)
>> >
>> > I cannot ping the IP address on the 2nd NIC 172.30.7.15 from any
>> > computer
>> > on
>> > the domain.
>> >
>> > I can ping the 1st NIC just fine. I can also ping the 2nd NIC from the
>> > switch itself but not from any other computer in the network.