cancel
Showing results for 
Search instead for 
Did you mean: 

Routing between two subnets

jdosso
Newbie
Posts: 2
Registered: ‎25-08-2013

Routing between two subnets

I am trying to connect my private CCTV network to the internet for remote monitoring..
The VMS server is running windows server which has a physical lan interface and wireless interface.  I have configured the wireless interface to connect to the Thomsons TN585v8 router and enabled ICS so now the windows server has internet access via 192.168.1.65 the physical lan interface is configured with DHCP scope 192.168.45.0 and connected to a switch.
when i connect a laptop to the switch i can obtain a IP address 192.168.45.30 and i am able to resolve dns hostnames such as www.google.com but i am unable to ping it.. i suspect i need to put a static route on the router but not sure what routes needs to be added..
Please find attached a simple network diagram and a route list of the TN585V5 below... I would be greatful for any advice as my networking knowledge is somewhat rusty..
{admin}=>ip rtlist
Label            Destination          Gateway  Interface    Mtc Admin  Oper
                10.0.0.138/32      127.0.0.1  loop          0  UP    [UP]
                10.0.0.255/32      127.0.0.1  loop          0  UP    [UP]
              87.212.33.109/32      127.0.0.1  loop          0  UP    [UP]
                  127.0.0.1/32      127.0.0.1  loop          0  UP    [UP]
              192.168.1.254/32      127.0.0.1  loop          0  UP    [UP]
              192.168.1.255/32      127.0.0.1  loop          0  UP    [UP]
            255.255.255.255/32      127.0.0.1  loop          0  UP    [UP]
            195.166.128.183/32  87.212.33.109  Internet      0  UP    UP
                212.159.6.9/32                  Internet      10  UP    UP
              212.159.6.10/32                  Internet      10  UP    UP
                  10.0.0.0/24      10.0.0.138  LocalNetwork  0  UP    [UP]
                192.168.1.0/24  192.168.1.254  LocalNetwork  0  UP    [UP]
                    0.0.0.0/0    87.212.33.109* Internet      10  UP    UP
{admin}=>
1 REPLY 1
jdosso
Newbie
Posts: 2
Registered: ‎25-08-2013

Re: Routing between two subnets

looks like i've managed to fix it myself...
following command required on the router..
ip rtadd dst=192.168.45.0/24 gateway=192.168.1.65 intf=LocalNetwork
then i enabled RRAS on windows server for Lan Routing...