Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Networking > how to route through specific ip in Multiple IP on one NIC scenari

Reply
Thread Tools Display Modes

how to route through specific ip in Multiple IP on one NIC scenari

 
 
Valdas Adomaitis
Guest
Posts: n/a

 
      01-05-2010
Hello,

We have 2 VLANS:
VLAN 1 for switch management (192.168.1.0/24)
VLAN 2 for internal use (192.168.0.0/24)

There is a route made on a router (router is managed by another company)
that traffic from 192.168.0.240/32 (vlan2) would be routed to (vlan1)
192.168.1.0.

The purpose of this is that I could manage switches from any machine in my
production environment if i set the ip on it to 192.168.0.240.

I wanted to test if the route made on router by that other company is set
correctly. I connected to my server 192.168.0.250 and set an additional
static ip 192.168.0.240 - so that i could connect to switch management.
However outgoing connections are made from "primary" ip - 192.168.0.250.

i tried to add a static route on my server like that
route add 192.168.1.0 mask 255.255.255.0 192.168.0.240 metric 2

it accepts the input but route print command outputs:
192.168.1.0 255.255.255.0 192.168.0.250 192.168.0.250 2

so it disregards my wish that packets destined for 192.168.1.0 should
originate from 192.168.0.240 (additional static ip address)

Please advice


 
Reply With Quote
 
 
 
 
Phillip Windell
Guest
Posts: n/a

 
      01-05-2010
"Valdas Adomaitis" <> wrote in message
news:8A084AB9-20BC-4135-80D0-...
> so it disregards my wish that packets destined for 192.168.1.0 should
> originate from 192.168.0.240 (additional static ip address)


Exactly what it is supposed to do.

Secondary IP#s are used for incomming connections,...they are completetly
irrelevant with outbound connections. 90% of the time secondary IP#s on
regular LAN Hosts is pointless, and in some cases, simply a bad design, a
bad concept.

The *correct* approach is to choose one of these 2 options:

1. Have the "other company" change their device to allow *.250 instead of
*.240. If they are managing the router than that is what managing a router
means. If the config of the router needs to be changed to suit the
environment, then it is their job as "managers" of the router to perform it.

OR

2. Simply re-address your server to *.240 and forget it,...or use a
different machine in the first place that is already running on*.240.


--
Phillip Windell

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


 
Reply With Quote
 
Valdas Adomaitis
Guest
Posts: n/a

 
      01-06-2010
Thank you for your comment.

"Phillip Windell" wrote:

> "Valdas Adomaitis" <> wrote in message
> news:8A084AB9-20BC-4135-80D0-...
> > so it disregards my wish that packets destined for 192.168.1.0 should
> > originate from 192.168.0.240 (additional static ip address)

>
> Exactly what it is supposed to do.
>
> Secondary IP#s are used for incomming connections,...they are completetly
> irrelevant with outbound connections. 90% of the time secondary IP#s on
> regular LAN Hosts is pointless, and in some cases, simply a bad design, a
> bad concept.
>
> The *correct* approach is to choose one of these 2 options:
>
> 1. Have the "other company" change their device to allow *.250 instead of
> *.240. If they are managing the router than that is what managing a router
> means. If the config of the router needs to be changed to suit the
> environment, then it is their job as "managers" of the router to perform it.
>
> OR
>
> 2. Simply re-address your server to *.240 and forget it,...or use a
> different machine in the first place that is already running on*.240.
>
>
> --
> Phillip Windell
>
> The views expressed, are my own and not those of my employer, or Microsoft,
> or anyone else associated with me, including my cats.
> -----------------------------------------------------
>
>
> .
>

 
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
ActiveSync Won't Sync dherrstrom ActiveSync 8 01-15-2011 03:06 AM
Connected - but no Partnership Adena ActiveSync 10 09-17-2008 08:19 PM
Exchange Sync Issues Harry ActiveSync 0 08-24-2007 10:42 AM
Syncing error in Activesync Michael Kenny ActiveSync 4 01-25-2007 07:29 PM
85010014 error - resolved - ActiveSync Exchange Server Ryan Hardin ActiveSync 1 02-10-2006 04:07 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59