Hi, welcome to LQ,
Well there are a couple of ways to check this out, two possible ways are
Code:
ip addr show
ifconfig -a
If the commands do not work due to access permissions, try as root or
Code:
/sbin/ip addr show
/sbin/ifconfig -a
inet is the IPv4 address and inet6 is the IPv6 one.