Jelajahi Sumber

Restructure and APC PDU

Håvard O. Nordstrand 5 tahun lalu
induk
melakukan
ee95a7d1c1

+ 1 - 1
config/machines/dell-optiplex.md → config/computers/dell-optiplex.md

@@ -2,7 +2,7 @@
 title: Dell OptiPlex Series
 breadcrumbs:
 - title: Configuration
-- title: Machines
+- title: Computers
 ---
 {% include header.md %}
 

+ 1 - 1
config/machines/dell-poweredge.md → config/computers/dell-poweredge.md

@@ -2,7 +2,7 @@
 title: Dell PowerEdge Series
 breadcrumbs:
 - title: Configuration
-- title: Machines
+- title: Computers
 ---
 {% include header.md %}
 

+ 1 - 1
config/machines/laptops.md → config/computers/laptops.md

@@ -2,7 +2,7 @@
 title: Laptops
 breadcrumbs:
 - title: Configuration
-- title: Machines
+- title: Computers
 ---
 {% include header.md %}
 

+ 1 - 2
config/machines/testing.md → config/computers/testing.md

@@ -2,13 +2,12 @@
 title: Hardware Testing
 breadcrumbs:
 - title: Configuration
-- title: Machines
+- title: Computers
 ---
 {% include header.md %}
 
 ## Information Gathering
 
-
 ### Linux
 
 - Show CPU vulnerabilities: `tail -n +1 /sys/devices/system/cpu/vulnerabilities/*`

+ 0 - 0
config/linux-servers/applications.md → config/linux-server/applications.md


+ 0 - 0
config/linux-servers/debian.md → config/linux-server/debian.md


+ 0 - 0
config/linux-servers/proxmox-ve.md → config/linux-server/proxmox-ve.md


+ 0 - 0
config/linux-servers/storage.md → config/linux-server/storage.md


+ 35 - 0
config/power/apc-pdus.md

@@ -0,0 +1,35 @@
+---
+title: APC PDUs
+breadcrumbs:
+- title: Configuration
+- title: Power
+---
+{% include header.md %}
+
+## AP7850 Metered PDU
+
+### Network Configuration Methods
+
+The TCP/IP settings for the PDU may be configured using the following methods:
+
+- The APC Device IP Configuration Wizard: A Windows program.
+- DHCP/BOOTP: Requires special configuration of the DHCPv4 server.
+- Local computer: Using some special RJ-11 serial cable.
+- Remote computer: Using some ARP and ping hack and then telnet.
+
+#### Remote Computer
+
+1. Connect the PDU and the computer to the same VLAN.
+1. Check the status LED. It should be blinking green and/or orange to indicate that it has an invalid TCP/IP configuration and/or is trying to request BOOTP configuration, respectively. If it's solid green it means it's already configured.
+1. Add a static ARP entry to the PC to bind the PDU's MAC address to the desired IPv4 address.
+    - Windows: `arp -s 10.10.10.10 00-c0-b7-63-9f-67` (example)
+    - Linux: `arp -s 10.10.10.10 00:c0:b7:63:9f:67` (example)
+    - One way to find the MAC address may be to look in the DHCP server log for the VLAN.
+1. Ping the IP address with a packet size of 113 bytes.
+    - Windows: `ping 10.10.10.10 -l 113`
+    - Linux: `ping 10.10.10.10 -s 113`
+1. Telnet into the device: `telnet 10.10.10.10`
+1. Log in using username and password `apc`.
+1. Navigate to the network settings to configure it correctly.
+
+{% include footer.md %}

+ 19 - 15
index.md

@@ -18,17 +18,12 @@ Random collection of config notes and miscellaneous theory. Technically not a wi
 - [Linux Applications](config/linux-general/applications/)
 - [Linux Examples](config/linux-general/examples/)
 
-### Linux Servers
+### Linux Server
 
-- [Debian Server](config/linux-servers/debian/)
-- [Proxmox VE](config/linux-servers/proxmox-ve/)
-- [Linux Server Storage](config/linux-servers/storage/)
-- [Linux Server Applications](config/linux-servers/applications/)
-
-### Game Servers
-
-- [Counter-Strike: Global Offensive (CS:GO)](config/game-servers/csgo/)
-- [Team Fortress 2 (TF2)](config/game-servers/tf2/)
+- [Debian Server](config/linux-server/debian/)
+- [Proxmox VE](config/linux-server/proxmox-ve/)
+- [Linux Server Storage](config/linux-server/storage/)
+- [Linux Server Applications](config/linux-server/applications/)
 
 ### PC
 
@@ -40,12 +35,12 @@ Random collection of config notes and miscellaneous theory. Technically not a wi
 
 - [Raspberry Pi](config/iot/raspberry-pi/)
 
-### Machines
+### Computers
 
-- [Dell OptiPlex](config/machines/dell-optiplex/)
-- [Dell PowerEdge](config/machines/dell-poweredge/)
-- [Laptops](config/machines/laptops/)
-- [Testing](config/machines/testing/)
+- [Dell OptiPlex](config/computers/dell-optiplex/)
+- [Dell PowerEdge](config/computers/dell-poweredge/)
+- [Laptops](config/computers/laptops/)
+- [Hardware Testing](config/computers/testing/)
 
 ### Network
 
@@ -69,6 +64,15 @@ Random collection of config notes and miscellaneous theory. Technically not a wi
 - [pfSense](config/network/pfsense/)
 - [UniFi](config/network/unifi/)
 
+### Power
+
+- [APC PDUs](config/power/apc-pdus/)
+
+### Game Servers
+
+- [Counter-Strike: Global Offensive (CS:GO)](config/game-servers/csgo/)
+- [Team Fortress 2 (TF2)](config/game-servers/tf2/)
+
 ## Information Technology
 
 ### Network