dslreports logo
Search similar:


uniqs
863
galacticroot
join:2004-05-17

galacticroot

Member

Current network mess


Network map
Click for full size
Room
Click for full size
Network gear
I just completely reorganized my computer room a couple weeks ago. There used to be cables all over the place... and now there are STILL cables all over the place. Oh well.

This is actually a "before" picture for the work I'll do on it this summer, which involves retrofitting the house with Cat5, installing a "NOC corner" in the basement(with much better equipment), and hooking up the rest of the server and stuff.

Unfortunately, I only have an 8 port 10/100 hub right now, so some of the things here aren't hooked up due to that limitation.

The computers, (from left to right) are:
-2U rackmount server. No purpose quite yet. Will be an IDS server along with some other things though.
-Windows gaming system. It was built a year ago, and still works great for new games. Athlon XP 2600+ or something. 1GB ram, the Radeon 9700 version that came with the monster heatsink/heatpipe thing. Windows XP
-Linux workstation. Posting with it right now. Athlon XP 2800+, 1GB ram, 180GB HDD, Gentoo Linux.
-Web server. K6-2 450, about 320MB ram, and 2x8GB hard drives.

The left monitor is for Linux workstation, and the right is switchable between the rack server and the windows box.

There is also some other stuff like a big UPS array and a ham radio station (well, kind of) in this room that you can't see in the photos.
sbcs53
join:2003-12-03
Matawan, NJ

sbcs53

Member

Can we see the laptop and the UPS array? Thanks. Nice setup, btw.

Flowbi
@166.38.x.x

Flowbi to galacticroot

Anon

to galacticroot
Looks like you are using a cisco 2541 can you post your routers config? I'm switching from cable to dsl and would like an example config

stefaanE
Premium Member
join:2002-07-10
9657

stefaanE to galacticroot

Premium Member

to galacticroot
Nice to see a diagram done with xfig.

Take care,

Stefaan
galacticroot
join:2004-05-17

galacticroot to sbcs53

Member

to sbcs53
Click for full size
UPSes
Click for full size
Network laser printer
I didn't get a picture of the laptop or other workstations since my camera batteries died, but here are the UPSes and laser printer.

The UPS at the left is the main part of a matrix 5000VA. This isn't actually plugged in yet, but will be the UPS for the equipment in the basement I'll be putting in this summer. I need to get a suitable 250V circuit wired and buy the batteries. The other UPSes are a Deltec 1920VA, an APC 1200VA, and an APC 800VA with a larger battery pack. I also have an old 6000VA UPS just sitting around elsewhere, but I'll probably just sell it. I got all of these used for a total of around $150 from different places.

The printer is just a Samsung laser printer with a built in printserver.
galacticroot

galacticroot to Flowbi

Member

to Flowbi
The cisco 2514 router is recent. Actually, I just got it set up a few days ago, and that was how I found these forums. The people in the CISCO forum were extremely helpful with this. I'm running IP FW Plus IPSEC 56 IOS, so I can do stateful packet filtering.

Here's the config right now:
!
version 12.2
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
logging rate-limit console 10 except errors
enable secret 5 -SNIP-
!
ip subnet-zero
no ip finger
ip telnet source-interface Ethernet1
ip name-server -NAMESERVER1-
ip name-server -NAMESERVER2-
!
ip inspect udp idle-time 15
ip inspect tcp idle-time 1800
ip inspect tcp finwait-time 1
ip inspect tcp synwait-time 15
ip inspect name fw1 udp audit-trail on
ip inspect name fw1 tcp audit-trail on
ip inspect name fw1 ftp audit-trail on
ip inspect name fw1 smtp audit-trail on
no ip dhcp-client network-discovery
!
!
!
!
interface Ethernet0
description DSL link
ip address -WANIPADDRESS- 255.255.255.0
ip access-group 101 in
ip nat outside
ip inspect fw1 out
no cdp enable
!
interface Ethernet1
description LAN link
ip address 192.168.1.1 255.255.255.0
ip nat inside
!
interface Serial0
no ip address
shutdown
no fair-queue
!
interface Serial1
no ip address
shutdown
!
ip kerberos source-interface any
ip nat inside source list 1 interface Ethernet0 overload
ip nat inside source static tcp 192.168.1.2 22 interface Ethernet0 23
ip nat inside source static tcp 192.168.1.2 80 interface Ethernet0 80
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0 -GATEWAYIP- permanent
ip route 192.168.1.0 255.255.255.0 Ethernet1 permanent
no ip http server
!
access-list 1 permit any
access-list 2 permit 192.168.1.0
access-list 5 deny any
access-list 100 permit icmp 192.168.1.0 0.0.0.255 any
access-list 100 permit ip 192.168.1.0 0.0.0.255 any
access-list 100 deny ip any any
access-list 101 permit icmp any any echo-reply
access-list 101 permit icmp any any unreachable
access-list 101 permit icmp any any ttl-exceeded
access-list 101 permit icmp any any packet-too-big
access-list 101 permit tcp any any eq telnet
access-list 101 permit tcp any any eq www
access-list 101 deny ip any any log
!
!
line con 0
transport input none
line aux 0
line vty 0 4
password 7 -SNIP-
login
!
end

I have a plain old ethernet dsl bridge, and a single static IP. If that's the config you have, you can probably just put in your own IPs in there, and it should work. Again, you'll need the FW IOS image.

I also have this set up to forward ports 80 and 23 to an internal web server. Port 23 goes to 22 on the web server, though.

Cyberprog
Cyberprog
Premium Member
join:2003-06-27
UK

Cyberprog to galacticroot

Premium Member

to galacticroot
Whatever you do, make sure you don't plug the Laser Printer into the UPS Can cause major issues...

Rob
Premium Member
join:2001-08-25
Miami, FL

Rob to galacticroot

Premium Member

to galacticroot
said by galacticroot:
I didn't get a picture of the laptop or other workstations since my camera batteries died, but here are the UPSes and laser printer.

The UPS at the left is the main part of a matrix 5000VA. This isn't actually plugged in yet, but will be the UPS for the equipment in the basement I'll be putting in this summer. I need to get a suitable 250V circuit wired and buy the batteries. The other UPSes are a Deltec 1920VA, an APC 1200VA, and an APC 800VA with a larger battery pack. I also have an old 6000VA UPS just sitting around elsewhere, but I'll probably just sell it. I got all of these used for a total of around $150 from different places.

The printer is just a Samsung laser printer with a built in printserver.

I have a printer similiar to that.. I have the ML2152W and it's great!

PhoenixAZ
Get A Mac
Premium Member
join:2004-01-04
Phoenix, AZ

PhoenixAZ to galacticroot

Premium Member

to galacticroot
Hows typing with that 20 year old keyboard?

Rob
Premium Member
join:2001-08-25
Miami, FL

Rob

Premium Member

said by PhoenixAZ:
Hows typing with that 20 year old keyboard?

those are the best keyboards!
galacticroot
join:2004-05-17

galacticroot to PhoenixAZ

Member

to PhoenixAZ
said by PhoenixAZ:
Hows typing with that 20 year old keyboard?

Great! Although its actually a 12 year old keyboard, manufactured 6-18-92. The one on the right was made in 12-4-95, and is a Dell branded one. The Dell clone doesn't have the removable keys, but has the same feel as the original one. The Model-M keyboard is pretty much the "king of keyboards" in my opinion. I'll go with a new mouse, new monitor, new whatever, but I'll keep the Model-M!

"Its not a REAL keyboard if it can't effectively be used as a weapon."(or something like that) - A friend, when looking for Model-Ms.
sbcs53
join:2003-12-03
Matawan, NJ

1 edit

sbcs53

Member

.
sbcs53

2 edits

sbcs53 to Cyberprog

Member

to Cyberprog
.
sbcs53

1 edit

sbcs53 to stefaanE

Member

to stefaanE
.
sbcs53

1 edit

sbcs53 to Cyberprog

Member

to Cyberprog
Looks great! Thanks.
said by stefaanE:
Nice to see a diagram done with xfig.

Take care,

Stefaan

What is xfig?
said by Cyberprog:
Whatever you do, make sure you don't plug the Laser Printer into the UPS Can cause major issues...

Why shouldn't you plug a laser printer a UPS?
galacticroot
join:2004-05-17

galacticroot

Member

Xfig is a Linux vector graphics editor. Its good for making network diagrams and stuff.
---
Laser printers press the page at hundreds of degrees farenheit, using a fuser, to bake the toner into the page. The heater for this usually works in cycles, but draws a lot of current when it comes on. Generally, it will at least draw several hundred watts on a slow printer, and more on a faster one.

That current draw is enough to overload small UPSes and force them to shut down. Although larger UPSes, like the bigger ones in that photo, can handle a laser printer without a problem, it is still not a critical system and is usually a big waste of backup power. So generally, you don't plug a laser printer into a UPS without very good reason.
sbcs53
join:2003-12-03
Matawan, NJ

sbcs53 to galacticroot

Member

to galacticroot
O ok. I see.

Is there anyway to run xfig on a Windows system?

PhoenixAZ
Get A Mac
Premium Member
join:2004-01-04
Phoenix, AZ

PhoenixAZ

Premium Member

said by sbcs53:
O ok. I see.

Is there anyway to run xfig on a Windows system?

yes their is, get a Linux Emulator Use something like VMWare or Bochs. Although Bochs sucks.
sbcs53
join:2003-12-03
Matawan, NJ

sbcs53 to galacticroot

Member

to galacticroot
K. thanks

MacThrasher
Premium Member
join:2002-04-26
Chagrin Falls, OH

MacThrasher to sbcs53

Premium Member

to sbcs53
said by sbcs53:
said by Cyberprog:
Whatever you do, make sure you don't plug the Laser Printer into the UPS Can cause major issues...

Why shouldn't you plug a laser printer a UPS?

Typically, laser printers take a lot of power when the image the drum. When that happens and it is plugged into a UPS, it will reset the UPS and cause a few seconds of power loss, power cycling any machine hooked up to said UPS.

PhoenixAZ
Get A Mac
Premium Member
join:2004-01-04
Phoenix, AZ

PhoenixAZ to galacticroot

Premium Member

to galacticroot
The second monitor should be replaced with something more modern. I mean CRT monitors are so cheap these days. I bought this one for $109!
PhoenixAZ

PhoenixAZ to galacticroot

Premium Member

to galacticroot
Dont tell me you are using the right monitor to play games on!, Why not KVM the windows and the linux, and have the right monitor be Server only, instead of having the server and the gaming be KVM'ed.
galacticroot
join:2004-05-17

galacticroot

Member

I would have done that, except that the KVM switch is really crappy and causes a lot of interference at high frequencies.

The Linux box is running at 1600x1200, and the Windows box is running at 1152x865. I can cope with a slightly wavy UT2K4 game, but the wavyness at 1600x1200 is way too much to do any serious work with.

As for the IBM monitor, I got it a few years ago for $40 used. It still works, although its getting a little blurry. What can I say?

I keep wanting to get some really nice monitors, but I'm waiting for a really good deal to come along. I'm thinking along the lines of four 21" ones.