Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
octopi [2019/03/21 18:49] warmachine created |
octopi [2019/10/29 20:32] (current) warmachine |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Building an Octopi Server With A Raspberry Pi ====== | ====== Building an Octopi Server With A Raspberry Pi ====== | ||
| + | |||
| + | **<color # | ||
| + | |||
| + | **<color # | ||
| Line 16: | Line 20: | ||
| * Log into your Pi via SSH | * Log into your Pi via SSH | ||
| - | it is located at octopi.local if your computer supports bonjour or the IP address assigned by your router), default | + | it is located at [[http://octopi.local|http:// |
| <color # | <color # | ||
| Line 27: | Line 31: | ||
| <color # | <color # | ||
| + | \\ | ||
| raspi-config\\ | raspi-config\\ | ||
| + | \\ | ||
| update tool\\ | update tool\\ | ||
| expand SD card\\ | expand SD card\\ | ||
| Line 39: | Line 43: | ||
| <color # | <color # | ||
| + | \\ | ||
| interface eth0\\ | interface eth0\\ | ||
| - | static ip_address=192.168.1.48/24\\ | + | static ip_address=x.x.x.x/y\\ |
| - | static routers=192.168.1.1\\ | + | static routers=z.z.z.z\\ |
| - | static domain_name_servers=192.168.1.33\\ | + | static domain_name_servers=a.a.a.a\\ |
| + | \\ | ||
| interface wlan0\\ | interface wlan0\\ | ||
| - | static ip_address=192.168.1.xxx/24\\ | + | static ip_address=x.x.x.x/y\\ |
| - | static routers=192.168.1.1\\ | + | static routers=z.z.z.z\\ |
| - | static domain_name_servers=192.168.1.33\\</ | + | static domain_name_servers=a.a.a.a</ |
| in the above example, we're editing the dhcpcd.conf to give the octopi static IPs. you really only need one or the other, depending on if you are hard-wiring or running your pi wireless (more common).\\ | in the above example, we're editing the dhcpcd.conf to give the octopi static IPs. you really only need one or the other, depending on if you are hard-wiring or running your pi wireless (more common).\\ | ||
| + | |||
| + | **x.x.x.x** = your desired static IP followed by **y**, your subnet mask (for example /24) and finally **a.a.a.a**, | ||
| + | |||
Last modified: le 2019/03/21 18:49
