Community discussions

MikroTik App
 
User avatar
qatar2022
Member Candidate
Member Candidate
Topic Author
Posts: 141
Joined: Mon Aug 24, 2020 11:12 am

ERROR Updating

Tue Jun 28, 2022 6:59 am

hi to all
i have MT RB960PGS and RB760iGS and all of them work as a switch and i connect my TVs on them for YouTube and IPTV and its work prefect but when i try to update them through winbox i got an error so i have to update them manually !!!!
is there any missing things or an issue with device?

best regards
 
erlinden
Forum Guru
Forum Guru
Posts: 1920
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: ERROR Updating

Tue Jun 28, 2022 8:02 am

Do they have an IP address (including DNS and gateway) and access to Internet?
What ERROR do you get exactely?
 
User avatar
qatar2022
Member Candidate
Member Candidate
Topic Author
Posts: 141
Joined: Mon Aug 24, 2020 11:12 am

Re: ERROR Updating

Tue Jun 28, 2022 5:54 pm

hi erlinden

yes they have IP address and DNS and gateway and all of them have access to the internet as i said before i can watch YouTube

Image
Image

sorry for pictures size
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11982
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: ERROR Updating

Tue Jun 28, 2022 9:29 pm

probably the config is a mess with quick config...
check on tool / ping if you can ping 1.1.1.1 and 8.8.8.8

post your
/export show-sensitive
from terminal, censoring serial number and other sensible data, if any, but do not remove anything
 
User avatar
qatar2022
Member Candidate
Member Candidate
Topic Author
Posts: 141
Joined: Mon Aug 24, 2020 11:12 am

Re: ERROR Updating

Fri Jul 01, 2022 6:06 pm

thank you rextended
i can't ping
[admin@Mikrotik hEX PoE RB960PGS] > /export show-sensitive
# jul/01/2022 18:02:01 by RouterOS 7.3.1
# software id = NN9C-7X3K
#
# model = RB960PGS
# serial number = <CENSORED>
/interface bridge
add name=bridge
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/interface bridge port
add bridge=bridge interface=ether1
add bridge=bridge interface=ether2
add bridge=bridge interface=ether3
add bridge=bridge interface=ether4
add bridge=bridge interface=ether5
add bridge=bridge interface=sfp1
/interface list member
add interface=ether1 list=WAN
add interface=ether2 list=LAN
add interface=ether3 list=LAN
add interface=ether4 list=LAN
add interface=ether5 list=LAN
add interface=sfp1 list=LAN
/ip dhcp-client
add interface=bridge use-peer-dns=no
/ip dns
set servers=8.8.8.8,8.8.4.4
/ip firewall address-list
add address=192.168.8.2 list=Support
add address=192.168.8.19 list="hEX PoE RB960PGS"
/ip firewall filter
add action=drop chain=input comment="Block Clients From Router" \
    dst-address-list="hEX PoE RB960PGS" dst-port=21,22,23,80,8291 protocol=tcp \
    src-address-list=!Support
add action=fasttrack-connection chain=forward comment="Factrack DNS TCP" \
    dst-port=53 hw-offload=yes protocol=tcp
add action=fasttrack-connection chain=forward comment="Factrack DNS UDP" \
    dst-port=53 hw-offload=yes protocol=udp
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set sip disabled=yes
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Asia/Qatar
/system identity
set name="Mikrotik hEX PoE RB960PGS"
/system ntp client
set enabled=yes
/system ntp client servers
add address=0.asia.pool.ntp.org
add address=1.asia.pool.ntp.org
/system scheduler
add interval=1d name="Auto Backup" on-event=\
    "/system backup save name=hEX PoE RB960PGS_today.backup" policy=\
    ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon \
    start-date=jun/29/2022 start-time=23:59:59
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11982
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: ERROR Updating

Fri Jul 01, 2022 6:14 pm

just for start:

if the ether1 is on bridge, can't be at the same time on WAN....
but this do not influence anything because the interface list WAN or LAN is never used from firewall or other sections that use interfacee list.

Apparently I do not find nothing wrong, probably can be the DHCP server that not provide default route to the routerboard...
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11982
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: ERROR Updating

Fri Jul 01, 2022 6:28 pm

If the config still identical of what posted before, paste this on terminal, do not omit the { }

fix code

{

/ip dhcp-client
remove [find]

/interface bridge
set bridge auto-mac=no admin-mac=[/int eth get ether1 orig-mac-address] protocol-mode=none

/ip dns
set servers=1.1.1.1,8.8.8.8

/interface list member
set [find where interface=ether1] list=LAN

/ip address
add address=192.168.8.19/24 interface=bridge

/ip route
add distance=1 gateway=192.168.8.1

/ip firewall filter
remove [find where action=fasttrack-connection]

}
when pasted the last } , if the prompt > do not appair again, remember to press enter or it not execute and stand still.

Done that, briefly can disconnect, reopen winbox and test to ping something, like 1.1.1.1 or 8.8.8.8

Who is online

Users browsing this forum: BioMax, holvoetn, kevinds and 32 guests