"Network configuration is invalid..."

noel

New Member
#1
When trying to install LSWS on OpenSolaris Nevada build 43, I get the following error:

Serial number is available.
Would you like to generate a license key request? [Y/n]

[ERROR] Network configuration is invalid, at least one working network interface is required.

My network interfaces are working just fine.

Anyone? This is slightly urgent. Thank you!
 
#2
What does your ifconfig look like? I guess if you really want to, you can edit the install shell script and remove this sanity check...
 

noel

New Member
#3
My ifconfig looks like this. I think the problem is that I'm on a Solaris Zone and it doesn't have a physical hardware address to generate an install key from, just "virtual" ones, since it is similar to a VPS. (ip addresses edited out.)

lo0:4: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
aggr1:4: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 172....... netmask ffff0000 broadcast 1.......
e1000g0:4: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 4......netmask ffffff80 broadcast 4.....
e1000g1:4: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
inet 10...... netmask ffffff00 broadcast 10......
 
Top