8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
|
# Configure the network defaults
|
||
|
ipconfig '@dhcp' '/dev/nic0' 'start'
|
||
|
|
||
|
# Show our address
|
||
|
ipconfig '@show'
|
||
|
|
||
|
|