This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
guides:virtual_modem:section_4 [2024-09-03 21:41] omolini |
guides:virtual_modem:section_4 [2025-02-10 22:53] (current) omolini [Get In Touch With Us!] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Section 4 - Setting up Virtual Modem ====== | ====== Section 4 - Setting up Virtual Modem ====== | ||
==== Required packages ==== | ==== Required packages ==== | ||
- | For the connection script to work properly, your Raspbian installation needs a few prerequisite packages. The most important of these is the PPP daemon **"pppd"** and **IP Tables** to route packets. Also xxd is used to decode raw bytes from the input stream. | + | For the connection script to work properly, your Raspbian installation needs a few prerequisite packages. The most important of these is the PPP daemon **"pppd"** and **IP Tables** to route packets. Also xxd is used to decode raw bytes from the input stream. xxd should be preinstalled on Raspbian, but I'm including it in the installation list here just in case. |
- | * Run the following commands to install pppd and iptables: | + | * Run the following commands to install pppd, iptables and xxd: |
<code bash> | <code bash> | ||
sudo apt-get update | sudo apt-get update | ||
Line 108: | Line 108: | ||
==== Get In Touch With Us! ==== | ==== Get In Touch With Us! ==== | ||
Get support, share your thoughts and report bugs on Discord. \\ | Get support, share your thoughts and report bugs on Discord. \\ | ||
- | [[https://discord.gg/4w6CpZ8|{{:images:social-discord.png?nolink|}}]] | + | [[https://protoweb.org/discord/|{{:images:social-discord.png?nolink|}}]] |
{{tag>Guides Guides:Networking}} | {{tag>Guides Guides:Networking}} | ||