Internet connection failed on solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Internet connection failed on solaris 10
# 1  
Old 10-18-2010
Internet connection failed on solaris 10

Hi,
i am new bie on solaris ,i just installed it on vmware. i tryed to connect to the internet from solaris but it failed.
during the installation i ignore the DHCP and i assign a fixed ip address to the host.
is that has an impact on internet access ? and if so how to add another interface eth0 for exemple?? how to configure the addon interface to connect to the internet ??
thanks
# 2  
Old 10-18-2010
Post output of the command (run it as root):
Code:
ifconfig -a

# 3  
Old 10-18-2010
please use the search function before posting. connecting solaris to the internet is a common question around here and you should find lots of answers.

for the interface question... read the manpage for the command "ifconfig". this should answer most of your questions about handling NICs in solaris.

examples
Code:
# ifconfig -a
# ifconfig if_name plumb

also read the (realy good) solaris admin guide. you can find it at http://docs.sun.com
# 4  
Old 10-18-2010
Code:
lo0: flags=2001000849<UP, LOOPBACK, RUNNING, MULTICAST, VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
e1000g0: flags=1000843<UP, BROADCAST, RUNNING, MULTICAST, IPV4> mtu 1500 index 2
inet 192.168.2.105 netmask ffffff00 broadcast 192.168.2.255



---------- Post updated at 03:52 AM ---------- Previous update was at 03:43 AM ----------

ok really sorry for the inconvenience, i need to use solaris to install a Solaris nrpe daemon or just for that . So i don't want to spend more time on it really i need to finish my project.
when i search the net i came across your forums.
thanks for ur help and sorry again.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Configuring Solaris 10 SPARC for internet ready connection

I have a Oracle SPARC server with Solaris SPARC 10 OS installed I have a domestic router/modem box from my ISP in my house. I have a wifi extender in my room which has a RJ45 female socket for ethernet connection. The Wifi extender is configured properly to act as a bridge for machines to... (5 Replies)
Discussion started by: alphatron150
5 Replies

2. Solaris

Solaris 10 internet connection setup

I have a solaris 10 on my laptop. I want to let my internet work. Command: ifconfig -a Return: lo: ... e1000g0: ... I dont know what else to setup so when I open firefox, I have access to internet. Can anyone show me how to do the setting? Thanks a lot. (1 Reply)
Discussion started by: dbahaha
1 Replies

3. Solaris

share internet connection in solaris

Hi, how can i share internet connection to LAN in Solaris? (3 Replies)
Discussion started by: harishindn
3 Replies

4. Solaris

Solaris 10 ftp connection problem (connection refused, connection timed out)

Hi everyone, I am hoping anyone of you could help me in this weird problem we have in 1 of our Solaris 10 servers. Lately, we have been having some ftp problems in this server. Though it can ping any server within the network, it seems that it can only ftp to a select few. For most servers, the... (4 Replies)
Discussion started by: labdakos
4 Replies

5. Solaris

Internet connection

I got solaris 10 works, but I cannot set up my internet connection. When I ping a website and i open the web browser, it doesn't work. When the installation asked 'Am I in a network?' i answerd 'no'. I think this is my minstake. How can i get Internet, now? I have a ADSL modem (not router).... (5 Replies)
Discussion started by: mghis
5 Replies

6. Solaris

Solaris10 on vmware - Internet connection failed

Installed Sun Solaris 10 (5/09) on vmware 6.0 but system is not connecting to internet. when I check "ipconfig /all" I do not get any DNS Suffix name -- neither for vmnet1 and vmnet8 nor for local ethernet IP. Default gateways are 192.168.1.1 and 192.168.1.2 1. Created /etc/resolv.conf domain... (1 Reply)
Discussion started by: johnjerry
1 Replies

7. UNIX for Advanced & Expert Users

Unable to connect to INTERNET using BSNL Broad band connection on Solaris-x86

Hi, Iam using BSNL broad band connection and i have installed two OS Xp & Sun solaris -x86 on my machine.Iam able to use INTERNET on windows Xp but not able to do it on solaris x86. I have tried using DHCP concept as well as sys-unconfig command in solaris but no results. When i use... (5 Replies)
Discussion started by: jayaprakash
5 Replies

8. Solaris

solaris 10 isnt detecting my internet connection

I installed solaris 10 on my desktop pc, however it does not detect my internet connection. IM also running redhad and that detects it automatically, so i guess i have to go in manually and change something. Im new to all this however and i have no idea how to proceed. (5 Replies)
Discussion started by: stride6
5 Replies

9. UNIX for Dummies Questions & Answers

solaris internet connection

Hi everyone, I just installed Solaris 10 in my PC. However, once I finished installing it, I lost my internet connection. When I switch to windows, the internet can run smoothly. Does anyone know how to set up internet connection in Solaris ? I am so sorry, I am new in UNIX (7 Replies)
Discussion started by: qqq
7 Replies
Login or Register to Ask a Question