Static routing problem

G

Guest

I am getting these results from a trace, and i dont really understand why.
Has anyone come across this before or know what it means?

C:\Documents and Settings\Administrator>tracert 10.0.3.1

Tracing route to 10.0.3.1 over a maximum of 30 hops

1 <10 ms <10 ms 16 ms SILVERLZEUS [10.0.1.6]
2 <10 ms <10 ms <10 ms host217-45-127-110.in-addr.btopenworld.com
[217
45.127.110]
3 * * * Request timed out.
4 * * * Request timed out.
5 * * * Request timed out.
6 * * * Request timed out.
7 * * * Request timed out.
8 * * * Request timed out.
9 ^C
C:\Documents and Settings\Administrator>

217.45.127.110 is the wan ip address of a draytek VPN router
the internal ip address of the draytek VPN router is 192.168.2.254, and
10.0.1.6 is supposed to forward all traffic destined for 10.0.3.0 onto the
draytek router then to remote destination. I think I have an error in my
routing tables, but im not sure where. Can anybody help me?
 
G

Guest

This is my route table. The internal network (10.0.1.0)is behind an ISA
server which is 10.0.1.1. Packets that hit this network card from internal
are forwarded to a windows 2000 router which forwards to the draytek router
on 192.168.2.254. The remote subnets are on 10.0.5.0 and 10.0.3.0. I can
reach from windows 2000 server router, but not from ISA server. I dont think
the servers are configured properly. Can you help me please. I dont know
what else to so.

Thanks
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 10 5a 69 43 68 ...... 3Com EtherLink PCI
0x1000004 ...00 e0 18 03 c3 64 ...... Intel 8255x-based Integrated Fast Ethe

0x1000005 ...00 04 76 14 40 ef ...... 3Com 3C90x Ethernet Adapter
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.2.254 192.168.2.3 1
10.0.1.0 255.255.255.0 10.0.1.1 10.0.1.6 1
10.0.1.6 255.255.255.255 127.0.0.1 127.0.0.1 1
10.0.3.0 255.255.255.0 192.168.2.254 192.168.2.3 1
10.0.5.0 255.255.255.0 192.168.2.254 192.168.2.3 1
10.255.255.255 255.255.255.255 10.0.1.6 10.0.1.6 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.1.0 255.255.255.0 192.168.1.3 192.168.1.3 1
192.168.1.3 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.1.255 255.255.255.255 192.168.1.3 192.168.1.3 1
192.168.2.0 255.255.255.0 192.168.2.3 192.168.2.3 1
192.168.2.3 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.2.254 255.255.255.255 10.0.1.6 10.0.1.6 1
192.168.2.255 255.255.255.255 192.168.2.3 192.168.2.3 1
224.0.0.0 224.0.0.0 10.0.1.6 10.0.1.6 1
224.0.0.0 224.0.0.0 192.168.1.3 192.168.1.3 1
224.0.0.0 224.0.0.0 192.168.2.3 192.168.2.3 1
255.255.255.255 255.255.255.255 192.168.2.3 192.168.2.3 1
Default Gateway: 192.168.2.254
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
10.0.3.0 255.255.255.0 192.168.2.254 1
 
D

Dusty Harper {MS}

Looking at your two posts, I see your network like this:


.254 .3
..6 .1
[Draytek]------------------------------[
SilverLZeus]------------------------------[
ISA ]------------------------------
192.168.2.0 /24 | .3
10.0.1.0 /24
|
|
192.168.1.0 /24
|
|

The route table you provided is for the SilverZeus which looks fine.

You don't actually need this route though,
10.0.3.0 255.255.255.0 192.168.2.254 192.168.2.3 1
as it is covered by the default gateway.

On the Dratek, you need to have a route to 10.0.3.0. What does it's route
table look like?

Also don't forget that in order to route back the 10.0.3.0 network devices
need to have a route to reach network 192.168.2.0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top