[SOLVED] ifconfig mishap

 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support [SOLVED] ifconfig mishap
# 1  
Old 09-23-2012
[SOLVED] ifconfig mishap

Hi all,

I have accidentally run wrong ifconfig command in the Solaris 10 server. Now the connectivity is lost. Please help ...
I am sharing the commands

Before it was
Code:
 
ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 10.10.10.20 netmask ffffffc0 broadcast 10.133.9.191
        ether 0:21:28:b1:30:44

The command which run accidentally

Code:
ifconfig -a 10.10.10.10

Please give me a solution ASAP.
# 2  
Old 09-23-2012
Have a look at some central services for the IP-address of the card you misconfigured: try "nslookup" from another system to query the DNS server (or analogous if you have NIS/NISplus) and have a look in "/etc/hosts" if you can retrieve the IP-address.

Then use "ifconfig" again to restore the correct IP-address.

I hope this helps.

bakunin

/edit: hold on - the IP address isn't misconfigured. I first read "10.10.10.10", but the IP is "10.10.10.20". confirm that it is the correct address, otherwise: see above.

What looks wrong is the broadcast-address and the subnetmask. According to the SNM the broadcast address belongs to a different subnet. Could you clarify which address/SNM/broadcast address there should be?

Last edited by bakunin; 09-23-2012 at 05:29 PM..
This User Gave Thanks to bakunin For This Post:
# 3  
Old 09-24-2012
I would reboot the server.

According to ifconfig manual page, you have assigned a wrong IP address to both the loopback and the ethernet interfaces making it unreachable from the network.
This User Gave Thanks to jlliagre For This Post:
# 4  
Old 09-24-2012
A reboot is not required, just restarting the network service would do just fine, provided, the correct IP, Sub-mask, etc. were made persistent.
Code:
svcadm restart network/physical

This User Gave Thanks to admin_xor For This Post:
# 5  
Old 09-26-2012
Thanks to all for your kind response and extreme sorry for delay in reply from my side.

Rebooting the server solved the problem. It reverted all the old configuration. SmilieSmilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

IFCONFIG is available... sort of

So, I have this script that makes a call to ifconfig to pull the interface information and report it. When I log on to the machine the script works just fine. But, if I'm on a remote machine and I make a call like this. ssh user@server ./script.bash I get an error saying that the IFCONFIG command... (9 Replies)
Discussion started by: Binary Buddha
9 Replies

2. Shell Programming and Scripting

[solved] merging two files and writing to another file- solved

i have two files as file1: 1 2 3 file2: a b c and the output should be: file3: 1~a 2~b 3~c (1 Reply)
Discussion started by: mlpathir
1 Replies

3. Linux

ifconfig - information

Hi All, I need some info on ifconfig. ifconfig is available in Linux and Solaris. However the options available in Solaris is not there in Linux. 1. ifconfig -a == output is different in both OS. I am somewhat able to compare the output. But one thing I am not getting is after the flags... (2 Replies)
Discussion started by: ahamed101
2 Replies

4. IP Networking

ifconfig problem

Hi all, I am getting some error messages during bootup ifconfig :<hostname> bad address and some more messages related to it. I some how checked the /etc/hostanem.hme0 /etc/hosts file. Entries in these files were proper. If I am running the following command from root: ... (5 Replies)
Discussion started by: amit_sapre
5 Replies

5. IP Networking

/etc/hosts changes when ifconfig......

Hello everyone. Im using last redhat enterprise edition and in my working environment, i'm always reconfiguring both interfaces , eth0 and eth1, everytime i change any interface, (i use ifconfig to change ip, and after i execute "/etc/init.d/network restart") my "/etc/hosts" file... (9 Replies)
Discussion started by: trutoman
9 Replies

6. Solaris

ifconfig -a not working

Hi All, I logged into a sun microsystems server box, using both a vnc session and a ssh session. I am able to use "ifconfig -a" in a ssh session, but the same on a vnc session says that its a invalid command. how is this possible, when i am logging into the same box through two different... (4 Replies)
Discussion started by: pardhuhere
4 Replies

7. UNIX for Dummies Questions & Answers

ifconfig and ipconfig

hey, I know that ifconfig on linux systems is identical to win ipconfig. I wanted to know if there is a linux distribution (new or old) that uses the ipconfig command. thanks alot :) (2 Replies)
Discussion started by: tsmotix
2 Replies

8. Shell Programming and Scripting

ifconfig!!!!

why the ifconfig command is not working in my machine? it says "-bash: ifconfig: command not found" why its says that? actually i m looking for "how can I know the Network Interface Card physical address?" Requesting u all for help. thanks (3 Replies)
Discussion started by: moco
3 Replies

9. OS X (Apple)

ifconfig

Hi, I type (as root) "ifconfig en1 ether aa:aa: " but it doesnt change the mac of my airport. Can anyone help me? Thx. (0 Replies)
Discussion started by: Jariya
0 Replies

10. UNIX for Dummies Questions & Answers

ifconfig

I am trying to change an IP address on a machine running HPUX10 After I change it I can ping it from the outside but it completely locks the console. After a reboot it returns back to its previous IP. Any ideas?? Thanks Brian (7 Replies)
Discussion started by: breigner
7 Replies
Login or Register to Ask a Question