LinuxVPNtoPfsense-Server-DMZ-1
Version vom 8. Februar 2022, 08:10 Uhr von Mario.zimmermann (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=Interface= *cat /etc/network/interfaces <syntaxhighlight lang="bash"> # The loopback network interface auto lo iface lo inet loopback # The primary network i…“)
Interface
- cat /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto ens192
iface ens192 inet static
address 10.66.248.100
netmask 255.255.255.0
gateway 10.66.248.1