> 
> in /etc/rc.config (which was blank)
> 
> 
> pepin:/ # more /etc/rc.config
> NETCONFIG="_0 _1"
> IPADDR_1="192.168.252.13"
> NETDEV_1="hsi1"
> IFCONFIG_1="192.168.252.13 netmask 255.255.255.0"
> 
> For this linux guest the hipersocket address assigned is 
> 192.168.252.13 as opposed to the example having 192.0.1.60.
> 
In SLES8, this stuff would go in /etc/sysconfig/network/ifcfg-hsi1
instead of rc.config and would look more like:

BOOTPROTO='static'
STARTMODE='ONBOOT'
IPADDR='192.168.252.13'
NETMASK='255.255.255.0'
NETWORK='192.168.252.0'
BROADCAST='192.168.252.255'

Leland

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to