Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to configure ethernet card.

Answers were Sorted based on User's Feedback



how to configure ethernet card...

Answer / phani

First check whether this device is there in the file
/etc/path_to_inst.

the interfaces are of the types like hme0, rtl, bge0 ... etc.

run vi /etc/path_to_inst and check whether one of the type
is there in the file.

then run the command

ifconfig <interface name> <Ip address> plumb
ifconfig <interface name> <Ip address> up
ifconfig -a - shows your ip address of the system.

eg: ifconfig <rtl> <192.168.51.45> plumb

Is This Answer Correct ?    6 Yes 0 No

how to configure ethernet card...

Answer / ratheesh

1. Verfy the interface is avaiable

grep -i <interface name> /etc/path_to_inst

ex:grep ce /etc/path_to_inst

2.Plump the interface

ifconfig <interface name> plumb

ex:ifconfig ce0 plumb

3.Configure the ipaddress with the interface

ifconfig <interface name> <ipaddress> netmask <netmask
value> broadcast + up

ex:ifconfig ce0 168.152.10.19 netmask 255.255.255.254
broadcast + up

4. use the below command to check the configuration

ifconfig -a

Is This Answer Correct ?    4 Yes 0 No

how to configure ethernet card...

Answer / sasi

#dladm show-dev -- to see interface name
#ifconfig <interface_name> plumb
#ifconfig <interface_name> <ipaddress> up
#ifconfig -a

Is This Answer Correct ?    3 Yes 0 No

how to configure ethernet card...

Answer / srinivas rao.muvva

first we need findout the nic :-
#grep -i network /etc/path_to_inst
then
#ifconfig nicname plumb ip subnet subnet-ip up

#ifconfig -a (for Checking ip)
ofter we need edit two file for making ip perminent
1)/etc/hosts
2)/etc/inet/ipnodes

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Solaris Commands Interview Questions

command to display default boot device

7 Answers  


How to configure root mirroring in veritas volume manager

5 Answers   L&T,


How to modify network card speed

2 Answers  


How many controllers in 3510 storage.

1 Answers  


In VERITAS How to recover the mirror disk with data. How to bring the existing data disk into VERITAS volume manger control.

2 Answers  


When you "ping server" and "ping server.domainname", you get different results. Why?

4 Answers  


what is the command to know about pkg information

7 Answers  


How to find & replace bad disks in solaris & VXVM?plz explain step by step?

4 Answers  


Is it possible to create swap in new harddisk without format

2 Answers  


how to configure ethernet card.

4 Answers  


what is differnce between boot -s and boot -S ?

3 Answers  


How to add a new LUN in exit disksets (metasets) in solaris please answer me step by step procedure?

0 Answers   IBM,


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)