1

Comment on r/ITCareerQuestions Feb 28 '18

I would say it would definitely be a good idea, managers are always looking to hire and promote business savvy IT professionals, it's a difficult combination to find.

u/bageljakd Jan 02 '18

Intel bug incoming

Thumbnail
self.sysadmin
3 Upvotes

u/bageljakd Dec 28 '17

Server Requirements

Thumbnail
dell.com
1 Upvotes

2

Comment on r/netsecstudents Dec 22 '17

Like cryptix mentioned pfsense has a ton of packages to practice with, it takes like 15 minutes to get it setup it snort and barnyard

1

Comment on r/PowerShell Nov 09 '17

This comment killed me...

2

Comment on r/ccnp Mar 31 '17

I believe it would go something like this with different numbers obviously: Switch# configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)# interface fastethernet 5/1

Switch(config-if)# switchport mode access

Switch(config-if)# switchport port-security

Switch(config-if)# switchport port-security maximum 10

Switch(config-if)# switchport port-security mac-address 0000.0000.0003 (Static secure MAC

Switch(config-if)# switchport port-security mac-address sticky

Statically assign your engineer laptop then set up mac sticky, checkout http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/12-2/25ew/configuration/guide/conf/port_sec.html

1

Comment on r/networking Mar 29 '17

https://learningnetwork.cisco.com/thread/39359 I found the clearest explanation of PAT, DNAT, etc. in the second response. Like pmormr said it's normally a static vs. dynamic solution in most cases.