Skip to main content
added 35 characters in body
Source Link
GAD3R
  • 69.9k
  • 33
  • 147
  • 216

toTo make changes permanent, edit the file:

Ensure default gateway is configured in /etc/networkdefaultrouter

The netmask is configured in /interfacesetc/netmasks

iface bge0 inet static address 10.91.3.5 netmask 255.255.252.0 gateway 10.91.3.1 

And /etc/hostname.bge0 is configured with the static IP address

to make changes permanent, edit the file /etc/network/interfaces

iface bge0 inet static address 10.91.3.5 netmask 255.255.252.0 gateway 10.91.3.1 

To make changes permanent:

Ensure default gateway is configured in /etc/defaultrouter

The netmask is configured in /etc/netmasks

And /etc/hostname.bge0 is configured with the static IP address

Source Link
GAD3R
  • 69.9k
  • 33
  • 147
  • 216

to make changes permanent, edit the file /etc/network/interfaces

iface bge0 inet static address 10.91.3.5 netmask 255.255.252.0 gateway 10.91.3.1