Skip to content

Commit

Permalink
titles
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Oct 6, 2023
1 parent f063d7c commit b3f5005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ztnet/docs/Usage/override_default_route.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This guide involves two Debian OS machines:
2. Debian Client: This machine will act as the client through which all internet traffic will be routed.


### Step 1: Enable IPv4 Forwarding ( Run on Debian Client Server )
### Step 1: Enable IPv4 Forwarding ( Run on Debian Client )

1. Open the sysctl configuration file by editing `/etc/sysctl.conf`.
2. Find and uncomment the line `net.ipv4.ip_forward` to enable IP forwarding upon boot.
Expand All @@ -19,7 +19,7 @@ This guide involves two Debian OS machines:
sudo sysctl -w net.ipv4.ip_forward=1
```

### Step 2: Configure iptables for NAT and Forwarding ( Run on Debian Client Server )
### Step 2: Configure iptables for NAT and Forwarding ( Run on Debian Client )
Replace `PHY_IFACE` and `ZT_IFACE` with your actual physical and ZeroTier interface names.
```bash
PHY_IFACE=eth0
Expand Down

0 comments on commit b3f5005

Please sign in to comment.