Dear All, 

 i have very strong Problem here, 

i have one Server under one workgroup named TEST2005, and this server have 
Windows Advanced Server 2000, with the following Static IP-Address:-

    1. IP-Address :       100.0.80.125
    2. Subnet Mask :      255.255.0.0
    3. Default Gateway:   100.0.0.25
    4. DNS:               100.0.0.26

then i installed RRAS and enable it  and enable this server to be as Router.

i have only one Network interface Card .

i have here 60 Clints , Windows XP-Pro SP2, i devide them to the 3 Groups:-

1. First Group will have the following IP ( 10.1.1.X)( X -from 1 to 20 ) .
2. Second Group will have ( 10.1.2.X).( X -from 1 to 20 ) .
3. third group will have ( 10.1.3.x). ( X -from 1 to 20 ) .


i want all of the PC's which i have to be on the diffrent 
Network completely and all of them are configured to use this router only.

so what it came to my mind is i have to add static Route for the All of the 
Networks which i have .

then, i went to RRAS, Choose Add Static Routes, then New static Route, then i 
add the following Values:-

1. interface :    NIC1   - not internal -.
2. Destination:   10.1.1.0
3. Network Mask:  255.255.255.0
4. Gateway:       100.0.80.125
5. Metric :       1


then i repeate this Steps, for the rest Networks.

then i change the Work Group name to be ( Test 2005).

untill this step i think i configured the Routing with the good way.

and the Route Print Before Add the Static Routes was :-
==============================================================================
C:\>route print
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 05 5d 5c fb 1e ...... D-Link DFE-538TX 10/100 Adapter

Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0       100.0.0.25    100.0.80.125       1
        100.0.0.0      255.255.0.0     100.0.80.125    100.0.80.125       1
     100.0.80.125  255.255.255.255        127.0.0.1       127.0.0.1       1
  100.255.255.255  255.255.255.255     100.0.80.125    100.0.80.125       1
        127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
        224.0.0.0        224.0.0.0     100.0.80.125    100.0.80.125       1
  255.255.255.255  255.255.255.255     100.0.80.125    100.0.80.125       1
Default Gateway:        100.0.0.25
=============================================================================

and after i add the Networks become :-

C:\>route print
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 05 5d 5c fb 1e ...... D-Link DFE-538TX 10/100 Adapter
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0       100.0.0.25    100.0.80.125       1
         10.1.1.0    255.255.255.0     100.0.80.125    100.0.80.125       1
        100.0.0.0      255.255.0.0     100.0.80.125    100.0.80.125       1
     100.0.80.125  255.255.255.255        127.0.0.1       127.0.0.1       1
  100.255.255.255  255.255.255.255     100.0.80.125    100.0.80.125       1
        127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
        224.0.0.0        224.0.0.0     100.0.80.125    100.0.80.125       1
  255.255.255.255  255.255.255.255     100.0.80.125    100.0.80.125       1
Default Gateway:        100.0.0.25
==============================================================================
then i Restart My server which i have here .

i went to the First PC, and Configure him with the following IP-Address:-

       1. IP-Address :   10.1.1.2
       2. Subnet Mask:   255.255.255.0
       3. Default Gateway:  100.0.80.125
       4. DNS:              100.0.80.125

then i cahnge the WorkGroupname to be under ( TEST2005).

i restart the Machine, but i found that, when i am trying to Ping the Remote 
Access server, its Display this  Error Message :-

( Requested Timed Out ). 

Howver, this is the Routing Table of the PC before we change the IP-Address:-

D:\>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 02 44 88 68 4f ...... SURECOM  EP-320X-V/V1 32bit PCI 10/100M 
Ethernet
 Adapter - Packet Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0       100.0.0.25      100.0.0.28       20
        100.0.0.0      255.255.0.0       100.0.0.28      100.0.0.28       20
       100.0.0.28  255.255.255.255        127.0.0.1       127.0.0.1       20
  100.255.255.255  255.255.255.255       100.0.0.28      100.0.0.28       20
        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       100.0.0.28      100.0.0.28       20
  255.255.255.255  255.255.255.255       100.0.0.28      100.0.0.28       1
Default Gateway:        100.0.0.25
===========================================================================
Persistent Routes:
  None
==============================================================================

and this is after  i changed :-

D:\>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 02 44 88 68 4f ...... SURECOM  EP-320X-V/V1 32bit PCI 10/100M 
Ethernet
 Adapter - Packet Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0     100.0.80.125        10.1.2.1       20
         10.1.2.0    255.255.255.0         10.1.2.1        10.1.2.1       20
         10.1.2.1  255.255.255.255        127.0.0.1       127.0.0.1       20
   10.255.255.255  255.255.255.255         10.1.2.1        10.1.2.1       20
        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.1.2.1        10.1.2.1       20
  255.255.255.255  255.255.255.255         10.1.2.1        10.1.2.1       1
Default Gateway:      100.0.80.125
===========================================================================
Persistent Routes:
  None
==============================================================================

and i disable the Firewall , i restart the service, and still i am unable 
completely to see the RRAS, can any one tell me what is going on.




  


List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

Reply via email to