Internet Access through PC installed Solaris 8

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default Internet Access through PC installed Solaris 8

    All,

    I would really be thankful, if any one provides me the details for
    configuring internet access through my home computer freshly installed
    solaris 8.

    OS Version : Solaris 8 7/10
    Internet Connection: Cable Internet Connection [dedicated IP]
    Home PC: Pentium IV

    I have edited the following files:

    /etc/inet/hosts
    /etc/netmasks
    /etc/resolv.conf ( the file was not there after the fresh
    installation)
    /etc/defaultdomain
    /etc/hostname.rtls0

    But I'm able to connnet through Win98 where I have configured TCP/IP
    for my cable internet connection.

    Please do imply me further in this regard what needs to be done?

    Avidly waiting for your replies.
    zamaron Guest

  2. Similar Questions and Discussions

    1. HELP! Can't access the internet
      Hey guys, I just installed Vista build 5308 and it's working great so far except for one thing. I can see the network and other computers but I cant...
    2. How best to connect MS Access and Solaris CF 6.1?
      I've got a request to connect my Solaris ColdFusionMX 6.1 server to an MS Access database. But apparently MS Access just talks ODBC and I see no...
    3. How to check what kind of the graphics card installed in Solaris
      Can anyone tell me how to verify what kind of the graphics card is installed in my Solaris machine: a Creator 3D graphics card or PGX ? Thanks,...
    4. NFS - Access rights - solaris --linux
      Hi all, in a given environment I had at least one sun sparc with solaris 9. I want to share via nfs a part of my second disk. This is slice 1....
    5. I am trying to make the swith but sun and their OS is not making it easy. (I cant even connect to the internet with solaris)
      william.quiter@sylvania.com (Hank) wrote in message news:<7e15f9e1.0306012204.2fc5dbfc@posting.google.com>... See ...
  3. #2

    Default Re: Internet Access through PC installed Solaris 8

    zamaron wrote:
    > All,
    >
    > I would really be thankful, if any one provides me the details for
    > configuring internet access through my home computer freshly installed
    > solaris 8.
    >
    > OS Version : Solaris 8 7/10
    > Internet Connection: Cable Internet Connection [dedicated IP]
    > Home PC: Pentium IV
    >
    > I have edited the following files:
    >
    > /etc/inet/hosts
    > /etc/netmasks
    > /etc/resolv.conf ( the file was not there after the fresh
    > installation)
    > /etc/defaultdomain
    > /etc/hostname.rtls0
    >
    > But I'm able to connnet through Win98 where I have configured TCP/IP
    > for my cable internet connection.
    >
    > Please do imply me further in this regard what needs to be done?
    >
    > Avidly waiting for your replies.
    I think it all depends on what sort of cable modem you are using and how
    you connect to your provider.

    Perhaps you can give some more details on how you connect on the windows
    machine to your provider.

    Regards,
    Frank
    Frank Guest

  4. #3

    Default Re: Internet Access through PC installed Solaris 8

    On Wed, 01 Sep 2004 02:48:23 -0700, zamaron wrote:
    > I would really be thankful, if any one provides me the details for
    > configuring internet access through my home computer freshly installed
    > solaris 8.
    .....
    > But I'm able to connnet through Win98 where I have configured TCP/IP
    > for my cable internet connection.
    IIRC that must be Win98SE or some later release. Install Internet
    Connection Sharing from the Windows CD. The LAN side NIC of the Windows
    box will then be automatically assigned the IP address of 192.168.0.1 and
    the Windows box will become a DHCP server.

    The simplest way of configuring the Solaris system is to execute
    sys-unconfig and on reboot select DHCP instead of a static address.
    Select None as your naming service. After the reboot completes then copy
    /etc/nsswitch.dns to /etc/nsswitch.conf and edit /etc/resolv.conf:

    domain your.lan
    nameserver x.x.x.x

    Where x.x.x.x is the IP address of the DNS server used by the Windows box.

    Dave Uhring Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139