Network interface configuration


 
Thread Tools Search this Thread
Operating Systems Solaris Network interface configuration
# 1  
Old 07-05-2009
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
i write this command

ping 4.2.2.2
4.2.2.2 is al live

ping www.yahoo.com
unknown host

try to open during the firefox explorar
when i put in address www.yahoo.com
can't open this page

what can i do
# 2  
Old 07-05-2009
Did you copy over /etc/nsswitch.conf.dns to /etc/nsswitch.conf ?

Looks like you missed that step.

(Solaris 10+) Copy it, and do 'svcadm refresh network/physical'. If refresh doesn't do it, try restart.

(Solaris 8) Copy it, and unplumb and re-plumb your interfaces.

Last edited by frozentin; 07-05-2009 at 05:21 PM.. Reason: OS version info
# 3  
Old 07-06-2009
thanks frozentin for your support but i done this command and all thing running good

cp -ir /etc/nsswitch.dns /etc/nsswitch.conf
svcadm enable svc:/network/dns/client:default
svcadm restart svc:/system/name-service-cache:default

but i have question for my experience
why solaris using NIS service is that any difference between NIS and DNS
like for Example
NIS is old version
i missing to understand the Difference between the two service {NIS - DNS}

thanks in advance
Jenova
# 4  
Old 07-06-2009
if you don't know what dns and nis is, just try to use google or wikipedia to find your answers. this is common knowledge!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Adding a network interface to a bonded interface

I have a RHEL 5 system with a bonded interface configure using only one network port (eth0). So I have config file for ifcfg-bond0 and ifcfg-eth. I'd like to configure eth5 to be the second SLAVE in the bond. My question is, after I modify ifcfg-eth5, can I add eth5 to the bond0 interface without... (1 Reply)
Discussion started by: westmoreland
1 Replies

2. Solaris

No network cable But Network interface is UP and Running

I've one Netra 240 After changing main board and system configuration card reader, Network is not accessible any more, Network interfaces are always UP and Running even when there is no cable connected to Network interfaces. I tried to restart and plumb/unplumb with no luck. ifconfig -a... (7 Replies)
Discussion started by: samer.odeh
7 Replies

3. IP Networking

network interface -

Hello, Please, how can i create a network interface with a routable IP address on linux (ubuntu) ? AND How can i desactivate an interface? Thank you so much for help. (1 Reply)
Discussion started by: chercheur857
1 Replies

4. UNIX and Linux Applications

Access to network interface (Mac-network)

Hi, I'm a italian student. For my thesis I develop a gateway with protocol 6lowpan. For that I must access to network interface to develope my personal stack based on standard 802.15.4. Can you help me? I need an explanation for that. (0 Replies)
Discussion started by: berny88
0 Replies

5. Solaris

Network interface configuration - Solaris 11

Hi, I am new in Solaris 11. I can't even make the NIC work. Here is the issue: Any help will be greatly appreciated. (6 Replies)
Discussion started by: aixlover
6 Replies

6. Solaris

configure zones to have different network interface and network

i need to configure a zone to use different interface (bge2) than global and have connected to completely different network switch & to use its own defaultrouter and hosts file .. is it possible ..if so ..how ? Thanks (9 Replies)
Discussion started by: skamal4u
9 Replies

7. 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

8. 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

9. Red Hat

wireless interface timeout configuration

Hello, I have a small desktop running RedHat 5. Depending where I'm at, it connects to the network by a wireless interface or a wired interface. If I'm in an are where there is no wireless network, the box hangs on boot up. It will not timeout and move on. It just hangs. Is there a timeout... (0 Replies)
Discussion started by: garskoci
0 Replies

10. UNIX for Dummies Questions & Answers

Network Interface

Hi ! Does anyone know how can i get information about my network interface ... if it works in half or full duplex mode !! Thx in adivance ! Witt (4 Replies)
Discussion started by: witt
4 Replies
Login or Register to Ask a Question