以下の内容はhttps://iww.hateblo.jp/entry/20221112/interfacesより取得しました。


/etc/network/interfaces で、USB-LAN用の設定

/etc/network/interfaces.d/HOGEHOGE で、抜いたり挿したりが発生するインターフェースは
auto じゃなくて allow-hotplug で書く

# 内蔵LAN
auto eth0
#iface eth0 inet dhcp
iface eth0 inet static
        address 172.16.0.2
        netmask 255.255.0.0
        gateway 172.16.0.1

# USB-有線LAN
allow-hotplug eth1
iface eth1 inet static
        address 192.168.0.2
        netmask 255.255.255.0



以上の内容はhttps://iww.hateblo.jp/entry/20221112/interfacesより取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14