leptismame
Usuari@ ADSLzone
- Mensajes
- 106
hola a todos, una ayuda por favor, porque no encuentro el fallo, gracias. con la siguiente configuración el tunnel eoip se conecta RS. pero cuando conecto el deco al puerto 3 sale error, no encuentra red. está conectado al router de la operadora, con el puerto abierto al MK y la ip fija con mac.
Código:
# dec/14/2022 07:29:25 by RouterOS 7.6
# software id = Q13C-1VDX
#
# model = RB931-2nD
# serial number = D9700EE74AC7
/interface bridge
add igmp-snooping=yes name=bridge-iptv
add name=bridge-lo
/interface wireless
set [ find default-name=wlan1 ] ssid=MikroTik
/interface eoip
add keepalive=25s local-address=172.17.18.2 mac-address=02:D4:DC:86:69:19 \
mtu=1500 name=eoip-compadre remote-address=172.17.18.1 tunnel-id=20
/interface wireguard
add listen-port=13600 mtu=1420 name=wireguard-compadre
/interface list
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=pool-lo ranges=192.168.80.2,192.168.80.250
/ip dhcp-server
add address-pool=pool-lo interface=bridge-lo name=dhcp-lo
/interface bridge port
add bridge=bridge-lo interface=ether2
add bridge=bridge-iptv interface=ether1
add bridge=bridge-iptv interface=eoip-compadre
add bridge=bridge-iptv interface=ether3
/interface wireguard peers
add allowed-address=0.0.0.0/0 endpoint-address=f43exxxxxxxx.sn.mynetname.net \
endpoint-port=13600 interface=wireguard-compadre persistent-keepalive=25s \
public-key="rRkWLLupT5+8eh0b91p4Lqxo+CVkVotLLTQ6jCdd50U="
/ip address
add address=192.168.80.1/24 interface=bridge-lo network=192.168.80.0
add address=172.17.18.2/30 interface=wireguard-compadre network=172.17.18.0
/ip cloud
set ddns-enabled=yes
/ip cloud advanced
set use-local-address=yes
/ip dhcp-client
add interface=bridge-iptv
/ip dhcp-server network
add address=192.168.80.0/24 gateway=192.168.80.1
/ip dns
set servers=1.1.1.1,8.8.8.8
/ip firewall filter
add action=accept chain=input protocol=gre
add action=accept chain=input dst-port=13600 protocol=udp
/system clock
set time-zone-name=Europe/Madrid
/system identity
set name=Vic