| http://www.w3.org/ns/prov#value | - This should print a list of interface names, mac addresses and other info.Next you assign the IP address using the addr subcommand, like this: /sbin/ip addr add 192.168.0.10/24 dev [INTERFACE_NAME].The default gateway is added with the route subcommand, like this: /sbin/ip route add default via [GATEWAY_ADDRESS].The last thing is bringing the interface up with the link subcommand: /sbin
|