fork download
  1. # interfaces(5) file used by ifup(8) and ifdown(8)
  2. auto lo
  3. iface lo inet loopback
  4.  
  5. auto eno1
  6.  
  7. auto vlan7
  8. iface vlan7 inet static
  9. address 192.168.0.142
  10. network 255.255.255.192
  11. gateway 192.168.0.158
  12. vlan-raw-device eno1
Runtime error #stdin #stdout #stderr 0s 5084KB
stdin
Aug 15 18:52:59 pc sh[1980]: Unknown interface eno1
Aug 15 18:52:59 pc ifup[1985]: Unknown interface eno1
Aug 15 18:52:59 pc systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
Aug 15 18:52:59 pc systemd[1]: Failed to start Raise network interfaces.
Aug 15 18:52:59 pc systemd[1]: networking.service: Unit entered failed state.
Aug 15 18:52:59 pc systemd[1]: networking.service: Failed with result 'exit-code'.
stdout
Standard output is empty
stderr
./prog.sh: line 2: auto: command not found
./prog.sh: line 3: iface: command not found
./prog.sh: line 5: auto: command not found
./prog.sh: line 7: auto: command not found
./prog.sh: line 8: iface: command not found
./prog.sh: line 9: address: command not found
./prog.sh: line 10: network: command not found
./prog.sh: line 11: gateway: command not found
./prog.sh: line 12: vlan-raw-device: command not found