Skip to content

Commit

Permalink
content
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstebbing committed Oct 4, 2024
1 parent 2fc8eb2 commit 3afd530
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
book
.DS_Store
4 changes: 2 additions & 2 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

- [Introduction](./what.md)
- [Installation](./install.md)
- [FriendlyElec T6 ARM](./arm.md)
- [x86](./x86.md)
- [Virtual Machines](./vms.md)
- [Bare Metal](./hardware.md)
- [Building images from source](./source_images.md)
- [Inbound Ports: 22556 (core), 42069 (Dogenet)](./ports.md)
- [Installing Pups](./pup_install.md)
- [Developing Pups](./pup_development.md)
- [DRE (Dogecoin Runtime Environment)](./pup_dev_dre.md)
Expand Down
1 change: 0 additions & 1 deletion src/arm.md

This file was deleted.

6 changes: 6 additions & 0 deletions src/hardware.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# FriendlyElec T6 ARM Hardware installer


# x86 Hardware Installer
> x86 images are coming soon, please try our [VM images](./vms.md)
30 changes: 30 additions & 0 deletions src/ports.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Inbound Ports: 22556 (core), 42069 (Dogenet)

Depending on what Pups you install you will likely want to forward
inbound connections. Installing Dogecoin Core Pup requires port 22556
and for Dogenet 42069, other Pups may also require inbound connection
forwarding, depending on what they do.

# Home routers
In most homes, computers connect to the Internet through a modem or a router,
which is configured to block incoming connections to most ports. To forward
ports, you will need to follow the following steps.

Please refer to your router’s manual for specific instructions.


1. Access your router’s control panel using your internet browser. Usually, most
routers have a control panel accessible at https://192.168.0.1 or at
https://192.168.1.1. Sometimes, a sticker is placed on the bottom or the side
of the router listing the IP.

2. Login into the control panel of the router. You will need to use the username
and password provided by the router manufacturer. Sometimes, a sticker is placed
on the bottom or the side of the router revealing the admin password.

3. In the router’s control panel, assign a static IP to your Dogebox. This is normally
done in the Dynamic Host Configuration Protocol (DHCP) page.

4. In the router’s control panel, configure port forwarding: forward all inbound
traffic from 22556 (core) and 42069 (Dogenet) to the same ports at the static IP
you assigned to your Dogebox.
1 change: 0 additions & 1 deletion src/x86.md

This file was deleted.

0 comments on commit 3afd530

Please sign in to comment.