Well, I've probably found out where's the problem. My hosting provider uses Qemu to create KVM and SunOS kernel has problem with that: https://bugs.launchpad.net/qemu/+bug/638955
D. -- http://www.danielkvasnicka.net On sobota, 29. ledna 2011 at 15:25, Daniel Kvasnička wrote: > Hey, > > > thanks for the info. I did not get it to work, neither this way nor having > /etc/hostname.<dev>. > The "route" command said something about the network being unreachable, so I > think I'll have to contact the people running that VPS and ask them to check > their config. > However I wanted to be able to use NWAM to do that when it's available. > > > As for the GUI discussion. First, the server does not have unlimited RAM, so > whatever is not necessary is redundant. Second, it just doesn't seem right to > me to have to have GUI to get static IP working (even though it might be a > problem outside of the system). Don't get me wrong -- I'm a Mac guy, I know > how much difference does a good GUI make. But I just wanted to be able to > have a text-only OI install and know how to get things going. Self-study :) > Maybe I'll have them load a GUI OI distro for me and after setting things up, > I'll just "svcadm disable gdm" :) > > > Dan > > -- > http://www.danielkvasnicka.net > On pátek, 28. ledna 2011 at 17:31, Deano wrote: > > > > My notes on static ip (not using NWAM) under OI from the default DHCP > > -------- > > Update /etc/resolv.conf WITH DNS > > /etc/nsswitch.dns /etc/nsswitch.conf > > Update /etc/defaultrouter with GATEWAY > > route -p add default GATEWAY > > Update /etc/hosts > > svcadm disable network/physical:nwam > > svcadm enable network/physical:default > > ipadm create-addr -T static -a HOSTNAME/24 LINK_NAME > > > > HTH, > > Deano > > -----Original Message----- > > From: Daniel Kvasnička [mailto:[email protected]] > > Sent: 28 January 2011 16:13 > > To: [email protected] > > Subject: [OpenIndiana-discuss] Cannot get static IP network setup to work > > > > Hi people, > > > > > > I'm trying to setup OpenIndiana b148 to use static IPv4 address and manually > > set up DNS servers. And I can't even ping my gateway. > > The problem is that the only acces to the machine I have is through VNC to > > the QEMU instance it runs in. > > Here is the link to screenshots showing what I've done with nwamcfg so far: > > http://www.dropbox.com/gallery/1967301/1/oi?h=bfc6e1 > > > > > > I've also: > > - checked /etc/resolv.conf for nameserver entries > > - ensured "dns" is entered in /etc/nsswitch.conf in appropriate places > > - entered appropriate line in /etc/nwam/llp (e1000g0 static > > xxx.xxx.xxx.xxx/24) > > - checked that my gateway is in /etc/defaultrouter > > - tried to set 255.255.255.0 as mask using ifconfig, because ifconfig -a > > showed the mask is set to ff000000 > > > > > > What the hell am I doing wrong? :) Can the problem be somewhere outside the > > system? As I've said. It's a virtual instance running in a VM and I have no > > way to check the VM settings myself. > > > > > > Dan > > > > -- > > http://www.danielkvasnicka.net > > > > > > _______________________________________________ > > OpenIndiana-discuss mailing list > > [email protected] > > http://openindiana.org/mailman/listinfo/openindiana-discuss > > > > > > _______________________________________________ > > OpenIndiana-discuss mailing list > > [email protected] > > http://openindiana.org/mailman/listinfo/openindiana-discuss > > > _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
