guysoft / OctoPi

Scripts to build OctoPi, a Raspberry PI distro for controlling 3D printers over the web
GNU General Public License v3.0
2.47k stars 366 forks source link

incorrect IP address in octopi-network.txt #455

Closed H889761123 closed 6 years ago

H889761123 commented 6 years ago

Hello,

in octopi-network.txt (L.54), it should be 192.168.250.1 instead of 192.168.250.10 to match with L.60

guysoft commented 6 years ago
  1. You are welcome to pull request with an explanation
  2. What is L.54 and L.60 ? I can't find anything when I Google for it. .1 tends to be the gateway and not the IP of OctoPi
John-Mc commented 6 years ago

“line 54” and “line 60”? I don’t have the files handy to see if that makes sense.

On Tuesday, January 2, 2018, Guy Sheffer notifications@github.com wrote:

  1. You are welcome to pull request with an explanation
  2. What is L.54 and L.60 ? I can't find anything when I Google for it. .1 tends to be the gateway and not the IP of OctoPi

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/guysoft/OctoPi/issues/455#issuecomment-354724834, or mute the thread https://github.com/notifications/unsubscribe-auth/AP9kv2jrF6jc1g1jQhM0j1IPmCE3wmk5ks5tGfGhgaJpZM4RQVsB .

guysoft commented 6 years ago

Filles are here in the network module

guysoft commented 6 years ago

Line 54: https://github.com/guysoft/CustomPiOS/blob/CustomPiOS/src/modules/network/filesystem/boot/custompios-network.txt#L54

LunNova commented 6 years ago

They're supposed to be different. Line 54 is the configuration to use on a PC. Line 60 is for octoprint.

If you set two systems with the same static IP they won't be able to talk to each other.

guysoft commented 6 years ago

Yep, ok, closing