Still not got it. I can't see how to bind a static route to the incoming WAN
interface and it does seem to do it automaically.
What I am trying and failing to acheive is:
Lan 1 - SBS2003(IP 192.168.27.2) --- RRAS Server 2003 (IP 192.168.27.3 -
203.52.143.33) - ADSL router (IP 203.52.143.36)
Lan 2 - SBS2003 (IP 192.168.28.136 default gateway for the rest of this
lan) --- ADSL Router (IP 192.168.28.254)
I want Lan 2 to initate a demand dial interface to Lan 1 and for all
machines on both Lan's to be able to see each other.
I created a DD on Lan 2 and was prompted to create a Static route which I
did to 192.168.27.0 255.255.255.0.
When I bring the link up the routing table Lan 2 looks like this
IPv4 Route Table
================================================== =========================
Interface List
0x1 ........................... MS TCP Loopback interface
0x10002 ...00 53 45 00 00 00 ...... WAN (PPP/SLIP) Interface
0x10003 ...02 60 08 42 13 7b ...... MAC Bridge Miniport
0x70005 ...00 0f ea 4f 62 ec ...... Realtek RTL8169/8110 Family Gigabit
Ethernet
NIC
0x90007 ...00 53 45 00 00 00 ...... WAN (PPP/SLIP) Interface
================================================== =========================
================================================== =========================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.28.254 192.168.28.136 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
165.228.3.129 255.255.255.255 192.168.28.254 192.168.28.136 20
169.254.136.43 255.255.255.255 127.0.0.1 127.0.0.1 50
192.168.27.0 255.255.255.0 0.0.0.0 192.168.28.22 1
192.168.27.0 255.255.255.0 192.168.28.2 192.168.28.22 1
192.168.28.0 255.255.255.0 192.168.28.136 192.168.28.136 20
192.168.28.2 255.255.255.255 192.168.28.22 192.168.28.22 1
192.168.28.22 255.255.255.255 127.0.0.1 127.0.0.1 50
192.168.28.136 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.28.255 255.255.255.255 192.168.28.22 192.168.28.22 50
192.168.28.255 255.255.255.255 192.168.28.136 192.168.28.136 20
224.0.0.0 240.0.0.0 192.168.28.22 192.168.28.22 50
224.0.0.0 240.0.0.0 192.168.28.136 192.168.28.136 20
255.255.255.255 255.255.255.255 192.168.28.22 192.168.28.22 1
255.255.255.255 255.255.255.255 192.168.28.22 10003 1
255.255.255.255 255.255.255.255 192.168.28.136 192.168.28.136 1
Default Gateway: 192.168.28.254
================================================== =========================
Persistent Routes:
None
This server can see all of Lan 1
On Lan 2 RRAS says I have a route to Lan 1
Destination,Network mask,Gateway,Interface,Metric,Protocol
0.0.0.0,0.0.0.0,203.52.143.33,Internet Connection ,20,Network management
127.0.0.0,255.0.0.0,127.0.0.1,Loopback,1,Local
127.0.0.1,255.255.255.255,127.0.0.1,Loopback,1,Loc al
192.168.27.0,255.255.255.0,192.168.27.3,Local Area Connection,10,Local
192.168.27.3,255.255.255.255,127.0.0.1,Loopback,10 ,Local
192.168.27.255,255.255.255.255,192.168.27.3,Local Area Connection,10,Local
192.168.28.0,255.255.255.0,192.168.28.2,Internal,1 ,Network management
192.168.28.2,255.255.255.255,127.0.0.1,Loopback,50 ,Local
192.168.28.22,255.255.255.255,192.168.28.2,Interna l,1,Network management
203.52.143.32,255.255.255.248,203.52.143.36,Intern et Connection ,20,Local
203.52.143.36,255.255.255.255,127.0.0.1,Loopback,2 0,Local
203.52.143.255,255.255.255.255,203.52.143.36,Inter net Connection ,20,Local
220.240.235.41,255.255.255.255,203.52.143.33,Inter net Connection ,20,Network
management
224.0.0.0,240.0.0.0,203.52.143.36,Internet Connection ,20,Local
224.0.0.0,240.0.0.0,192.168.27.3,Local Area Connection,10,Local
255.255.255.255,255.255.255.255,203.52.143.36,Inte rnet Connection ,1,Local
255.255.255.255,255.255.255.255,192.168.27.3,Local Area Connection,1,Local
But Netstat -nr dosn't report it and the only ip address on Lan 2 I can ping
is that of the VPN end point
Any pointers would be appreciated.
TIA
PS. I found one article that suggested a VPN server with a single NIC may
not route under some conditions. Might this be my issue?