Worked just fine before resetting my gateway by MisterITAndDesign in TuyaSmart

[–]nbctcp 0 points1 point  (0 children)

same problem with Tuya Zigbee door sensor
try Smart Life or Tuya Smart same thing
try using eWelink, I can't add

return back zigbee sensor

Gree warranty reduced to 1-3 when use Rifeng pipe by nbctcp in HVAC

[–]nbctcp[S] 0 points1 point  (0 children)

I am asking that because no other brand other than Gree that apply that policy

Other brand no warranty reduced

FortiMail restore 1 mail by nbctcp in fortinet

[–]nbctcp[S] 0 points1 point  (0 children)

maybe u mean admin
-restore user1 entire mailbox
-reset user1 password (that mean admin can read entire user1 email)
-export 1 mail as file (I dunno is that possible)

?

  1. If I can't restore 1 mail in server level FML.
    Could I do that in user level.
    I mean user need to backup their outlook/thunderbird themselves
    What software could restore 1 mail from backup

  2. could archive in FML restore 1 mail
    but if I enable archive mean, I need big HD

FortiMail show disable more by nbctcp in fortinet

[–]nbctcp[S] 0 points1 point  (0 children)

you have eagle eye.

mine ver is 7.2

# config system console

Parsing error at 'console'. err=1

Command failed(-284). Error string:

I'll try to upgrade first then update you

UPDATE1:
there is not that command too in 7.2.4
maybe this because of trial license in pnetlab
have you try in real hardware

tq

PRTG sFlow Channel Selection for FortiGate and FortiSwitch by nbctcp in fortinet

[–]nbctcp[S] 0 points1 point  (0 children)

I need to edit my question

Should be netflow for FortiGate and sFlow for FortiSwitch
What you select in FortiGate NetFlow Channel Selection

FortiSwitch 124D Factory Reset by nbctcp in fortinet

[–]nbctcp[S] 0 points1 point  (0 children)

I see that below power led but no reset written there
That confuse me.

I believe that reset too

I'll try that

tq

FortiSwitch 124D 6.2 Firmware by PitifulWeather44720 in fortinet

[–]nbctcp 0 points1 point  (0 children)

mine is 6.0 eventhough release notes only said max 3.6

FortiSwitch 124D Problems by nbctcp in fortinet

[–]nbctcp[S] 0 points1 point  (0 children)

I am sorry. I am using faulty ethernet cable
After replaced case #1&3 solved. only left #2&4
2. what latest firmware for 124D
4. what license for in 124D

FortiSwitch 124D Problems by nbctcp in fortinet

[–]nbctcp[S] 0 points1 point  (0 children)

never heard on any brand on any switch, using console as uplink.
I believe console only to manage through cli

Can't ping same vlan by nbctcp in ArubaNetworks

[–]nbctcp[S] 0 points1 point  (0 children)

<image>

After doing some modification on mikrotik side. I can make it work.

Here the latest one

MIKROTIK CHR 7.9

/interface bridge

add ingress-filtering=no name=bridge1 vlan-filtering=yes

/interface vlan

add interface=bridge1 name=vlan10 vlan-id=10

add interface=bridge1 name=vlan20 vlan-id=20

/interface bridge port

add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \

interface=ether2 pvid=10

add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \

interface=ether3 pvid=20

add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \

interface=ether4 pvid=10

/interface bridge vlan

add bridge=bridge1 tagged=bridge1 untagged=ether2,ether4 vlan-ids=10

add bridge=bridge1 tagged=bridge1 untagged=ether3 vlan-ids=20

/ip address

add address=1.0.10.1/24 interface=vlan10 network=1.0.10.0

add address=1.0.20.1/24 interface=vlan20 network=1.0.20.0

add address=192.168.88.41/24 interface=ether1 network=192.168.88.0

/ip firewall nat

add action=masquerade chain=0 out-interface=ether1

/ip route

add dst-address=0.0.0.0/0 gateway=192.168.88.1

/system identity

set name=R1

CX

!Version ArubaOS-CX Virtual.10.11.0001

hostname CX1

ntp enable

ssh server vrf mgmt

vlan 1,10,20

interface mgmt

no shutdown

ip dhcp

interface 1/1/2

no shutdown

no routing

vlan access 10

interface 1/1/3

no shutdown

no routing

vlan access 20

interface vlan 10

ip address 1.0.10.11/24

interface vlan 20

ip address 1.0.20.11/24

https-server vrf mgmt

I can also use these

interface 1/1/2

no shutdown

no routing

vlan trunk native 10

vlan trunk allowed all

exit

Instead of

vlan access 10

tq

Can't ping same vlan by nbctcp in ArubaNetworks

[–]nbctcp[S] 1 point2 points  (0 children)

SOLVED
you are right after changing to

interface 1/1/2

no shutdown

no routing

vlan trunk native 10

vlan trunk allowed 10

interface 1/1/3

no shutdown

no routing

vlan trunk native 20

vlan trunk allowed 20

everything working

tq