Sie sind auf Seite 1von 6

[...] 4. doublecaps Says: September 20th, 2010 at 11:20 am Great illustration. It works flawlessly.

I need to implement EoIP over PPtP to connect 70 stores to corporate offices. Do I need to create 70 different tunnels or can I point all the routers at the remote sites to the same EoIP tunnel @ corporate office? 5. Butch Evans Says: September 21st, 2010 at 1:11 am Are you wanting to have all 70 stores on the same subnet? If not, then you only need the 70 pptp tunnels. If you DO need them all on the same subnet, then you would need to have one pptp/eoip tunnel per store. 6. Rede roteada nao acessa uma rb no meio da rede Says: December 14th, 2010 at 12:04 am [...] via radius. com a rede roteada e autenticao direto no servidor teria de fazer isso: Mikrotik RouterOS transparent bridge using PPtP and EoIP | Butch Evans Blog qualquer coisa estamos ai clica na estrelinha pra agradecer. Citar + [...] 7. Alexandru MARIN Says: December 24th, 2010 at 12:15 pm hello,

cant ping the remote computers with the ones on the other side i am new in setting up mikrotik routerboard, and i need some help. I have made all setting according to what you have wrote,I have tryed to bridge two networks, but i dont know where did i go wrong, i have 2 rb750, and i cant ping the computers from one side to another. the config i have made on each router, in the winbox it shows that there are conected to each other but still i cant ping each them, i want from two computers on one side i could ping the other computers on the other side. if i am conected through telnet on the server router i can ping the ISP public adresses (95.77.9.206/24 and 89.39.197.248/23)the adresses i have received from my ISPs, and can ping the tunnel private adresses 192.168.10.1 and 192.168.10.2, but i can not ping the private adresses 192.168.1.2 attached to the computers i work with on one side with the 192.168.1.3 from the other. I havent modified anything in firewall or other rules, just setting up the internet connection and the settings above. on one server router i have : this router has the ip adress 95.77.9.206/24 on eth1 ip adress 192.168.1.1/24 on eth2 /interface pptp-server server set enabled=yes /ppp secret add name=USERNAME service=pptp password=PASS local-address=192.168.10.1 remoteaddress=192.168.10.2 disabled=no /interface eoip add name=eoiptunnel remote-address=192.168.10.2 tunnel-id=101 disabled=no /interface bridge add name=bridge1 /interface bridge port add bridge=bridge1 interface=ether1 /interface bridge port add bridge=bridge1 interface=eoiptunnel on routes it has AS 0.0.0.0/0 95.77.9.1 reachable bridge1 distance 1 DS 0.0.0.0/0 89.137.205.193 reachable bridge1 distance 1 DAC 95.77.9.0/24 bridge1 reachable distance 0 pref source 95.77.9.206 DAC 182.168.1.0/24 ether2 reachable distance 0 pref source 192.168.1.1 and on the other remote router: this router it has 89.39.197.248/23 on eth1 it has 192.168.1.254/24 on eth2 /interface pptp-client add name=pptp-tunnel1 connect-to=95.77.9.206 user=USERNAME password=PASS profile=default-encryption add-default-route=no disabled=no interface eoip add name=eoiptunnel remote-address=192.168.10.1 \ tunnel-id=101 disabled=no interface bridge add name=bridge1 interface bridge port add bridge=bridge1 interface=ether1 /interface bridge port add bridge=bridge1 interface=eoiptunnel on routes it has AS 0.0.0.0/0 89.39.196.1 reachable bridge1 distance 1 DAC 89.39.196.0/23 bridge1 reachable distance 0 pref source 89.39.197.248 DAC 182.168.1.0/24 ether2 reachable distance 0 pref source 192.168.1.254 please help me , good day and happy holydays, 8. Jagugo Says: March 24th, 2011 at 10:08 pm I need help with a configuration of two RB750G.

I try to make a connection like this post about EoIP-PPtP, but failed to establish the PPTP tunnel. There is no way to connect the tunnel. If you configure each router as a client to connect to another VPN (not MikroTik/RouterOS) the conecction can be done, but if configure one or the other router as the PPTP server can not connect clients with either a RB750G or Windows client. Both RB750G are connected to the LAN ports of a router D-Link Dir 300, which provides internet service, only for setup and testing, then go with fixed IP on the Internet. Left side (PPTP Server): Router 1: IP WAN (ether1): 192.168.0.51 Gateway: 192.168.0.1 LAN IP (ether2): 192.168.88.1 Tunnel IP EoIP (Local side): 192.168.10.1 PC 1: IP: 192.138.88.10 Mask: 255.255.255.0 Gateway: 192.168.88.1 DNS: 192.168.88.1 Right side (PPTP client): Router 2: IP WAN (ether1): 192.168.0.52 Gateway: 192.168.0.1 LAN IP (ether2): 192.168.88.2 EoIP IP tunnel (Remote side): 192.168.10.2 PC 2: IP: 192.168.88.12 Mask: 255.255.255.0 Gateway: 192.168.88.2 DNS: 192.168.88.2 Any PPP server that enable (PPTP (PPTP, L2TP, OVPN, or whatever) does not work. No client is able to connect. I want to know what Im doing wrong, because I follow the example of this blog and the MikroTik Wiki, but nothing works. I tried with RouterOS 4.17 and now 5.0rc11, but no way. The scripts are simmilar to this post. I would appreciate any help on this case. 9. Jagugo Says: March 27th, 2011 at 9:33 pm I had found a solution, you must open ports 1723 in TCP and UDP in the Firewall Filter Rules, uffff.!!! 10. Jagugo Says: March 28th, 2011 at 5:40 pm Hi Alexandru MARIN. The correct line in the scrip is: /interface bridge port add bridge=bridge1 interface=ether2

Look, ether2, not ether1. You are bridging the LAN interface (ether2) not the WAN interface (ether1). I had the same problem and when changed the script to ether2 it worked. You must add two Firewall Filter Rules, in the PPtP server, the ports 1723 in TCP and UDP in the default configuration in the ether1-gateway, Chain: input, Protocol: 6 (tcp) and 17 (udp), Dst Port: 1723, Action: accept. 11. Jagugo Says: July 3rd, 2011 at 2:37 pm Butch, I have a question: Why I cant setup DHCP server in neither Mikrotik when I use transparent bridge using PPtP and EoIP? This is the IP addresses list in the Mikrotik-2 that connect to the Mikrotik-1 pptp server: Address Network Interfase 190.254.xxx.xx3/29 190.254.xxx.200 ether1-gateway 190.168.10.2 192.168.10.1 pptp-tunnel1 192.168.15.253/24 192.168.15.0 ether2-local-master I cant setup DHCP server in the Mikrotik-2 (or Mikrotik-1), when use WinBox interfase and I give the ether2-localmaster and the IP 192.168.15.253, the DHCP server turn red and dont work. Or when I configure it in terminal mode I receive those messages: _____________________________________ [admin@MikroTik-2] > ip dhcp-server [admin@MikroTik-2] /ip dhcp-server> setup Select interface to run DHCP server on dhcp server interface: ether2-local-master Select network for DHCP addresses dhcp address space: 192.168.15.0/24 Select gateway for given network gateway for dhcp network: 192.168.15.253 If this is remote network, enter address of DHCP relay There is no such IP network on selected interface interrupted 192.168.15.253 [admin@MikroTik-2] /ip dhcp-server> _____________________________________ Why?

Das könnte Ihnen auch gefallen