Re: [osol-discuss] How to change IP address on Solaris 10

2007-07-31 Thread James Carlson
Mike DeMarco writes: > > /etc/inet/ipnodes is now just a symlink to > > /etc/inet/hosts, as is [...] > well its about time. ipnodes has bit me more times then I care to recall. Yes. It was a mistake, and it bit us as well. For what it's worth, it was a confluence of problems. Back when IPv6 was

Re: [osol-discuss] How to change IP address on Solaris 10

2007-07-31 Thread Mike DeMarco
> Shafayet Hossain writes: > > That mean i don't have to change /etc/inet/ipnodes > in Solaris 10 update 4 and later. Is that correct? > This document totally confused me. its saying that > > It's correct. > > > Why is this difference? > > /etc/inet/ipnodes is now just a symlink to > /etc/inet/

Re: [osol-discuss] How to change IP address on Solaris 10

2007-07-31 Thread Shafayet Hossain
Thanks James. This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] How to change IP address on Solaris 10

2007-07-30 Thread James Carlson
Shafayet Hossain writes: > That mean i don't have to change /etc/inet/ipnodes in Solaris 10 update 4 and > later. Is that correct? This document totally confused me. its saying that It's correct. > Why is this difference? /etc/inet/ipnodes is now just a symlink to /etc/inet/hosts, as is /etc/h

Re: [osol-discuss] How to change IP address on Solaris 10

2007-07-29 Thread Shafayet Hossain
That mean i don't have to change /etc/inet/ipnodes in Solaris 10 update 4 and later. Is that correct? This document totally confused me. its saying that Solaris 10 prior to update 4 Change IP in the following file(s): 1. /etc/hosts 2. /etc/inet/ipnodes Solaris 10 update 4 and later Ch

Re: [osol-discuss] How to change IP address on Solaris 10

2007-07-26 Thread Brian Gupta
This should clear it up. http://www.genunix.org/wiki/index.php/Change_IP_Address_HOWTO On 7/25/07, Shafayet Hossain <[EMAIL PROTECTED]> wrote: Solaris 10 now checks the /etc/inet/ipnodes file first before the /etc/hosts file to set the IP. So, you will have to change it there as well. This m

Re: [osol-discuss] How to change IP address on Solaris 10

2007-07-25 Thread Shafayet Hossain
Solaris 10 now checks the /etc/inet/ipnodes file first before the /etc/hosts file to set the IP. So, you will have to change it there as well. This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolar

Re: [osol-discuss] How to change IP address on Solaris 10

2007-07-13 Thread Nicholas Senedzuk
Have you changed /etc/inet/ipnodes? On 7/13/07, John <[EMAIL PROTECTED]> wrote: Still not working. The hostname of this box is sol10 My /etc/inet/hosts file has the following entries 127.0.0.1 localhost 192.168.58.11sol10 loghost 192.168.58.1 lp69 My netmaks is 192.168.58.0 255.2

Re: [osol-discuss] How to change IP address on Solaris 10

2007-07-13 Thread John
Still not working. The hostname of this box is sol10 My /etc/inet/hosts file has the following entries 127.0.0.1 localhost 192.168.58.11sol10 loghost 192.168.58.1 lp69 My netmaks is 192.168.58.0 255.255.255.0 My defaultrouter is 192.168.58.1 This message posted from opensolaris.

Re: [osol-discuss] How to change IP address on Solaris 10

2007-07-13 Thread Tim Cook
/etc/inet/hosts file should have the hostname, followed by the IP. Change the IP there and that is what it will use on boot. This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] How to change IP address on Solaris 10

2007-07-13 Thread Niclas Sodergard
On 7/13/07, James Carlson <[EMAIL PROTECTED]> wrote: > John writes: > > Hi, > > I tried to change IP address by performing the following commands but it > > always reverts to its original IP address after reboot. > > Please advise. > > > > > > ifconfig pcn0 unplumb > > ifconfig pcn0 plumb 192.168

Re: [osol-discuss] How to change IP address on Solaris 10

2007-07-13 Thread James Carlson
John writes: > Hi, > I tried to change IP address by performing the following commands but it > always reverts to its original IP address after reboot. > Please advise. > > > ifconfig pcn0 unplumb > ifconfig pcn0 plumb 192.168.58.11 netmask 255.255.255.0 up Try modifying the address in /etc/ho

[osol-discuss] How to change IP address on Solaris 10

2007-07-13 Thread John
Hi, I tried to change IP address by performing the following commands but it always reverts to its original IP address after reboot. Please advise. ifconfig pcn0 unplumb ifconfig pcn0 plumb 192.168.58.11 netmask 255.255.255.0 up Thanks. John This message posted from opensolaris.org __