how work for lan game through by router to router link?

Dear all,

I just complete to setup vpn of pptp and l2tp, problem about game still can’t link.
I need someone to help me or login to my site help to configure the game port forward.

here i had success to see both site the sharing file, from 192.168.3.0/24 site can through by the rounter at 192.168.2.0/24, and from 192.168.3.0/24 can through by the routher at 192.168.2.0/24.
The lan game “multilayer game” created the room, both site can’t see the room!
I need someone help or guide me to configure work for lan game link through by rounter, pls help me

my 1st cafe
IP : 192.168.2.0/24
L2TP : local ip : 10.0.0.254
IP/Routers list : 192.168.3.0/24, gateway 10.0.0.1

my 2nd cafe
IP : 192.168.3.0/24
L2TP : local ip : 10.0.0.1
IP/Routers list : 192.168.2.0/24, gateway 10.0.0.254

and saying thank

tian
1.jpg

you need Layer-2 tunnel there - it is possible in 2 different ways.

  1. use EOIP

  2. use BCP (bridge control protocol) from PPP - just go inside the ppp profile on both sides and specify bridge where this ppp interface must be - it must be in bridge with your local interfaces. Also dont forget to set MRRU option to 1518+ (1530 just to be safe).

Hi macgaiver,

thank you very much to reply and answer.

I still don’t know from where going configure this EOIP AND BCP, I have not ideal, can make some guide for me? -_-|
macgaiver can you help me login my here and configure for me?
and what’s your msn or yahoo messeger?


my tyt_75@yahoo.com and tyt75@hotmail.com

i wrote you all instruction needed for BCP - just read it again

i found guide from below, error in 2nd state?? what is wrong from guide?
http://www.mikrotik.com/documentation/manual_2.7/Interface/EoIP.html

first state
1st cafe
[admin@Our_GW] interface eoip> add name=“eoip-remote” tunnel-id=0
... remote-address=10.0.0.1
[admin@Our_GW] interface eoip> enable eoip-remote
2nd cafe
[admin@Remote] interface eoip> add name=“eoip” tunnel-id=0
... remote-address=10.0.0.254
[admin@Remote] interface eoip> enable eoip

second state
1st cafe “here i get error”
[admin@Our_GW] interface bridge> add forward-protocols=ip,arp,other
... disabled=no
[admin@Our_GW] interface bridge> port set “0,1” bridge=bridge1
2nd cafe “here i get error”
[admin@Remote] interface bridge> add forward-protocols=ip,arp,other
... disabled=no
[admin@Remote] interface bridge> port set “0,2” bridge=bridge1


thank you macgaiver for help
wait here
1.jpg

say thanks macgaiver and still waiting guide~~

i found the one from other site, i try to follow the configure but no working this configuration!! what is wrong?
1st cafe
interface eoip add remote-address=10.0.0.254 tunnel-id=2 mac-address=FE:FD:00:00:00:04
interface eoip add remote-address=192.168.3.1 tunnel-id=1 mac-address=FE:FD:00:00:00:03
interface bonding add slaves=eoip-tunnel1,eoip-tunnel2
ip address add address=10.0.1.1/24 interface=bonding1

2nd cafe
interface eoip add remote-address=10.0.0.1 tunnel-id=2 mac-address=FE:FD:00:00:00:02
interface eoip add remote-address=192.168.2.1 tunnel-id=1 mac-address=FE:FD:00:00:00:01
interface bonding add slaves=eoip-tunnel1,eoip-tunnel2
ip address add address=10.0.1.2/24 interface=bonding1

pls help and point to me!

thanks

i found below site and try follow the configuration, but still not working both site can’t see the room! is it correct for my setting?
http://www.mikrotik.com/testdocs/ros/2.9/interface/eoip.php

here i follow setting
1st cafe
interface eoip add name=“eoip-remote” tunnel-id=0 remote-address=10.0.0.1
interface eoip enable eoip-remote
interface bridge
add
port add bridge=bridge1 interface=eoip-remote
port add bridge=bridge1 interface=lan

2nd cafe
interface eoip add name=“eoip-main” tunnel-id=0 remote-address=10.0.0.254
interface eoip enable eoip-main
interface bridge
add
port add bridge=bridge1 interface=eoip-main
port add bridge=bridge1 interface=lan

can tell me where to setting MRRU?

pls help