Hi
I have one strange problem with routing. We changed network components in one of our company. In previous time there was one FW, what was carry about internet access and VPN too (10.26.1.254). We splited it to 2 devices. First one is software one and is used for internet access (10.26.1.251) and second one is hardware device what is VPN gateway (10.26.1.254).
I have problem with routing (I think)
If assigned to any PC or server default gateway to one of this two devices. This direction is working correctly. When I tried to use static routing to different one, I can use route cmd to modify routing table, but routing is not running.
Exactly:
I have one server 10.26.1.4 with GW 10.26.1.251.
routing table:
C:\Documents and Settings\administrator.BMR
O1DOM>rout
e print
IPv4 Route Table
==========================
==========
==========
==========
==========
=========
Interface List
0x1 ..........................
. MS TCP Loopback interface
0x10003 ...00 15 60 0b d6 dc ...... HP NC7761 Gigabit Server Adapter
==========================
==========
==========
==========
==========
=========
==========================
==========
==========
==========
==========
=========
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.26.1.251 10.26.1.4 1
10.26.1.0 255.255.255.0 10.26.1.4 10.26.1.4 1
10.26.1.4 255.255.255.255 127.0.0.1 127.0.0.1 1
10.255.255.255 255.255.255.255 10.26.1.4 10.26.1.4 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
224.0.0.0 240.0.0.0 10.26.1.4 10.26.1.4 1
255.255.255.255 255.255.255.255 10.26.1.4 10.26.1.4 1
Default Gateway: 10.26.1.251
==========================
==========
==========
==========
==========
=========
Persistent Routes:
None
I added manually static route:
route add 10.26.3.0 10.26.1.254
checked it and it was correct.
So I tried to ping PC 10.26.3.1 no response
I tried to ping PC 10.26.1.254 it is OK.
I tried to use tracert 10.26.3.1 and there are stars in first line too.
So I deleted static route from table and change (just for testing ) GW to 10.26.1.254
I can ping 10.26.3.1 and tracert is working correctly. But,
I create static route in oposite way (external IP through 10.26.1.251) and result is same.
I tried it from 3 different machine with 2K server, 2k3 server, XP. Same.
Could anyone help me?
Thanks Daniel
Start Free Trial