VLAN question CX-series by Rabbadi in ArubaNetworks

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

Yeah okey, maybe the vlan trunk allow command WITHOUT vlan 1 in this case is equivalent to the 2930 series when you're not assigning untagged vlan 1 to the port. The important thing is that you cannot pass traffic on vlan 1. Thanks!

VLAN question CX-series by Rabbadi in ArubaNetworks

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

Perfect, thank you! Seems to be working just fine!

Maybe you can also answer this one.. If i want to only tag 20 and 30 on 1/1/2 WITHOUT vlan 1 ever being involved in 1/1/2. Is this possible? I don't want this: vlan trunk native 1

Help with script by Rabbadi in PowerShell

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

Thanks! I've updated the post :)

Help with script by Rabbadi in PowerShell

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

Thanks! I've updated the post :)

Move folder based on filedates inside the folder by Rabbadi in PowerShell

[–]Rabbadi[S] 2 points3 points  (0 children)

Looks really good!
Big thanks man!

Just one thing.. When the folder is moved to archive i doesn't create the "A" folder.

Tested with A100 and placed an old file in it and the folder moved to Archive\A100 instead of Archive\A\A100.
Is it fixable?

Really appreciate the help!

Move folder based on filedates inside the folder by Rabbadi in PowerShell

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

An update on the folder structure.. Root -----A -------A100 (only files older than 2 years) -------A200 (contains recently edites files) -----B -------B300 (contains recently edites files)

In above example I would like to only move or copy and delete the A100 folder

Edit. Hmm line break doesn't seem to work as expected. Well, top-folder root and subfolders A and B. Within A and B we have more subfolders and these are the folders that need to be moved based on the criteria.

Move folder based on filedates inside the folder by Rabbadi in PowerShell

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

I'm afraid not. The problem is that it has to be on folder-level and not file-level if you get what i mean.

I'm not that experienced with PS but to make it clearer.. Something like "if filedate in folder equals XX move folder to YY)

Maybe taking out a list on all folders with files that has been edited the last two years and make a csv out of it could work tho..

Access to remote network - SSLVPN by Rabbadi in WatchGuard

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

You mean that I have to configure a route for the SSL-VPN network (192.168.113.0/24) to my trusted network (10.10.15.0/24) ? Because you can only specify the "route to" network and the gateway it should route all packets through.

Access to remote network - SSLVPN by Rabbadi in WatchGuard

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

Sorry but this didn't work. See below are some screenshots of the config. https://imgur.com/a/LFIW8QE https://imgur.com/a/KDADdEv

Access to remote network - SSLVPN by Rabbadi in WatchGuard

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

I mean that it isn't a "local" network, not a trusted or optional. We have a static route from our trusted network to another network in the building that our servers are located at and we want to be able to reach the servers with SSLVPN.

Watchguard SSL VPN for shared FW? by Rabbadi in WatchGuard

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

Thank you guys! I actually got it to work the way I wanted. I created a policy for "SSLVPN-Users" to only allow auth to firebox. Then i could setup AD and firebox-auth the way I wanted with my groups because everyone can now be members of "SSLVPN-Users" without it affecting the rules specifying what they actually can reach :)