From: Remco on

I am looking at a weird issue with jumpstart solaris 10

network_interface=PRIMARY
{
netmask=255.0.0.0
protocol_ipv6=no
default_route=10.31.7.1
}

works just fine. If I change it to

network_interface=PRIMARY
{
netmask=255.255.255.0
protocol_ipv6=no
default_route=10.31.7.1
}

it goes interactive...

Anybody?

- Remco
From: Scott Howard on
Remco <remco(a)null.com> wrote:
> works just fine. If I change it to
>
> network_interface=PRIMARY
> {
> netmask=255.255.255.0
> protocol_ipv6=no
> default_route=10.31.7.1
> }
>
> it goes interactive...

Other than the term type question, what it does it ask when it goes
interactive? That will tell you what it's failing to get from the
sysidcfg.

My guess would be that the default router address given is on a different
network with the /24 netmask, but the same network with the /8 mask.

Scott