ฉันมีการกำหนดค่านี้ใน/ etc / network / interfaces :
auto lo
iface lo inet loopback
allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
allow-hotplug wlan1
iface wlan1 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
allow-hotplug wlan0
#iface wlan0 inet dhcp
iface wlan0 inet static
address 192.168.0.110
netmask 255.255.255.0
network 192.168.0.1
gateway 192.168.0.1
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
#iface default inet dhcp
iface eth0 inet static
address 192.168.0.115
netmask 255.255.255.0
network 192.168.0.1
gateway 192.168.0.1
IP แบบสแตติกไร้สายทำงานได้ แต่ eth0 ไม่ทำงาน
ดังนั้นฉันจึงพยายามกำหนดค่าใน/etc/dhcpcd.conf :
interface eth0
static ip_address=192.168.0.115/24
static routers=192.168.0.1
static domain_name_servers=192.168.0.1
และมันก็ใช้งานได้ ฉันสับสนและนี่คือคำถามหลายข้อ:
ควรใช้ไฟล์ชนิดใด
ทำไม wifi ทำงานกับ/ etc / network / interfacesแต่ eth0 ไม่ได้?
ไม่dhcpcdมีความสำคัญมากกว่าอย่างใด / etc / เครือข่าย / อินเตอร์เฟซ ?
วิธีการตรวจสอบบริการที่มีความสำคัญหรือ Someting? และบริการที่ใช้/ etc / เครือข่าย / อินเตอร์เฟซ ?
ip addr
เอาท์พุทและsystemctl status networking
เอาท์พุท? เพราะถ้า OP พยายามทำเช่นนั้นเหนือ ssh และใช้ eth0 ip เพื่อ ssh เข้าดังนั้น eth0 ip ที่ได้รับการแก้ไขจะถูกกำหนดให้เป็น ip รองกับ eth0 เพื่อให้เซสชัน ssh ทำงานอย่างต่อเนื่องฉันพยายามเปลี่ยน eth0 ip เป็น OP กล่าวถึง แต่ sshing ผ่าน wlan0 และใช้งานได้และชอบมากกว่า dhcp ในกรณีของฉันมันเป็น dhclient บน Stretch แต่ sshing ผ่าน eth0 กรณีที่กล่าวถึงก่อนหน้านี้เกิดขึ้น
/etc/network/interfaces
ตั้งค่าใด ๆ
#raspbian
คำถามที่ดีและสิ่งที่ผมกำลังจะถามเกี่ยวกับ ในฐานะที่เป็นผู้ดูแลระบบ Un * x เป็นเวลาหลายปีฉันพบว่าการเปลี่ยนแปลงพื้นฐานนี้ทำให้ยุ่งเหยิงโดยประกอบกับความขาดแคลนของเอกสาร ฉันพบคำถามนี้หลังจากใช้เวลาหนึ่งชั่วโมงในการลองผิดลองถูก ฉันหวังว่าฉันจะพบraspberrypi.stackexchange.com/questions/37920/…ก่อนหน้านี้