ifup eth0 vs ifconfig eth0 up
#ifup eth0
#ifconfig eth0 up
both work the same way. ifup will configure network based on /etc/network/interfaces.
ifconfig use to configrue kernel resident network interfaces
#ifup eth0
#ifconfig eth0 up
both work the same way. ifup will configure network based on /etc/network/interfaces.
ifconfig use to configrue kernel resident network interfaces