| Home | Register | Members | Search | Links |
![]() |
| Thread Tools | Display Modes |
|
|
|
| |
|
Robert L [MS-MVP]
Guest
Posts: n/a
|
Have you enabled the IP routing? posting the result of ipconfig /all here may help.
Bob Lin, MS-MVP, MCSE & CNE Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com "Geovanni" <(E-Mail Removed)> wrote in message news:8FC0FEAC-0E58-4130-B3F7-(E-Mail Removed)... Here is my Scenario: I have 3 nics in one windows 2003 SP1 enterprise server box: NIC1 10.10.0.10 Mask255.255.255.252 GW 10.10.0.9 ----> connected to 10.10.0.9 255.255.255.252 NIC 2 10.10.51.1 Mask 255.255.255.0 GW none set ----> connected to 10.10.51.x 255.255.255.0 (server subnet) NIC 3 10.10.52.1 Mask 255.255.255.0 GW none set ----> connected to 10.10.52.x 255.255.255.0 (PC subnet) From Subnet x.x.51.x I can ping x.x.0.10(NIC1), x.x.51.1 (NIC2), x.x.52.1 (NIC3) From Subnet x.x.52.x I can ping x.x.0.10(NIC1), x.x.51.1 (NIC2), x.x.52.1 (NIC3) From Subnet x.x.51.x I can ping all Devices on Subnet x.x.52.x, and the reverse I can ping from x.x.0.10 (NIC1) to x.x.0.9 Gateway I can ping from NIC1 to all devices behind x.x.0.9 I can NOT ping from subnets x.x.51.x and x.x.52.x to x.x.0.9 (NIC1 gateway) I can NOT ping from subnets x.x.51.x and x.x.52.x to devices behind x.x.0.9 I can NOT ping NIC 2 and NIC3 from devices behind x.x.0.9 I can ping NIC 1 from devices behind x.x.0.9 I have setup RRAS on the windows box containing all 3 NICs, here are the routes I have in place: Destination NetMask Gateway Interface 10.10.1.0 255.255.255.0 10.10.0.9 NIC 1(10.10.0.10) 10.10.2.0 255.255.255.0 10.10.0.9 NIC 1 Here is Route List: IPv4 Route Table ================================================== ========================= Interface List 0x1 ........................... MS TCP Loopback interface 0x10003 ...00 04 23 ad e6 c3 ...... Intel(R) PRO/1000 MT Dual Port Server Adapte r #2 0x10004 ...00 04 23 ad e6 c2 ...... Intel(R) PRO/1000 MT Dual Port Server Adapte r ================================================== ========================= ================================================== ========================= Active Routes: Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 10.10.0.9 10.10.0.10 1 10.10.0.8 255.255.255.252 10.10.0.10 10.10.0.10 1 10.10.0.10 255.255.255.255 127.0.0.1 127.0.0.1 1 10.10.1.0 255.255.255.0 10.10.0.9 10.10.0.10 1 10.10.2.0 255.255.255.0 10.10.0.10 10.10.0.10 1 10.10.51.0 255.255.255.0 10.10.51.1 10.10.51.1 10 10.10.51.1 255.255.255.255 127.0.0.1 127.0.0.1 10 10.255.255.255 255.255.255.255 10.10.0.10 10.10.0.10 1 10.255.255.255 255.255.255.255 10.10.51.1 10.10.51.1 10 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.10.0.10 10.10.0.10 1 224.0.0.0 240.0.0.0 10.10.51.1 10.10.51.1 10 255.255.255.255 255.255.255.255 10.10.0.10 10.10.0.10 1 255.255.255.255 255.255.255.255 10.10.51.1 10.10.51.1 1 Default Gateway: 10.10.0.9 ================================================== ========================= Persistent Routes: None |
|
|
|
|
|||
|
|||
|
Bill Grant
Guest
Posts: n/a
|
I suspect that this has nothing at all to do with the routes on the RRAS
server. Routing is a two-way process. You have set up routing to get traffic for 10.10.1.0 and 10.10.2.0 to the router at 10.0.0.9 . How about at the other end? What is the default route for the 10.10.1.0 and 10.10.2.0 subnets? You cannot ping 10.0.0.9 from your 10.10.5x.0 subnets because the default route of 10.0.0.9 will be in the other direction, not back to 10.10.0.10 . For this to work, the router at 10.0.0.9 would need routes to 10.10.51.0 and 10.10.52.0 via 10.10.0.10 . Geovanni wrote: > Here is my Scenario: > I have 3 nics in one windows 2003 SP1 enterprise server box: > NIC1 10.10.0.10 > Mask255.255.255.252 > GW 10.10.0.9 ----> connected to 10.10.0.9 255.255.255.252 > > NIC 2 10.10.51.1 > Mask 255.255.255.0 > GW none set ----> connected to 10.10.51.x 255.255.255.0 (server > subnet) > > NIC 3 10.10.52.1 > Mask 255.255.255.0 > GW none set ----> connected to 10.10.52.x 255.255.255.0 (PC subnet) > > From Subnet x.x.51.x I can ping x.x.0.10(NIC1), x.x.51.1 (NIC2), > x.x.52.1 (NIC3) > > From Subnet x.x.52.x I can ping x.x.0.10(NIC1), x.x.51.1 (NIC2), > x.x.52.1 (NIC3) > > From Subnet x.x.51.x I can ping all Devices on Subnet x.x.52.x, and > the reverse > > I can ping from x.x.0.10 (NIC1) to x.x.0.9 Gateway > > I can ping from NIC1 to all devices behind x.x.0.9 > > I can NOT ping from subnets x.x.51.x and x.x.52.x to x.x.0.9 (NIC1 > gateway) > > I can NOT ping from subnets x.x.51.x and x.x.52.x to devices behind > x.x.0.9 > > I can NOT ping NIC 2 and NIC3 from devices behind x.x.0.9 > > I can ping NIC 1 from devices behind x.x.0.9 > > I have setup RRAS on the windows box containing all 3 NICs, here are > the routes I have in place: > Destination NetMask Gateway Interface > 10.10.1.0 255.255.255.0 10.10.0.9 NIC 1(10.10.0.10) > 10.10.2.0 255.255.255.0 10.10.0.9 NIC 1 > > Here is Route List: > IPv4 Route Table > ================================================== ========================= > Interface List > 0x1 ........................... MS TCP Loopback interface > 0x10003 ...00 04 23 ad e6 c3 ...... Intel(R) PRO/1000 MT Dual Port > Server Adapte > r #2 > 0x10004 ...00 04 23 ad e6 c2 ...... Intel(R) PRO/1000 MT Dual Port > Server Adapte > r > ================================================== ========================= > ================================================== ========================= > Active Routes: > Network Destination Netmask Gateway Interface > Metric > 0.0.0.0 0.0.0.0 10.10.0.9 10.10.0.10 > 1 > 10.10.0.8 255.255.255.252 10.10.0.10 10.10.0.10 > 1 > 10.10.0.10 255.255.255.255 127.0.0.1 127.0.0.1 > 1 > 10.10.1.0 255.255.255.0 10.10.0.9 10.10.0.10 > 1 > 10.10.2.0 255.255.255.0 10.10.0.10 10.10.0.10 > 1 > 10.10.51.0 255.255.255.0 10.10.51.1 10.10.51.1 > 10 > 10.10.51.1 255.255.255.255 127.0.0.1 127.0.0.1 > 10 > 10.255.255.255 255.255.255.255 10.10.0.10 10.10.0.10 > 1 > 10.255.255.255 255.255.255.255 10.10.51.1 10.10.51.1 > 10 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.10.0.10 > 10.10.0.10 1 224.0.0.0 240.0.0.0 10.10.51.1 > 10.10.51.1 10 255.255.255.255 255.255.255.255 10.10.0.10 > 10.10.0.10 1 255.255.255.255 255.255.255.255 10.10.51.1 > 10.10.51.1 1 Default Gateway: 10.10.0.9 > ================================================== ========================= > Persistent Routes: > None |
|
|
|
|
|||
|
|||
|
Geovanni
Guest
Posts: n/a
|
I am at home now, I can post the ipconfig results tomorrow. I have enabled
routing and remote access, under properties of the interface within RRAS by default IP Routing is checked. "Robert L [MS-MVP]" wrote: > Have you enabled the IP routing? posting the result of ipconfig /all here may help. > > Bob Lin, MS-MVP, MCSE & CNE > Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net > How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com > "Geovanni" <(E-Mail Removed)> wrote in message news:8FC0FEAC-0E58-4130-B3F7-(E-Mail Removed)... > Here is my Scenario: > I have 3 nics in one windows 2003 SP1 enterprise server box: > NIC1 10.10.0.10 > Mask255.255.255.252 > GW 10.10.0.9 ----> connected to 10.10.0.9 255.255.255.252 > > NIC 2 10.10.51.1 > Mask 255.255.255.0 > GW none set ----> connected to 10.10.51.x 255.255.255.0 (server subnet) > > NIC 3 10.10.52.1 > Mask 255.255.255.0 > GW none set ----> connected to 10.10.52.x 255.255.255.0 (PC subnet) > > From Subnet x.x.51.x I can ping x.x.0.10(NIC1), x.x.51.1 (NIC2), x.x.52.1 > (NIC3) > > From Subnet x.x.52.x I can ping x.x.0.10(NIC1), x.x.51.1 (NIC2), x.x.52.1 > (NIC3) > > From Subnet x.x.51.x I can ping all Devices on Subnet x.x.52.x, and the > reverse > > I can ping from x.x.0.10 (NIC1) to x.x.0.9 Gateway > > I can ping from NIC1 to all devices behind x.x.0.9 > > I can NOT ping from subnets x.x.51.x and x.x.52.x to x.x.0.9 (NIC1 gateway) > > I can NOT ping from subnets x.x.51.x and x.x.52.x to devices behind x.x.0.9 > > I can NOT ping NIC 2 and NIC3 from devices behind x.x.0.9 > > I can ping NIC 1 from devices behind x.x.0.9 > > I have setup RRAS on the windows box containing all 3 NICs, here are the > routes I have in place: > Destination NetMask Gateway Interface > 10.10.1.0 255.255.255.0 10.10.0.9 NIC 1(10.10.0.10) > 10.10.2.0 255.255.255.0 10.10.0.9 NIC 1 > > Here is Route List: > IPv4 Route Table > ================================================== ========================= > Interface List > 0x1 ........................... MS TCP Loopback interface > 0x10003 ...00 04 23 ad e6 c3 ...... Intel(R) PRO/1000 MT Dual Port Server > Adapte > r #2 > 0x10004 ...00 04 23 ad e6 c2 ...... Intel(R) PRO/1000 MT Dual Port Server > Adapte > r > ================================================== ========================= > ================================================== ========================= > Active Routes: > Network Destination Netmask Gateway Interface Metric > 0.0.0.0 0.0.0.0 10.10.0.9 10.10.0.10 1 > 10.10.0.8 255.255.255.252 10.10.0.10 10.10.0.10 1 > 10.10.0.10 255.255.255.255 127.0.0.1 127.0.0.1 1 > 10.10.1.0 255.255.255.0 10.10.0.9 10.10.0.10 1 > 10.10.2.0 255.255.255.0 10.10.0.10 10.10.0.10 1 > 10.10.51.0 255.255.255.0 10.10.51.1 10.10.51.1 10 > 10.10.51.1 255.255.255.255 127.0.0.1 127.0.0.1 10 > 10.255.255.255 255.255.255.255 10.10.0.10 10.10.0.10 1 > 10.255.255.255 255.255.255.255 10.10.51.1 10.10.51.1 10 > 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.10.0.10 10.10.0.10 1 > 224.0.0.0 240.0.0.0 10.10.51.1 10.10.51.1 10 > 255.255.255.255 255.255.255.255 10.10.0.10 10.10.0.10 1 > 255.255.255.255 255.255.255.255 10.10.51.1 10.10.51.1 1 > Default Gateway: 10.10.0.9 > ================================================== ========================= > Persistent Routes: > None |
|
|
|
|
|||
|
|||
|
Geovanni
Guest
Posts: n/a
|
This is how traffic is flowing currently:
LAN 10.10.1.x/24 DG 10.10.1.1 | | Nokia IP 380 with IP of ETH1 10.10.1.1 /24 (Has routes for 10.10.51&52.0 /24 10.10.0.5) Nokia IP 380 Eth2 10.10.0.5 /30 | | KG-175 eth 1 10.10.0.6 /30 Encrypted side KG-175 eth 2 10.10.10.1 /30 unEncrypted side | | KG-175 eth 2 10.10.10.2 /30 unencrypted side KG-175 eth 1 10.10.0.9 /30 Encrypted side | | Window 2k3Sp1 Server NIC1 10.10.0.10 /30 Window 2k3Sp1 Server NIC2 x.x.51.x /24 Window 2k3Sp1 Server NIC3 x.x.52.x /24 from the 10.10.0.10 NIC1 I can ping all the way to 10.10.1.x without having routes in the KG with IP 10.10.0.6 Please let me know if you need more info. I have been reading the previous posts, I have confidence in this newsgroup. Thank you all in advance. -Geo "Bill Grant" wrote: > I suspect that this has nothing at all to do with the routes on the RRAS > server. Routing is a two-way process. You have set up routing to get traffic > for 10.10.1.0 and 10.10.2.0 to the router at 10.0.0.9 . How about at the > other end? What is the default route for the 10.10.1.0 and 10.10.2.0 > subnets? > > You cannot ping 10.0.0.9 from your 10.10.5x.0 subnets because the > default route of 10.0.0.9 will be in the other direction, not back to > 10.10.0.10 . For this to work, the router at 10.0.0.9 would need routes to > 10.10.51.0 and 10.10.52.0 via 10.10.0.10 . > > Geovanni wrote: > > Here is my Scenario: > > I have 3 nics in one windows 2003 SP1 enterprise server box: > > NIC1 10.10.0.10 > > Mask255.255.255.252 > > GW 10.10.0.9 ----> connected to 10.10.0.9 255.255.255.252 > > > > NIC 2 10.10.51.1 > > Mask 255.255.255.0 > > GW none set ----> connected to 10.10.51.x 255.255.255.0 (server > > subnet) > > > > NIC 3 10.10.52.1 > > Mask 255.255.255.0 > > GW none set ----> connected to 10.10.52.x 255.255.255.0 (PC subnet) > > > > From Subnet x.x.51.x I can ping x.x.0.10(NIC1), x.x.51.1 (NIC2), > > x.x.52.1 (NIC3) > > > > From Subnet x.x.52.x I can ping x.x.0.10(NIC1), x.x.51.1 (NIC2), > > x.x.52.1 (NIC3) > > > > From Subnet x.x.51.x I can ping all Devices on Subnet x.x.52.x, and > > the reverse > > > > I can ping from x.x.0.10 (NIC1) to x.x.0.9 Gateway > > > > I can ping from NIC1 to all devices behind x.x.0.9 > > > > I can NOT ping from subnets x.x.51.x and x.x.52.x to x.x.0.9 (NIC1 > > gateway) > > > > I can NOT ping from subnets x.x.51.x and x.x.52.x to devices behind > > x.x.0.9 > > > > I can NOT ping NIC 2 and NIC3 from devices behind x.x.0.9 > > > > I can ping NIC 1 from devices behind x.x.0.9 > > > > I have setup RRAS on the windows box containing all 3 NICs, here are > > the routes I have in place: > > Destination NetMask Gateway Interface > > 10.10.1.0 255.255.255.0 10.10.0.9 NIC 1(10.10.0.10) > > 10.10.2.0 255.255.255.0 10.10.0.9 NIC 1 > > > > Here is Route List: > > IPv4 Route Table > > ================================================== ========================= > > Interface List > > 0x1 ........................... MS TCP Loopback interface > > 0x10003 ...00 04 23 ad e6 c3 ...... Intel(R) PRO/1000 MT Dual Port > > Server Adapte > > r #2 > > 0x10004 ...00 04 23 ad e6 c2 ...... Intel(R) PRO/1000 MT Dual Port > > Server Adapte > > r > > ================================================== ========================= > > ================================================== ========================= > > Active Routes: > > Network Destination Netmask Gateway Interface > > Metric > > 0.0.0.0 0.0.0.0 10.10.0.9 10.10.0.10 > > 1 > > 10.10.0.8 255.255.255.252 10.10.0.10 10.10.0.10 > > 1 > > 10.10.0.10 255.255.255.255 127.0.0.1 127.0.0.1 > > 1 > > 10.10.1.0 255.255.255.0 10.10.0.9 10.10.0.10 > > 1 > > 10.10.2.0 255.255.255.0 10.10.0.10 10.10.0.10 > > 1 > > 10.10.51.0 255.255.255.0 10.10.51.1 10.10.51.1 > > 10 > > 10.10.51.1 255.255.255.255 127.0.0.1 127.0.0.1 > > 10 > > 10.255.255.255 255.255.255.255 10.10.0.10 10.10.0.10 > > 1 > > 10.255.255.255 255.255.255.255 10.10.51.1 10.10.51.1 > > 10 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.10.0.10 > > 10.10.0.10 1 224.0.0.0 240.0.0.0 10.10.51.1 > > 10.10.51.1 10 255.255.255.255 255.255.255.255 10.10.0.10 > > 10.10.0.10 1 255.255.255.255 255.255.255.255 10.10.51.1 > > 10.10.51.1 1 Default Gateway: 10.10.0.9 > > ================================================== ========================= > > Persistent Routes: > > None > > > |
|
|
|
|
|||
|
|||
|
Geovanni
Guest
Posts: n/a
|
I figured out what the problem was.....
because the KG-175 are like routers but not really, 1. I had to NOT set the Gateway for NIC1, Instead set the Gateway of the KG-175 to point to NIC1 and Let RRAS do the IP Routing. Lesson Learned, Thank you all. "Geovanni" wrote: > This is how traffic is flowing currently: > LAN 10.10.1.x/24 DG 10.10.1.1 > | > | > Nokia IP 380 with IP of ETH1 10.10.1.1 /24 (Has routes for 10.10.51&52.0 /24 > 10.10.0.5) > Nokia IP 380 Eth2 10.10.0.5 /30 > | > | > KG-175 eth 1 10.10.0.6 /30 Encrypted side > KG-175 eth 2 10.10.10.1 /30 unEncrypted side > | > | > KG-175 eth 2 10.10.10.2 /30 unencrypted side > KG-175 eth 1 10.10.0.9 /30 Encrypted side > | > | > Window 2k3Sp1 Server NIC1 10.10.0.10 /30 > Window 2k3Sp1 Server NIC2 x.x.51.x /24 > Window 2k3Sp1 Server NIC3 x.x.52.x /24 > > from the 10.10.0.10 NIC1 I can ping all the way to 10.10.1.x without having > routes in the KG with IP 10.10.0.6 > > Please let me know if you need more info. > > I have been reading the previous posts, I have confidence in this newsgroup. > > Thank you all in advance. > > -Geo > > "Bill Grant" wrote: > > > I suspect that this has nothing at all to do with the routes on the RRAS > > server. Routing is a two-way process. You have set up routing to get traffic > > for 10.10.1.0 and 10.10.2.0 to the router at 10.0.0.9 . How about at the > > other end? What is the default route for the 10.10.1.0 and 10.10.2.0 > > subnets? > > > > You cannot ping 10.0.0.9 from your 10.10.5x.0 subnets because the > > default route of 10.0.0.9 will be in the other direction, not back to > > 10.10.0.10 . For this to work, the router at 10.0.0.9 would need routes to > > 10.10.51.0 and 10.10.52.0 via 10.10.0.10 . > > > > Geovanni wrote: > > > Here is my Scenario: > > > I have 3 nics in one windows 2003 SP1 enterprise server box: > > > NIC1 10.10.0.10 > > > Mask255.255.255.252 > > > GW 10.10.0.9 ----> connected to 10.10.0.9 255.255.255.252 > > > > > > NIC 2 10.10.51.1 > > > Mask 255.255.255.0 > > > GW none set ----> connected to 10.10.51.x 255.255.255.0 (server > > > subnet) > > > > > > NIC 3 10.10.52.1 > > > Mask 255.255.255.0 > > > GW none set ----> connected to 10.10.52.x 255.255.255.0 (PC subnet) > > > > > > From Subnet x.x.51.x I can ping x.x.0.10(NIC1), x.x.51.1 (NIC2), > > > x.x.52.1 (NIC3) > > > > > > From Subnet x.x.52.x I can ping x.x.0.10(NIC1), x.x.51.1 (NIC2), > > > x.x.52.1 (NIC3) > > > > > > From Subnet x.x.51.x I can ping all Devices on Subnet x.x.52.x, and > > > the reverse > > > > > > I can ping from x.x.0.10 (NIC1) to x.x.0.9 Gateway > > > > > > I can ping from NIC1 to all devices behind x.x.0.9 > > > > > > I can NOT ping from subnets x.x.51.x and x.x.52.x to x.x.0.9 (NIC1 > > > gateway) > > > > > > I can NOT ping from subnets x.x.51.x and x.x.52.x to devices behind > > > x.x.0.9 > > > > > > I can NOT ping NIC 2 and NIC3 from devices behind x.x.0.9 > > > > > > I can ping NIC 1 from devices behind x.x.0.9 > > > > > > I have setup RRAS on the windows box containing all 3 NICs, here are > > > the routes I have in place: > > > Destination NetMask Gateway Interface > > > 10.10.1.0 255.255.255.0 10.10.0.9 NIC 1(10.10.0.10) > > > 10.10.2.0 255.255.255.0 10.10.0.9 NIC 1 > > > > > > Here is Route List: > > > IPv4 Route Table > > > ================================================== ========================= > > > Interface List > > > 0x1 ........................... MS TCP Loopback interface > > > 0x10003 ...00 04 23 ad e6 c3 ...... Intel(R) PRO/1000 MT Dual Port > > > Server Adapte > > > r #2 > > > 0x10004 ...00 04 23 ad e6 c2 ...... Intel(R) PRO/1000 MT Dual Port > > > Server Adapte > > > r > > > ================================================== ========================= > > > ================================================== ========================= > > > Active Routes: > > > Network Destination Netmask Gateway Interface > > > Metric > > > 0.0.0.0 0.0.0.0 10.10.0.9 10.10.0.10 > > > 1 > > > 10.10.0.8 255.255.255.252 10.10.0.10 10.10.0.10 > > > 1 > > > 10.10.0.10 255.255.255.255 127.0.0.1 127.0.0.1 > > > 1 > > > 10.10.1.0 255.255.255.0 10.10.0.9 10.10.0.10 > > > 1 > > > 10.10.2.0 255.255.255.0 10.10.0.10 10.10.0.10 > > > 1 > > > 10.10.51.0 255.255.255.0 10.10.51.1 10.10.51.1 > > > 10 > > > 10.10.51.1 255.255.255.255 127.0.0.1 127.0.0.1 > > > 10 > > > 10.255.255.255 255.255.255.255 10.10.0.10 10.10.0.10 > > > 1 > > > 10.255.255.255 255.255.255.255 10.10.51.1 10.10.51.1 > > > 10 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.10.0.10 > > > 10.10.0.10 1 224.0.0.0 240.0.0.0 10.10.51.1 > > > 10.10.51.1 10 255.255.255.255 255.255.255.255 10.10.0.10 > > > 10.10.0.10 1 255.255.255.255 255.255.255.255 10.10.51.1 > > > 10.10.51.1 1 Default Gateway: 10.10.0.9 > > > ================================================== ========================= > > > Persistent Routes: > > > None > > > > > > |
|
|
|
|
|||
|
|||
|
|
|
| |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Server 2003 RRAS stops routing | mezlo@sunfire.org | Windows Networking | 2 | 08-29-2008 05:44 PM |
| Server 2003 RRAS Routing | Myxx | Windows Networking | 3 | 08-05-2008 11:45 PM |
| Routing w/Multihomed server without RRAS | Darrick West | Windows Networking | 4 | 01-14-2008 05:06 AM |
| FTP Issue on RRAS routing server. | Graham Webber | Windows Networking | 1 | 02-26-2007 07:56 AM |
| Win2k3 RRAS | Fredrik Elestedt | Windows Networking | 3 | 04-26-2004 08:21 PM |
Forum Software Powered by vBulletin®, Copyright Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc. |



Linear Mode

