network configuration files


 
Thread Tools Search this Thread
Special Forums IP Networking network configuration files
# 1  
Old 04-01-2003
Question network configuration files

I have solaris 2.8 on an ultra 1 and just configured the following files:

defautrouter
resolv.conf
nsswitch.conf
netmasks
hosts

but when I reboot, my NIC still is not configured. Which file do I need to configure to keep the NIC configured after reboot?
# 2  
Old 04-01-2003
You should have a file called hostname.hme0 and have the hostname in that file. If your interface is different use that instead of hme0
# 3  
Old 04-02-2003
Another file ...

Note that is convenient to set the file:

/etc/nodename

and the files

/etc/hostname.hmeX

or

/etc/hostname.qfeX

or

/etc/hostname.geX

where X is the instance number.

You don't need to boot, to try the configuration. Modify
the mentionated files and then:

ifconfig hme0 plumb

ifconfig hme0 <your_ip> netmask <your_mask> (and other options)

ifconfig hme0 up

NOTE: If the plumb fail, probably you don't have the driver
for the interface. Also, when you add hardware to a system
you need a reconfigure reboot ( "reboot -- -r " or "touch /reconfigure" an then "reboot")


Regards. Hugo.
# 4  
Old 04-03-2003
Tools

Changing nodename and hostname.le0 did it, thanks for your help. I did have to reboot, however. ifconfig plumb did not give any errors, but did not resolve the problem, either -- that's when I rebooted.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris Network Configuration

Hi How do I configure a network card in Solaris 10? using the command ifconfig, and also please advise me for persisting this ip address what are the files newly created and modify. I am a new baby in solaris:) (4 Replies)
Discussion started by: vipinmurali
4 Replies

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

3. Solaris

Problem in network configuration

Hi everybody, I have a very strange problem ; if somebody could help me it would be very kind. I'll try to explain my problem. I have 2 unix machines absolutely identical running solaris 9. For network reasons I need to change the IP address of the 2 machines. I proceed exactly the same on the... (11 Replies)
Discussion started by: aribault
11 Replies

4. Solaris

Network configuration

Hi I have installed Solaris 5.10 on Intel x86 machine (standalone). I want to access internet through solaris. How should I configure the network? Is static IP or DHCP advisable? (5 Replies)
Discussion started by: johnl
5 Replies

5. UNIX for Dummies Questions & Answers

network configuration

I am using solaris 10, my internet works alright but each time i reboot i keep loosing my connection. I will have to use the ifconfig iprb0 192.168.1.xx netmask 255.255.255.0 up and Route add default 192.168.1.xxx command to gain back my internet. I know there is a better way of addressing... (1 Reply)
Discussion started by: seyiisq
1 Replies

6. SCO

Network Configuration

I have a SCO 5.07 Server and I am trying to get it on my network. I have edited the /etc/hosts file and /etc/rc2.d/s99route . I has connectivity on the NIC card but not sure if I am forgetting another file. Thanks! (2 Replies)
Discussion started by: andrewd
2 Replies

7. UNIX for Dummies Questions & Answers

Network Configuration Commands.....

I need to know what commands I will need to use to change a host name, IP Address, and network configurations (routerings, dns, etc) and a Unix SCO machine. Also, if there is any short tutorials on using the commands, i would defiently like that information. Thanks!!! (1 Reply)
Discussion started by: HandleX
1 Replies

8. Solaris

Specifying network configuration info

Can someone please point me in the correct direction of where I configure the network information on SunOS 5.8 server? (Searching SunSolve and Google have resulted in thousands of fixes for potential errors, but I can't find the general instructions, etc. for starting the process). Thanks! (2 Replies)
Discussion started by: FredSmith
2 Replies

9. Solaris

network configuration

hi again... i configured my network settings sometiime ago using the sys-unconfig command.the active link was rtls0. there was some problem with the network so i changed the ISP. now when im trying to reconfigure the system wit sys-unconfig, it tries to configure the network on rtls1 (and shows... (1 Reply)
Discussion started by: strider
1 Replies

10. HP-UX

HP-UX Network Configuration

Hi, I have installed a HP-UX B.11.00 U 9000/800 Server in one of the domain. And I'm also able to telnet/ping into this server from systems in the same domain. But I'm not able to telnet/ping into this server from a different domain. So, what shoud need to do to achieve this... (6 Replies)
Discussion started by: S.Vishwanath
6 Replies
Login or Register to Ask a Question