Network interface configuration - Solaris 11


 
Thread Tools Search this Thread
Operating Systems Solaris Network interface configuration - Solaris 11
# 1  
Old 01-24-2012
Network interface configuration - Solaris 11

Hi, I am new in Solaris 11. I can't even make the NIC work. Here is the issue:

Quote:
# ipadm show-if | grep net0
net0 ip ok yes --

# ipadm show-addr | grep net0
net0/v4 static disabled 10.10.10.10/24

# ipadm enable-addr net0
ipadm: persistent operation not supported for enable-addr
Any help will be greatly appreciated.
# 2  
Old 01-24-2012
check this website, that helped me to configure the network interface:
IT From All Angles Solaris 11: Network Configuration Basics
# 3  
Old 01-24-2012
I've been reading all I can find in google. No solution yet.
# 4  
Old 01-24-2012
What does this output:
Code:
netadm list

# 5  
Old 01-24-2012
Quote:
# netadm list | grep net0
ncu: phys net0 online
ncu: ip net0 offline
# 6  
Old 01-24-2012
This User Gave Thanks to bartus11 For This Post:
# 7  
Old 01-24-2012
You are right, bartus11. A beginner of Solaris 11 must read this document to start networking works. It's working now. Other than disabling nwam process, the following command is the key in order to use ipadm command correctly:netadm enable -p ncp DefaultFixed

Quote:
Originally Posted by bartus11
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Network Interface -- Solaris

Dear All, I have a solaris Server in which I have 4 network interfaces , out of which only one is used . So all the applications are using this interface . The interface speed is 1000Mbps . I find no hardware issue or packets g being dropped. But i find that no of Input and Output... (4 Replies)
Discussion started by: jegaraman
4 Replies

2. Solaris

Configure network interface for Solaris 10

Hi, I have installed Solaris 10 on VMware7, When i used ifconfig -a to check network interface, it has shown lo0 as loopback interface. Please advise how to configure network interfaces using VMware. (1 Reply)
Discussion started by: ajhal04
1 Replies

3. Solaris

route and interface configuration in solaris

Hi, Every time when i boot my system i have to manually issue the following commands. ifconfig elxl0 plumb 192.168.200.129 netmask 255.255.255.0 up route add default 192.168.200.1 I need some help so that it should be configured permanently and i wouldn't have to manually issue... (2 Replies)
Discussion started by: malikshahid85
2 Replies

4. Solaris

Solaris 19 10/09 ipv6 interface configuration

Hi, anyone has had experience in a static setting an IPv6 interface?, I'm trying accordance with the admin guide (ipv6 network configuration tasks), configure one interface in the server, actually i can do ping to my default gateway and access the Internet in IPv6, the specific point is however,... (3 Replies)
Discussion started by: pabloluja
3 Replies

5. Solaris

Getting Network Interface details in solaris

Hi, /sbin/ifconfig -a when i login as guest user , output like below, lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 eri0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2 inet... (5 Replies)
Discussion started by: forumguest
5 Replies

6. Solaris

What are the kernel parameter of network interface in Solaris?

Hi gurus Could anybody tell me that what are the kernal parameter of network interface in solaris Regards (3 Replies)
Discussion started by: girish.batra
3 Replies

7. Solaris

Route new network interface Solaris 8

Hi there, I'm trying to configure an additional network interface on Solaris 8 (eri0). The interface has been activated, but all the frames are still routed to the current default interface (ce0) I've tried following command (with various syntaxes...) unsuccessfully so far: # route add... (2 Replies)
Discussion started by: sreiniche
2 Replies

8. Solaris

Network interface configuration

Dears, i follow this to configure Network interface for my PC O/S : Unix Sun Solaris vi /etc/hostname.bge0 and write my ip vi /etc/netmasks and write my subnetmask vi /etc/defautrouter and write my gatwey vi /etc/resolv.conf and write my DNS after i reboot My Computer ... (3 Replies)
Discussion started by: jenovaux
3 Replies

9. Solaris

network interface problem solaris 2.5

Hi guys, Hope somebody can help me on this. I have a Sun Sparc 20 workstation and it has a boot problem. During boot, an error message " ifconfig:socket: Bad File Number" come up and the workstation hang (cannot boot). I did boot -s and checked using ifconfig -a command but i got the same... (0 Replies)
Discussion started by: kroegand
0 Replies
Login or Register to Ask a Question