Specialty Forums
Security and Virus
General Hardware
CPUs/Overclocking
Networking
Digital Photo/Video
Office Software
PC Gaming
Console Gaming
Programming
Database
Web Development
Digital Home

General Forums
Windows XP
Windows Vista
Windows 95/98
Windows Me
Windows NT
Windows 2000
Win Server 2008
Win Server 2003
Windows 3.1
Linux
PDAs
BeOS
Novell Netware
OpenVMS
Solaris
Disk Op. System
Unix
Mac
OS/2

Drivers
Driver Scan
Driver Forum

Software
Automatic Updates

BIOS Updates

My Computing.Net

Solution Center

Free IT eBook

Howtos

Site Search

Message Find

RSS Feeds

Install Guides

Data Recovery

About

Home
Reply to Message Icon Go to Main Page Icon

Setting Up Static Routes

Original Message
Name: Kay Tee Pren Tiss
Date: April 7, 2008 at 14:47:29 Pacific
Subject: Setting Up Static Routes
OS: Windows XP
CPU/Ram: ??
Model/Manufacturer: ??
Comment:
Theres this VPN software which can allow me to create a VPN with each other. Now, I am trying to bridge 2 NIC's and I came across this in the manual:

If you need to communicate with further computers located in the partners network, you have to set static IP routes. In order to do so advanced skills in administering Windows® networks are essential.

How do I set up static routes???????

Kute Punk Kay Pee Kay Tee Pren Tiss Kute Punk Kay Pee Kay Tee Pren Tiss


Report Offensive Message For Removal


Response Number 1
Name: wanderer
Date: April 7, 2008 at 15:37:48 Pacific
Subject: Setting Up Static Routes
Reply: (edit)
http://technet2.microsoft.com/windo...

Imagine the power of knowing how to internet search
http://www.lib.berkeley.edu/TeachingLib/Guides/Internet/FindInfo.html


Report Offensive Follow Up For Removal

Response Number 2
Name: Kay Tee Pren Tiss
Date: April 7, 2008 at 16:06:34 Pacific
Subject: Setting Up Static Routes
Reply: (edit)
This is for Windows Server 2003. What about if both my PC's are running Windows XP Professional?

Kute Punk Kay Pee Kay Tee Pren Tiss Kute Punk Kay Pee Kay Tee Pren Tiss


Report Offensive Follow Up For Removal

Response Number 3
Name: Curt R
Date: April 8, 2008 at 05:51:25 Pacific
Subject: Setting Up Static Routes
Reply: (edit)
Do some research on the route command available in a command prompt window. You should be able to add the route (or routes) you need to, even in XP.

Report Offensive Follow Up For Removal

Response Number 4
Name: computerprincess
Date: April 11, 2008 at 12:21:22 Pacific
Subject: Setting Up Static Routes
Reply: (edit)
Use of ip command
By using the ip command, you can setup static route. For example, to display current routing table you can type command:# ip route showOutput:

192.168.2.0/24 dev eth1 proto kernel scope link src 192.168.2.1
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.2
default via 192.168.1.254 dev eth0You can add static route using following command:
ip route add {NETWORK} via {IP} dev {DEVICE}
For example network 192.168.55.0/24 available via 192.168.1.254:# ip route add 192.168.55.0/24 via 192.168.1.254 dev eth1Alternatively, use old good route command:# route add -net 192.168.55.0 netmask 255.255.255.0 gw 192.168.1.254 dev eth1The drawback of 'ip' or 'route' command is that, when Linux reboots it will forget static routes. So store them in configuration file.


Red Hat/Fedora Linux Static route file
# cat /etc/sysconfig/network-scripts/route-eth0Output:

GATEWAY0=192.168.1.254
NETMASK0=255.255.255.0
ADDRESS0=192.168.55.0

GATEWAY1=10.164.234.112
NETMASK1= 255.255.255.240
ADDRESS1=10.164.234.132


Debian Linux static routes file
# cat /etc/network/interfaceOutput:

auto eth0
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.254
up route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.2.1
down route del -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.2.1

i hope this didn't confuse you at all

Alysa East


Report Offensive Follow Up For Removal

Response Number 5
Name: Kay Tee Pren Tiss
Date: April 11, 2008 at 18:20:33 Pacific
Subject: Setting Up Static Routes
Reply: (edit)
Okay, I managed to set up a Windows 2000 Server system instead of a Windows XP Professional System.

Here is what I got:

Static
Route Configuration


IP
Addresses


Windows XP Side (Other Network)

Now, what do I need to type in the "static routing" to bridge the 10's network with the 192's network?

Kute Punk Kay Pee Kay Tee Pren Tiss Kute Punk Kay Pee Kay Tee Pren Tiss


Report Offensive Follow Up For Removal


Response Number 6
Name: Andi (by e1networks)
Date: April 14, 2008 at 21:23:36 Pacific
Subject: Setting Up Static Routes
Reply: (edit)
On W2K:
route add 192.168.8.0 mask 255.255.255.0 7.4.36.226

On XP
route add 10.2.0.0 mask 255.255.0.0 7.4.95.165

router-lab.com.au
cisco router lab 4 hire


Report Offensive Follow Up For Removal



Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: Setting Up Static Routes

Comments:

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 


Data Recovery Software




What is Primary DNS suffix.

Samsung 2010PR

Unable to RDP

Windows Updates

VGA Card in 386 clone - dip-switche


The information on Computing.Net is the opinions of its users. Such opinions may not be accurate and they are to be used at your own risk. Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE

All content ©1996-2007 Computing.Net, LLC