I just installed server 2008 r2 and cannot get it to route between 2 subnets using rras. Firewall are turned off, tried using rip and static route but will not work. here my config.
I appreciate any help.
Network 1 - 192.168.9.70 - 255.255.255.0 - 192.168.9.1
network 2 - 192.168.1.140 - 255.255.255.0 192.168.1.253 \
route print results
Windows IP Configuration
Host Name . . . . . . . . . . . . : CTS-JC
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) 82567LM-3 Gigabit Network Connec
tion
Physical Address. . . . . . . . . : B8-AC-6F-82-EC-18
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.1.140(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.253
NetBIOS over Tcpip. . . . . . . . : Enabled
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8169/8110 Family PCI Gigabit E
thernet NIC (NDIS 6.20)
Physical Address. . . . . . . . . : 00-1A-70-11-BC-9F
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.9.70(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.9.1
NetBIOS over Tcpip. . . . . . . . : Enabled
Tunnel adapter isatap.{EE506748-D8B6-408F-8640-3380C37F6A2D}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter isatap.{37DB4F06-DD9F-4D83-A903-60C747D1C6A4}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter Teredo Tunneling Pseudo-Interface:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
C:\Users\jlabitag>route print
===========================================================================
Interface List
11...b8 ac 6f 82 ec 18 ......Intel(R) 82567LM-3 Gigabit Network Connection
13...00 1a 70 11 bc 9f ......Realtek RTL8169/8110 Family PCI Gigabit Ethernet N
IC (NDIS 6.20)
1...........................Software Loopback Interface 1
12...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
14...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
15...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
===========================================================================
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.253 192.168.1.140 266
0.0.0.0 0.0.0.0 192.168.9.1 192.168.9.70 266
127.0.0.0 255.0.0.0 On-link 127.0.0.1 306
127.0.0.1 255.255.255.255 On-link 127.0.0.1 306
127.255.255.255 255.255.255.255 On-link 127.0.0.1 306
192.168.1.0 255.255.255.0 On-link 192.168.1.140 266
192.168.1.0 255.255.255.0 192.168.1.140 192.168.9.70 266
192.168.1.140 255.255.255.255 On-link 192.168.1.140 266
192.168.1.255 255.255.255.255 On-link 192.168.1.140 266
192.168.9.0 255.255.255.0 On-link 192.168.9.70 266
192.168.9.0 255.255.255.0 192.168.9.70 192.168.1.140 266
192.168.9.70 255.255.255.255 On-link 192.168.9.70 266
192.168.9.255 255.255.255.255 On-link 192.168.9.70 266
224.0.0.0 240.0.0.0 On-link 127.0.0.1 306
224.0.0.0 240.0.0.0 On-link 192.168.1.140 266
224.0.0.0 240.0.0.0 On-link 192.168.9.70 266
255.255.255.255 255.255.255.255 On-link 127.0.0.1 306
255.255.255.255 255.255.255.255 On-link 192.168.1.140 266
255.255.255.255 255.255.255.255 On-link 192.168.9.70 266
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
0.0.0.0 0.0.0.0 192.168.1.253 Default
0.0.0.0 0.0.0.0 192.168.9.1 Default
===========================================================================
IPv6 Route Table
===========================================================================
Active Routes:
If Metric Network Destination Gateway
1 306 ::1/128 On-link
1 306 ff00::/8 On-link
===========================================================================
Persistent Routes:
None
C:\Users\jlabitag>