Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The color is actually Nato olivegreen, just though it would be funny color for security appliance![]()
Law firms are notoriously cheap.
Backup? Whats a backup?
I've come cross so much old gear that was still plugged in, and running, but not in use.
IBM serial gear at a major bank:
IMG
Was still plugged in. No serial terminals in sight. There's a Cisco in there somewhere. "Rack" = old filing cabinet.
The number of places I`ve gone in with random bits of kit no longer in use and beeping away is daft. I report them and the next time I go there they`re still beeping.
UPS`s with dead batteries
UPS`s with the output sockets looped back to each other
UPS`s with the output sockets looped back to each other and fed off the same PDU they are feeding.
And one I`m particularly impressed (in a bad way) by...
A server with dual PSU`s, one PSU fed directly off the mains, the other PSU plugged into the output of a UPS that wasn`t plugged in or switched on.
Server LCD display lit orange and scrolling PSU failure messages....
This one was a law firm I do some stuff for from time to time, this was the first time I`d been in their new office since they`d moved.
Apparently, they`d paid a company to do the move properly!
Amazing!
![]()
Packet Tracer network I started building to do my final review of ICND2 topics. Simulating an Enterprise network with internal/external services and a few branch sites. Should allow me to cover the ICND2 exam topics pretty thoroughly.
Yeah, something I need to fixLooks like you have a spanning tree problem ... My guess is the Software Dev switch is your spanning tree root.
s0lid, how did you fabricate that chassis? Nice job!
you doing router on a stick there or using the 3560 for the L3?
Re-cabled a mess today...
*snip*
looks good, i wouldn't have used that psu tho, there is no shielding, and SMPS's put off alot of RF.. and switching noise..
It seems remarkable that someone would worry about physical security so much more than network or logical security.
Wireless towers? Do you have links to other buildings? Using Ubiquity equipment?
Following the blog of yours nowkeep up that good work ?
BTW how much was that cam ?
![]()
Added some runs. Replaced WISP with T1. Back to slow internet![]()
We originally had a 3550 PoE switch, was deep as hell, would not fit on one of those. Though I did have one of those that we gave away recently. The UPS still would not fit in it though.
Looks level enough to get the job done. I wouldn't call that sloppy.not level and sloppy ?
<output ommitted>
!
interface FastEthernet0/0
ip address 219.38.10.129 255.255.255.252
ip nat outside
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 172.16.0.17 255.255.255.252
ip nat inside
duplex auto
speed auto
!
<output ommitted>
!
ip nat inside source list 50 interface FastEthernet0/0 overload
ip nat inside source static tcp 10.0.2.34 80 219.38.10.129 80
ip nat inside source static tcp 10.0.2.36 25 219.38.10.129 25
ip nat inside source static tcp 10.0.2.10 53 219.38.10.129 53
ip nat inside source static udp 10.0.2.10 53 219.38.10.129 53
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
!
!
access-list 50 permit 10.0.0.0 0.0.3.255
access-list 50 permit 172.16.0.0 0.0.0.15
access-list 50 remark PAT ACL
!