Ok guys, curious to know how many of you have a crazy home networking setup!
Pics are all good (800x600 max though please chaps!), although some detail / explanation would be useful!
I'll start things off with mine:
Cisco Catalyst 2950-24 [10/100 Level 2]
3Com 4900 [100/1000 Level 3]
Nokia IP330 running PFSense
Linksys WRT-54G
Compaq Proliant DL360 [Dual [email protected], 2Gb RAM, 2x 146Gb in RAID1, Debian Etch / Windows Sever 2003 / CentOS]
Not in the picture:
Laptop, Windows desktop, Ubuntu desktop, Fileserver
Two 2048-bit encrypted OpenVPN connections to external networks, soon to be 3 when I get around to it.
OSPF dynamic routing implemented fully across all connected networks.
Each of the connected networks is running individual internal DNS which is held in secondary records for each of our servers, making things much easier.
Pics are all good (800x600 max though please chaps!), although some detail / explanation would be useful!
I'll start things off with mine:

Cisco Catalyst 2950-24 [10/100 Level 2]
3Com 4900 [100/1000 Level 3]
Nokia IP330 running PFSense
Linksys WRT-54G
Compaq Proliant DL360 [Dual [email protected], 2Gb RAM, 2x 146Gb in RAID1, Debian Etch / Windows Sever 2003 / CentOS]
Not in the picture:
Laptop, Windows desktop, Ubuntu desktop, Fileserver
Two 2048-bit encrypted OpenVPN connections to external networks, soon to be 3 when I get around to it.
OSPF dynamic routing implemented fully across all connected networks.
Each of the connected networks is running individual internal DNS which is held in secondary records for each of our servers, making things much easier.
Code:
debian-vm:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:29:59:81:E8
inet addr:192.168.2.50 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe59:81e8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4910844 errors:0 dropped:0 overruns:0 frame:0
TX packets:5070615 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1443043947 (1.3 GiB) TX bytes:2200613734 (2.0 GiB)
Interrupt:177 Base address:0x1080
tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.10.0.2 P-t-P:10.10.0.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:1875594 errors:0 dropped:0 overruns:0 frame:0
TX packets:1897036 errors:0 dropped:255 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:379762985 (362.1 MiB) TX bytes:392911537 (374.7 MiB)
tun1 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:172.16.0.1 P-t-P:172.16.0.2 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:195273 errors:0 dropped:0 overruns:0 frame:0
TX packets:313355 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:13642252 (13.0 MiB) TX bytes:368227367 (351.1 MiB)
Code:
debian-vm:~# ip route list
10.10.0.1 dev tun0 proto kernel scope link src 10.10.0.2
10.10.0.2 via 10.10.0.1 dev tun0 proto zebra metric 20
172.16.0.2 dev tun1 proto kernel scope link src 172.16.0.1
10.0.1.1 via 10.10.0.1 dev tun0 proto zebra metric 30
10.0.1.2 via 10.10.0.1 dev tun0 proto zebra metric 20
192.168.7.0/24 via 10.10.0.1 dev tun0 proto zebra metric 20
192.168.2.0/24 dev eth0 proto kernel scope link src 192.168.2.50
192.168.199.0/24 via 10.10.0.1 dev tun0 proto zebra metric 20
192.168.1.0/24 via 10.10.0.1 dev tun0 proto zebra metric 20
192.168.200.0/24 via 10.10.0.1 dev tun0 proto zebra metric 20
192.168.12.0/24 via 10.10.0.1 dev tun0 proto zebra metric 20
192.168.11.0/24 via 10.10.0.1 dev tun0 proto zebra metric 20
192.168.10.0/24 via 10.10.0.1 dev tun0 proto zebra metric 20
192.168.25.0/24 via 10.10.0.1 dev tun0 proto zebra metric 20
192.168.9.0/24 via 10.10.0.1 dev tun0 proto zebra metric 20
default via 192.168.2.11 dev eth0
Last edited: