route add command question

  • Thread starter Thread starter MemphisTD
  • Start date Start date
M

MemphisTD

Hi.
My question is route add command.
Is it possible
route add Destination_IP MASK SubMask_IP Location_Default_GW_IP
ex. route add 10.0.0.0 mask 255.0.0.0 %Current_Default_GW%
%Current_Defautl_GW% can be change depend of which route you connected to.
We do not have problem with Desktop User,
But, Problem for Mobile User.
Every Location, Default gateway is different.
Is there such a parameter?
 
Additional Information.
System Windows XP Pro
No, Domain Controller.
I would like to add route add command automatically.
before user logon. if it is possible.
otherwize, I will use batch file in Startup group.
Thank you.
 
Hi.
My question is route add command.
Is it possible
route add Destination_IP MASK SubMask_IP Location_Default_GW_IP
ex. route add 10.0.0.0 mask 255.0.0.0 %Current_Default_GW%
%Current_Defautl_GW% can be change depend of which route you
connected to.
We do not have problem with Desktop User,
But, Problem for Mobile User.
Every Location, Default gateway is different.
Is there such a parameter?

The default configuration should handle this naturally via DHCP.
Desktop and Laptop computers work the same way, so if your Mobile user
is having problems, it's probably in his TCP/IP configurations.
Make sure that in the TCP/IP configurations that it is set to get IP
address and DNS addresses from DHCP. Click the Advanced button and
make sure that no default gateways are specified.

HTH,
John
 
Thank you for quick post.
I'm sorry, I did not post enought information.

Satellite Offices (more than one location) are connected via VPN EndPoint
device to Main Office VPN EndPoint device.
Satellite Offices IPs are 192.168.XXX.XXX
I use LMhost and host file to help finding servers, but our trend micro
client soft would not see our trendmicro management server PC
untill I add "route add 10.0.0.0 mask 255.0.0.0 192.168.XXX.1" command.
Satellite Offices Desktop PCs are always connected to Trendmicro Server.
Is it possible to automatically pickup local Default Gateway for Route Add
Command.
Any information will help.
Thank you.
 
Back
Top