Since ip is set to replace ifconfig, I'm trying to get myself used to using the ip suite of commands. I'm trying to enable my NIC with
ip link set eth3 up
That doesn't assign an IPv4 address correctly. However, if I run
ifup eth3
it works fine. I'm not sure what exactly the issue is or where to start with this.