Buenos días, probaré de hacer lo que me dices. A ver a la tarde cuando termine de trabajar.
Lo que no veo ahora es el gateway de las ips de las rutas 10.X.X.1
Lo que no veo ahora es el gateway de las ips de las rutas 10.X.X.1
Código:
# jan/07/2021 01:13:29 by RouterOS 6.47.7
# software id = 5T2U-CPXV
#
# model = RB931-2nD
# serial number = XXXX
/interface bridge
add admin-mac=XXXX auto-mac=no comment=defconf name=bridge \
protocol-mode=none
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-onlyn country=spain disabled=no \
distance=indoors frequency=2437 installation=indoor mode=ap-bridge ssid=\
MikroTik wireless-protocol=802.11
/interface pwr-line
set [ find default-name=pwr-line1 ] disabled=yes
/interface vlan
add interface=ether1 mtu=1492 name=internet vlan-id=100
add interface=ether1 name=tivo vlan-id=105
/interface pppoe-client
add add-default-route=yes disabled=no interface=internet max-mru=1492 \
max-mtu=1492 name=pppoe-out1 use-peer-dns=yes user=XXXX@vodafone
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=\
dynamic-keys supplicant-identity=MikroTik
/ip dhcp-server option
add code=12 name=option_para_tivo value="'TIVO'"
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
add name=iptv-pool ranges=192.168.0.251-192.168.0.253
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=bridge name=defconf
add address-pool=iptv-pool disabled=no interface=ether2 name=tivo-dhcp-server
/interface bridge port
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf disabled=yes interface=pwr-line1
add bridge=bridge comment=defconf interface=wlan1
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
add interface=pppoe-out1 list=WAN
add interface=ether2 list=LAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=\
192.168.88.0
add address=10.X.XX.0/24 comment="My TIVO's IPTV address" interface=tivo \
network=10.X.XX.0
add address=10.X.XX.0/24 comment="My TIVO's IPTV address" interface=tivo \
network=10.X.XX.0
add address=10.X.XX.0/24 comment="My TIVO's IPTV address" interface=tivo \
network=10.X.XX.0
add address=10.XX.XXX.0/24 comment="My TIVO's IPTV address" interface=tivo \
network=10.XX.XXX.0
add address=10.XXX.XX.0/23 comment="My TIVO's IPTV address" interface=tivo \
network=10.XXX.XX.0
add address=192.168.0.1/24 comment="IPTV subnet" interface=ether2 network=\
192.168.0.0
/ip dhcp-client
add comment=defconf disabled=no interface=ether1
add add-default-route=no disabled=no interface=tivo use-peer-dns=no \
use-peer-ntp=no
/ip dhcp-server network
add address=192.168.0.251/32 dhcp-option=option_para_tivo gateway=192.168.0.1 \
netmask=24
add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/ip firewall filter
add action=accept chain=input comment=\
"defconf: accept established,related,untracked" connection-state=\
established,related,untracked
add action=accept chain=input comment="Accept TIVO traffic" in-interface=tivo
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=\
"defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
connection-state=established,related
add action=accept chain=forward comment=\
"defconf: accept established,related, untracked" connection-state=\
established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
connection-state=invalid
add action=drop chain=forward comment=\
"defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
connection-state=new in-interface-list=WAN
/ip firewall mangle
add action=set-priority chain=postrouting comment="Prioritise Iptv packets" \
new-priority=4 out-interface=tivo passthrough=yes
# pppoe-out1 not ready
add action=set-priority chain=postrouting new-priority=0 out-interface=\
pppoe-out1
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
ipsec-policy=out,none out-interface-list=WAN
add action=masquerade chain=srcnat comment="masq. TIVO" out-interface=tivo
add action=dst-nat chain=dstnat comment="VOD Desco" dst-address-type=local \
in-interface=tivo to-addresses=192.168.0.253
/routing igmp-proxy
set query-interval=30s quick-leave=yes
/routing igmp-proxy interface
add alternative-subnets=0.0.0.0/0 interface=tivo upstream=yes
add interface=ether2
/routing rip interface
add interface=tivo passive=yes receive=v2
/routing rip network
add network=10.0.0.0/8
/system clock
set time-zone-name=Europe/Madrid
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN