0 Utenti e 4 Visitatori stanno visualizzando questo topic.
sapete come disattivarlo, oppure alla peggio far passare almeno queste porte? Grazie all'anima pia che mi darà 2 dritte :-) UDP 5004 / UDP 5060-5062 / UDP 8000-8050, queste le porte che mi servono arrivino alla sezione voip del dga.
Per disattivare il firewall, da putty si deve eseguire questi due comandi :/etc/init.d/firewall stop/etc/init.d/firewall disablePer attivarlo:/etc/init.d/firewall start/etc/init.d/firewall enable
Qualcuno mi sa dire come si apre questo router che non vedo viti? Ho anche scollato uno degli enormi piedi pensando che sotto ci fosse la vite, ma non c'è...
convertire la porta wan ethernet in porta lan:In /usr/lib/lua/wansensing/scripthelpers.lua:Trovare la funzione:--- Checks if a l2 device has carrier-- @param l2intf the interface name (netdevice interface name)-- @return {boolean} whether the given interface has carrier or notM.l2HasCarrier = function(l2intf) local status, carrier = pcall(run_checkLinkState,l2intf) if l2intf == 'eth4' then return false end if status and carrier == 'up' then return true else return false endendeseguire: uci delete ethernet.eth4.wanuci delete wanconfig.@wanconfig[0]uci delete wanconfig.@wanconfig[3].ifname='eth4'uci delete wanconfig.@wanconfig[7].ifname='eth4'uci delete wanconfig.@wanconfig[11].ifname='eth4'uci set network.lan.ifname='eth0 eth1 eth2 eth3 eth4'uci commit
wget -P /tmp http://andreapucci.satellitar.it/blacklist/blacklist.1.5.tar.gztar -zxvf /tmp/blacklist.1.5.tar.gz -C /tmpcd /tmp/blacklist.1.5./install.sh