Solaris 8 IP configurations


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 8 IP configurations
# 1  
Old 10-15-2008
Solaris 8 IP configurations

Hello All,

I was finaly was able to recover my root password, thanks to this board Smilie

Now, I need to change the IP, well when I do netstat -rn the following displays:

Code:
192.168.0.77         127.0.0.1             UH       1      0  lo0
127.0.2.1            127.0.0.1             UH       1      0  lo0
127.0.3.1            127.0.0.1             UH       1      0  lo0
192.168.0.0          192.168.0.77          U        1      7  e1000g0
192.168.0.0          192.168.0.79          U        1      0  e1000g0:1
192.168.0.0          192.168.0.78          U        1      0  e1000g0:2
224.0.0.0            192.168.0.77          U        1      0  e1000g0
default              192.168.0.1           UG       1     13
127.0.0.1            127.0.0.1             UH       6    374  lo0

I get the IP part, but what it throughs me off is why the loopback IP is set as defaulroute 127.0.0.1 the first line.
Then the fourth line 192.168.0.0 and the interface IP 192.168.0.77 is set as defaultroute this has gotten me confused totaly.

Any one knows the description ? of the above output..


As always,thanks for reading my post.

nexOne

Last edited by DukeNuke2; 10-16-2008 at 02:49 AM.. Reason: added code tags for better reading
# 2  
Old 10-16-2008
Quote:
Originally Posted by nexOne
Code:
192.168.0.77         127.0.0.1             UH       1      0  lo0
127.0.2.1            127.0.0.1             UH       1      0  lo0
127.0.3.1            127.0.0.1             UH       1      0  lo0
192.168.0.0          192.168.0.77          U        1      7  e1000g0
192.168.0.0          192.168.0.79          U        1      0  e1000g0:1
192.168.0.0          192.168.0.78          U        1      0  e1000g0:2
224.0.0.0            192.168.0.77          U        1      0  e1000g0
default              192.168.0.1           UG       1     13
127.0.0.1            127.0.0.1             UH       6    374  lo0

I get the IP part, but what it throughs me off is why the loopback IP is set as defaulroute 127.0.0.1 the first line.
Then the fourth line 192.168.0.0 and the interface IP 192.168.0.77 is set as defaultroute this has gotten me confused totaly.

Any one knows the description ? of the above output..


As always,thanks for reading my post.

nexOne
Likely you have T2000 and solaris 10 and solaris 8 in zone. IMHO thats routing table mean tcp/ip packets go over global zone interface.
# 3  
Old 10-16-2008
Ikorolev,

The box has only Solaris 8.


Thanks for your reply..
# 4  
Old 10-16-2008
Quote:
Originally Posted by nexOne
Ikorolev,

The box has only Solaris 8.


Thanks for your reply..
Can you show output of command:
uname -a
cat /etc/release
cat /etc/defaultrouter
ls -l /etc/hostname.*
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Help with DNS Configurations

Dear experts I've managed to configure Blind, Zone files and i can view the domain that i created via nslookup and ping the domain on the same server. Server: 41.216.x.xx Address: 41.216.4.175#53 Name: mail.eeee.co.zm Address: 41.216.x.xx However, when... (1 Reply)
Discussion started by: herberwz
1 Replies

2. Solaris

Changing pooladm configurations

Hi All, I have 22 CPU's associated with a pool, which was created with pooladm. But by mistake somebody made it with pool name - wps-16cpu (I want to rename it to wps-22cpu). Its pset name is wps-16cpu-pset (I want to rename it to wps-22cpu-pset). How do I change it ? Also, can I associate... (3 Replies)
Discussion started by: solaris_1977
3 Replies

3. AIX

my configurations for sendmail.cf

dears is the configurations in the red correct for sendmail.cf DWdatawarehouse my louts nots server = DSlstn-lono-svr # ... define this only if sendmail cannot automatically determine your domain #Dj$w.Foo.COM # top level psuedo domains CP. # UUCP relay host #DYrelayhostname... (4 Replies)
Discussion started by: thecobra151
4 Replies

4. Filesystems, Disks and Memory

Automate Raid Configurations

Does anyone have experience with automating Raid configurations with Areca controllers? Or if this even possible. I'd like to setup a script to automate raiding of my machine over serial. Anyone have any experience, or anything similar to this? Update: Perl::Expect is my friend. (0 Replies)
Discussion started by: dnbert
0 Replies

5. UNIX for Advanced & Expert Users

Samba server configurations

Hi, I am using Enterprise Linux Server release 5.2, now i am configuring Samba server, i want to access linux directories from Windows xp/2003 desktops. I installed and configured but i am unable to access them, could you please give me suggestion about configurations. Thanks. (2 Replies)
Discussion started by: marmam
2 Replies

6. UNIX for Advanced & Expert Users

Finding LDAP server configurations

Hi, I'm using debian etch in my server and have a preconfigured LDAP server. I want to know which configuration can I use to configure libnss-ldap. My main questions is: Does the LDAP database require login? Special LDAP privileges for root? Make the configuration file readable/writeable by... (1 Reply)
Discussion started by: mjdousti
1 Replies

7. UNIX for Dummies Questions & Answers

changing sendmail configurations in sol9

Hello everbody: I have a Sun V480 with Solaris9 on it, and IT is sending mails using smtpd to some mail server, and now we have to change the IP address of that mail server, Do you have any idea where should I change that IP address, can Thanks alot (3 Replies)
Discussion started by: aladdin
3 Replies

8. Red Hat

Central Configurations Management System for Linux

hi all, i am currently implementating project scope for a future enterprise solution provider in the storage area. I was hoping if anyone could help me to answer questions regarding the Central Configurations Management System in the RedHat or other linux distro. In the Unix env. , most of... (2 Replies)
Discussion started by: furrahs@yahoo.c
2 Replies

9. IP Networking

Need to learn more about router configurations

Hi all.... I’ll have a test for the IT department in the company I work, the test is about UNIX administration and TCP/IP routing configuration, in the UNIX admin server I don’t have any problem, but routing is my pain. To make it more difficult, I can not use companies infrastructure to... (1 Reply)
Discussion started by: TARFU
1 Replies
Login or Register to Ask a Question