internetconnection in solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris internetconnection in solaris 10
# 1  
Old 06-30-2008
internetconnection in solaris 10

hi,

i am new to solaris.i have one 420R sun ultra, i had done the following steps to connect to internet .But still its not comming.

step1: ifconfig hme0 plumb
step2: ifconfig hme0 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255 up

step 3:vi /etc/hosts

<hostname> <ipaddress>

step4:vi /etc/hostname.hme0

hostname

step5:/etc/resolv.conf

DNS IP address (it is gateway "192.168.1.1")


step6: vi /etc/defaultrouter

DNS IP ADDRESS(192.168.1.1)


step 7:route add 192.168.1.2(static ipaddress of solaris 10) 192.168.1.1 (gateway ip address)

step 8:reboot
# 2  
Old 06-30-2008
hi,

step1: ifconfig hme0 plumb
step2: vi /etc/hostname.hme0

hostname netmask + broadcast + up

step 3:vi /etc/hosts

<hostname> <ipaddress>

step4:vi /etc/netmasks

"ipaddress or net" 255.255.254.0

step5: vi /etc/defaultrouter

192.168.1.1

step6: ifconfig hme0 `cat /etc/hostname.hme0`

step7: ifconfig -a and netstat -rnv , if that ok then step 8


step 8:reboot
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

How to add Solaris text console to Solaris grub2 menu?

Hi, I am new to sloaris and just instlled the solaris 11.2, i know little more about linux, i open the /boot/grub/grub.cfg in solaris and there is many other entries forl solaris 11.2 one of them is for 'Oracle Solaris 11.2 text console' but at boot grub2 only show the first default entry that... (1 Reply)
Discussion started by: shamsat
1 Replies

2. Solaris

Solaris ssh client hangs when connecting to another Solaris machine

Got a strange problem. I have 4 Solaris servers all configured the same, Solaris 10 x86 update 10. When I try to ssh from one Solaris 10 server to another server ssh hangs. I have an identical server and when I try this everything works fine. The weird thing is if I am root on the server... (1 Reply)
Discussion started by: ccj4467
1 Replies

3. Solaris

dual boot solaris/solaris zfs file system

Hi, I am running into a some problems creating a dual boot system of 2 solaris instances using ZFS file system and I was wondering if someone can help me out. First some back ground. I have been asked to change the file system of our server from UFS to ZFS. Currently we are using Solaris... (3 Replies)
Discussion started by: estammis
3 Replies

4. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies
Login or Register to Ask a Question