-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filename change octopi-network.txt -> octopi-ethernet.txt since it on…
…ly configures ethernet now
- Loading branch information
Kenneth Jiang
committed
Jul 23, 2016
1 parent
22ec5ac
commit 13e3fc1
Showing
3 changed files
with
29 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# You can use this file to manually set up your ethernet network configuration. | ||
|
||
### WIRED CONFIGURATION ##################################################### | ||
# The following segment allows you to configure your wired connection | ||
# with a static IP. | ||
# | ||
# Just uncomment the lines prefixed with a single #. Then connect | ||
# a cable to the Pi and another system, e.g. a Laptop, and set that | ||
# other system's network configuration to: | ||
# | ||
# address: 192.168.250.10 | ||
# netmask: 255.255.255.0 | ||
# broadcast: 192.168.250.255 | ||
# | ||
# You can then reach the Pi from the system's browser by going to | ||
# | ||
# http://192.168.250.1 | ||
# | ||
# or | ||
# | ||
# http://octopi.local | ||
|
||
#auto eth0:1 | ||
#iface eth0:1 inet static | ||
# address 192.168.250.1 | ||
# netmask 255.255.255.0 | ||
# broadcast 192.168.250.255 | ||
|
This file was deleted.
Oops, something went wrong.