Results 1 to 5 of 5

Thread: Configure Internet in Solaris 10

  1. #1
    Join Date
    Apr 2010
    Posts
    42

    Configure Internet in Solaris 10

    I am working on solaris system. As about my IP address, my system's IP has the following configuration as :

    Address 192.168.1.101
    Router 192.168.1.1
    Other in LAN 192.168.1.100 (Windows XP with Internet via router)
    The system with the Solaris ping the router and the other
    The DNS server IP configuration is as 194.65.100.117
    and 2 is as 194.65.2.5
    What should I have to perform to connect with the internet? Any suggestion would be appreciated ...

  2. #2
    Join Date
    Apr 2008
    Posts
    2,277

    Re: Configure Internet in Solaris 10

    Direct config files edit may look as the following described :

    echo "192.168.1.1" > /etc/defaultrouter
    echo "nameserver 194.65.100.117" > /etc/resolv.conf
    echo "nameserver 194.65.2.5" >> /etc/resolv.conf
    echo "192.168.1.0 255.255.255.0" >> /etc/netmasks
    Then after, you have to decide the identity of the computer system (assume it as '123') and the interface where you have the connection with the internet - can be detected after issuing command as 'ifconfig -a' (let it be 'ce0')

    echo "192.168.1.100 123" >> /etc/hosts
    echo "123" > /etc/hostname.ce0

  3. #3
    Join Date
    Apr 2010
    Posts
    22

    Re: Configure Internet in Solaris 10

    Hi everyone, I am also suffering with the same issue here and getting unable to configure up the internet connection here . I have done the installation of Solaris 10 properly but when I move to set up the connection ,I am not getting any way to go for the proper connection. I have installed solaris onto my Dell laptop. I have Bellsouth Fast access DSL.

    I followed the official guidelines suggested - which shed some light. But I still got unable to set up the connection with the internet.

  4. #4
    Join Date
    Apr 2010
    Posts
    37

    Re: Configure Internet in Solaris 10

    I have just configured up a box with Solaris 10, and I am trying to get this to move on for the internet connection. I have searched several places on the internet to get the proper solution for this network related issues and I have tried pretty much everything that has been suggested on different sites , but my machine still not getting connect with the internet. I have also tried the pinging adresses posted and tried for browsing the ftp to my website server and received the error message as "unknown host or invalid literal address"

    I am sure about my /etc/hosts file and /etc/defaultrouter file and entire components are configured up properly..Do you have any idea ..

  5. #5
    Join Date
    Apr 2010
    Posts
    61

    Re: Configure Internet in Solaris 10

    Fine , I have just messed this up, I have the Internet connection right now, I am able to use the ping command and another command through which we can measure the status of the connection and also nslookup command going fine but I think, I require to configure up my DNS, and I am not completely sure what to configure it to, so if someone here can help me out with that, it would be very fine !

    Thanks!

Similar Threads

  1. Configure the internet address
    By NaFula in forum Small Business Server
    Replies: 3
    Last Post: 31-08-2011, 11:25 AM
  2. How to configure Internet Explorer 8
    By RamBarose in forum Technology & Internet
    Replies: 3
    Last Post: 27-12-2010, 05:55 PM
  3. I can connect to the internet but cannot configure the router
    By Chang2 in forum Networking & Security
    Replies: 4
    Last Post: 09-09-2010, 06:45 PM
  4. How to configure LAN and the Internet under Vista
    By Dolla in forum Networking & Security
    Replies: 3
    Last Post: 25-02-2009, 07:13 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,328,723.15579 seconds with 17 queries