alpine-linux-headless-boots.../sample_interfaces

23 lines
334 B
Plaintext
Raw Permalink Normal View History

2023-05-12 12:04:05 +00:00
# Copyright 2022 - 2023, macmpi
# SPDX-License-Identifier: MIT
2022-07-09 12:34:58 +00:00
# Sample network interfaces file
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname localhost
auto wlan0
iface wlan0 inet dhcp
hostname localhost
auto usb0
iface usb0 inet static
address 10.42.0.2/24
gateway 10.42.0.1
hostname localhost