Difference between revisions of "Manually configuring network on V240/V210/V125 ALOM"

From Peter Pap's Technowiki
Jump to: navigation, search
(Created page with "1. It helps to start with a default setup setdefaults -y 2. Then set the necessary parameters: setsc if_network true setsc if_connection ssh setsc netsc_dhcp false s...")
 
(No difference)

Latest revision as of 02:00, 3 June 2013

1. It helps to start with a default setup

 setdefaults -y

2. Then set the necessary parameters:

 setsc if_network true
 setsc if_connection ssh
 setsc netsc_dhcp false
 setsc netsc_ipaddr X.X.X.X
 setsc netsc_ipnetmask 255.255.X.X
 setsc netsc_ipgateway X.X.X.X

This will allow connection over SSH. best to do this as telnet is a BIG security NO NO!

3. Reset the the ALOM:

 resetsc -y

Done.