cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
689
Views
0
Helpful
3
Replies

extendig subnet with

arumalpra
Level 1
Level 1

We need to connect our video encordr (client) to decorder (Server) over the internet.

This setup to work, both device need act like they are in same LAN with same subnet.

No vpn client could be installed in the client.

Could somebody tell me how to de this with cisco routers?

3 Replies 3

You can bridge these networks together with a GRE-Tunnel. The config on one router could look like that:

bridge irb

bridge 1 protocol ieee

interface Tunnel0

  no ip address

  tunnel source Gig0/0 ! WAN-Interface

  tunnel destination 2.2.2.2 ! remote-router

  bridge-group 1

  bridge-group 1 spanning-disabled

!

interface Gig0/1

  description local LAN

  bridge-group 1

  bridge-group 1 spanning-disabled

-- 
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni

Thanks,

Do we need to configure this in both routers?

yes, the second router needs the same config.

-- 
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni