View Single Post
Staro 15.06.2021., 23:36   #196
perodot
Premium
 
Datum registracije: May 2005
Lokacija: Zagreb
Postovi: 135
Pozdrav svima. Pokusavam podesiti ONT-mikrotik i da MaxTV radi ali za sada ne uspijevam. Može netko pogledati gdje fulam s VLANovima ili konfiguracijom porta.

Code:
# jun/15/2021 19:28:31 by RouterOS 6.47.8
# software id = I7AR-QRW9
#
# model = RBD53iG-5HacD2HnD
/interface bridge
add fast-forward=no name=bridge-guest protocol-mode=none
add name=bridge-maxtv pvid=1500 vlan-filtering=yes
add name=bridge1
/interface vlan
add interface=ether5 name=e5-vlan1500 vlan-id=1500
add interface=ether1 name=vlan100-internet vlan-id=100
add interface=ether1 name=vlan1500-maxtv vlan-id=1500
/interface pppoe-client
add add-default-route=yes disabled=no interface=vlan100-internet name=pppoe \
    password=XXXX use-peer-dns=yes user=XXXXX@htnet-dsl
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN

/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=bridge name=defconf
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=wlan1
add bridge=bridge comment=defconf interface=wlan2
add bridge=bridge-maxtv interface=vlan1500-maxtv pvid=1500
add bridge=bridge-maxtv interface=e5-vlan1500 pvid=1500
/interface bridge settings
set use-ip-firewall=yes
/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=bridge1 list=LAN
add interface=pppoe list=WAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=\
    192.168.88.0
/ip dhcp-client
add comment=defconf disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.1.0/24 comment="DNS  for  DHCP  WLAN  devices" \
    dns-server=192.168.1.101 gateway=192.168.1.1 netmask=24
add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1
perodot je offline   Reply With Quote