How To Change 5 port Ip Address Solaris?


 
Thread Tools Search this Thread
Operating Systems Solaris How To Change 5 port Ip Address Solaris?
# 1  
Old 07-23-2010
How To Change 5 port Ip Address Solaris?

Hello i'm newbie in solaris, anybody know how to change five port solaris 10?
exmpe: bge0, bge1, bge2, etc.

anybody can help me with the script implementasi... and logical how solaris work.

thank so muchSmilie
# 2  
Old 08-12-2010
#ifconfig -a // you can see all ethernet interface
#ifconfig e1000g0 plumb //you can plumb the interface, if there is free interface
#ifconfig e1000g0 192.9.2.106 netmask 255.255.255.0 up // you can assign ip address on related ethernet.

#vi etc/hosts // you can assign permanently ip addresses.
# Internet host table
#
192.168.20.33 localhost.localdomain localhost
192.168.20.34 ethernet interface
192.168.20.35 ethernet interface
192.168.20.36 ethernet interface
192.168.20.37 ethernet interface

virtual interface
#ifconfig e1000g0:1 x.x.x.x netmask 255.255.0.0 up

i hope i could help.

Last edited by getrue; 08-12-2010 at 07:53 AM..
# 3  
Old 08-12-2010
Quote:
Hello i'm newbie in solaris, anybody know how to change five port solaris 10?
What do you mean by above line? And bge0, bge1, bge2, etc. are not port they are called interface. In case you have to assign the IP to interface then the above post by "getrue" should be a help.

With ifconfig –a its only going to list the interface which has been plumbed. If not then you have to plum the interface and once its visible to system you can assign the required IP.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

Cannot change mac address

ubuntu / xubuntu 13.10 and 14.04 (this issue should exist in debian as well) I use wifi to connect to internet. I would like to change the wifi card mac address before connecting. Let's call the original mac address, macA, and the new mac address, macB. I do the following: ifconfig wlan0... (2 Replies)
Discussion started by: arpagon
2 Replies

2. Cybersecurity

Continual knocking on port 443 from foreign IP address

Hello, I have a server in our DMZ that only has ports 80 and 443 open to the public networks. It runs webmail for our 10K employees' accounts. It's not necessary for our employees to access the server from anywhere except North America so I have blocked access from most of the world due to... (5 Replies)
Discussion started by: randomxs
5 Replies

3. UNIX for Dummies Questions & Answers

How can i change the ip address in RHEL 6?

I need to change the ip address in RHEL 6 . Please tell me the files to be edited....complete procedure.......... Don't tell the graphical method ........ Explain everything in CLI ........... Thanks in Advance:b: (3 Replies)
Discussion started by: vamshigvk475
3 Replies

4. Cybersecurity

Listening to port when no IP address is assigned

Hi Pals Consider a case where the network interface is there and it is connected to a network. Only thing left here is I need to set a static ip/ip though dhcp (though ifconfig) I heard that it is possible to listen even if the ip address is not set. So is there any possibility of an attack over... (1 Reply)
Discussion started by: sreejithc
1 Replies

5. IP Networking

Configure squid to listen on any IP address with port 80

Hi, I am trying to configure a transparent squid cache. When I try to use the below option in squid.conf, squid listens on port 80 only for the IP address configured on the system's interface. http_port 80 transparent But I want squid to accept connections for any IP address on port 80.... (3 Replies)
Discussion started by: Learner32
3 Replies

6. Cybersecurity

Port Address Changing....

Is there a software solution to stop intruders from changing my port addresses? Causes IPmap to crash. Platform is OS/X Leopard. (1 Reply)
Discussion started by: aleatory
1 Replies

7. IP Networking

Tracing a MAC address to IP address: Solaris

Hi there I lost connectivity to one of our remote systems and when I checked the messages log I found the following: Aug 10 23:42:34 host xntpd: time reset (step) 1.681729 s Aug 16 13:20:51 host ip: WARNING: node "mac address" is using our IP address x.x.x.x on aggr1 Aug 16 13:20:51 host... (9 Replies)
Discussion started by: notreallyhere
9 Replies

8. Solaris

How to change the IP address on SUN Solaris?

Hi, I need help from SOLARIS expert. Can someone please tell me how to change the IP address on SUN Solaris? I have two NMS-SUN machines (Ultra 10) running on Solaris ver. 8 to manage our network with the following IP addresses and SM: cwmws1: 10.10.100.2 255.255.255.0 cwmws2:... (3 Replies)
Discussion started by: gkr
3 Replies

9. IP Networking

How to change IP address

Can anyone tell me how to change the IP address on a unix server, as I have no idea whatsoever. Thanks (2 Replies)
Discussion started by: itservices
2 Replies

10. UNIX for Advanced & Expert Users

Sunblade shows 2 MAC address on same port

Please, can someone tell me why my SunBlade would be showing 2 different but similar MAC addresses on the same port on the Switch? The switch shows all other Workstations with 1 MAC on each port, but the SunBlade is showing 2. Thanks in advance for any insight.... (1 Reply)
Discussion started by: GoneCrazy
1 Replies
Login or Register to Ask a Question