11-02-2018 03:10 AM - edited 03-08-2019 04:31 PM
Dear Team ,
We have two networks one is use for data connectivity and second is for cctv.
right now we want make accessible each other .
i put between them 1800 router .
data site is accessible from router port .
cctv site is not accessible from router .
pls advise .
Solved! Go to Solution.
11-02-2018 05:25 AM
Hello,
accessible from where ? Both networks should be able to reach each other without configuring any static routing, as both networks are directly connected to the router.
11-02-2018 03:22 AM
Hello Fahad,
How did you configure ports for data site and cctv? Could you send us configuration of devices?
Cheers,
Milos
11-02-2018 04:07 AM
This is Router's configuration.
ip cef
no ip domain lookup
ip accounting-threshold 1000000
ip accounting-list 0.0.0.0 255.255.252.0
ip accounting-transits 10000
!
no ipv6 cef
multilink bundle-name authenticated
!
!
archive
log config
hidekey!
!
interface FastEthernet0/0
description Data_network
ip address 202.92.0.253 255.255.252.0
ip accounting mac-address output
speed auto
full-duplex
no mop enabled
!
interface FastEthernet0/1
description cctv_network
ip address 20.0.2.253 255.255.252.0
duplex auto
speed auto
!
interface FastEthernet0/1.1
encapsulation dot1Q 1 native
shutdown
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 20.0.0.1
ip route 20.0.0.0 255.255.252.0 202.92.2.1
ip route 202.92.0.0 255.255.252.0 20.0.0.1
no ip http server
no ip http secure-server
end
cctv_to_data#e
11-02-2018 05:25 AM
Hello,
accessible from where ? Both networks should be able to reach each other without configuring any static routing, as both networks are directly connected to the router.
11-02-2018 05:31 AM
I would agree with George. I saw that you resolve your issue? Have you figure out what was the problem?
Cheers,
Milos
11-02-2018 05:32 AM
11-02-2018 05:34 AM
Hello,
post a schematic drawing of your network/topology so we can visualize the problem...
11-02-2018 05:44 AM
11-02-2018 05:46 AM
What kind of clients are in both networks ? Check if your clients on both networks can at the very least reach their own default gateway...
11-02-2018 05:51 AM
11-02-2018 05:57 AM
Can anything on the CCTV network ping the default gateway (20.0.2.253) ?
11-02-2018 06:13 AM
11-02-2018 06:17 AM
Hello,
the gateways don't look right, they need to match the IP addresses you have configured on your interfaces:
interface FastEthernet0/0
description Data_network
ip address 202.92.0.253 255.255.252.0
ip accounting mac-address output
speed auto
full-duplex
no mop enabled
!
interface FastEthernet0/1
description cctv_network
ip address 20.0.2.253 255.255.252.0
duplex auto
speed auto
11-02-2018 06:22 AM
11-02-2018 06:26 AM
Hello,
both gateways are wrong. Post the output of 'ipconfig /all' from one of the laptops...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide