Debian Bring Manually Configured Interface Up at Boot/Reboot

Edit /etc/network/interfaces and make following changes:

1.Add interface to auto line (your interface name may change and number of interfaces may also change). This change makes interface to be brought up at boot time:

auto lo eth0 eth1 eth2

2.Add following lines for each interface. This change will make interface to be manually configured:

iface eth1 inet manual
   pre-up /sbin/ifconfig $IFACE up
   post-down /sbin/ifconfig $IFACE down

reboot and see your changes.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s