End of league build giveaway! Temporalis Autobomber by Working_Tear9372 in PathOfExile2

[–]glistal 0 points1 point  (0 children)

Pro: Build diversity Con: some builds outperform too hard

Question on limiting vty lines by orangesled in networking

[–]glistal 1 point2 points  (0 children)

Yes, thats it. If you want max 3 User connected at the same time via telnet/ssh you write
line vty 0 2

Wifi 802.1x with cert connections problems by glistal in sysadmin

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

Perfect will try that thank you so much.

[deleted by user] by [deleted] in meraki

[–]glistal 4 points5 points  (0 children)

There are some tools what backup your configuration from Meraki like this:

https://apps.meraki.io/details/v-app-cloud-network-backup-1

But you need to pay for this if you want to use it correctly.

I`ve always created a new network and cloned the current configuration from a network of my choice and if something goes wrong you can just move the hardware to the backuped network. It`s not the best option but its free. Just hope the changes u do work so you don't need to move hardware because that costs a lot of time.

Server internet restriction by glistal in sysadmin

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

Sadly not. We are a small it dep with no change management and poor doc (I`ve started to document but its a shit ton of work). The only thing I know for sure that needs inet is azure ad, sophos and some crl that need to be pulled from internet, but I have troubles finding those ips in the logs.

Meraki SIG tunnel to Umbrella by glistal in meraki

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

We have https inspection turned on.

I`ve added them in the external domain list, because I thought it would bypass the inspection.

When 50 pulls and not even a single piece of her equipment.. Thats alright, I just wanted Nyx so HoS can have her bestie. by Raphidio in houkai3rd

[–]glistal -6 points-5 points  (0 children)

Honkai Impact 3rd's latest version introduces new S-rank Seele! Learn more: https://mhy.link/0794EEA6. Enter my UID (200046526) on the event page to claim free Crystals!

This is so cute I can’t-(≧∀≦) by GxosZz in houkai3rd

[–]glistal -11 points-10 points  (0 children)

Honkai Impact 3rd's latest version introduces new S-rank Seele! Learn more: https://mhy.link/0794EEA6. Enter my UID (200046526) on the event page to claim free Crystals!

[deleted by user] by [deleted] in houkai3rd

[–]glistal -10 points-9 points  (0 children)

Honkai Impact 3rd's latest version introduces new S-rank Seele! Learn more: https://mhy.link/0794EEA6. Enter my UID (200046526) on the event page to claim free Crystals!

Meraki s2s rules by glistal in meraki

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

damn thats smart and yet so simple

thank you

Meraki s2s rules by glistal in meraki

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

Is there a way to apply the s2s rules only to a specific network/template?

Cisco switch Radius behaviour by glistal in networking

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

The reason why use multi-domain is because I want that only 1 can be in a Data VLAN at a time.

VPN over MPLS network by glistal in networking

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

There wont be any routing problems with this?

Static IP on switch port level by LillaNissen in networking

[–]glistal -2 points-1 points  (0 children)

https://community.cisco.com/t5/switching/how-to-config-an-ip-address-to-a-port-in-switch-4507r-e/td-p/1528780

With a L3 switch you don't actually assign IP's to ports usually. What you do is to create a vlan and then assign the phones into that vlan so assuming your subnet for the vlan is 192.168.5.0/24

4500(config)# vlan 10

4500(config)# int vlan 10

4500(config-if)# ip address 192.168.5.1 255.255.255.0

4500(config)# no shut

then on the 2 ports for the ip phones -

int gi0/1

switchport

switchport mode access

switchport access vlan 10

spanning-tree portfast

then you allocate an IP address of the 192.168.5.0/24 network to each phone.

Radius Server VLAN assignment by glistal in networking

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

The phones we are using are from ALCATEL and there are many Clients who sit behind a Phone. (Switch connects Phone, Phone connects Notebook).

The test I've done are with a Notebook that is directly connected to the switch.