Sponsored Content
Full Discussion: Internet setup on Solaris 10
Operating Systems Solaris Internet setup on Solaris 10 Post 302678767 by steve701 on Sunday 29th of July 2012 08:52:14 PM
Old 07-29-2012
Internet setup on Solaris 10

Hi all, I have setup Solaris 10 OS on my home Sparc (Blade 1500) box. I also setup CDE (Common Desktop Environment).

The box has Network card with 6 connections available for Internet, So I hooked up a hard-wired link from my router to the first slot. The light is green on both ends.

Now, how do I set this up so it works and can browse the Net with it? Does CDE have any GUI setup for it? If not, can you please let me know manual instructions on how to recognize the port and make Internet work on it.

P.S. Additionally, when I boot the machine, it still goes to the OK prompt and does not go to CDE login menu! (I have to type "boot disk" for it to go back and start on CDE), does anyone know why that is?

Thanks.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

setup internet connection

HI.. i was wondering if someone out there can help me setup my internet connection.... i have no clue how to set it up.. could you please tell me step by step how to set it up.. i have a static ip, im using a cable modem to connect. my os is solaris 8. Please email me at lil_souldier@hotmail.com... (2 Replies)
Discussion started by: souldier
2 Replies

2. UNIX for Dummies Questions & Answers

Solaris 8 Setup

I recently picked up a Sparc Station 20, and installed a fresh copy of Solaris 8 on it. I've been attempting to set it up so it recognizes/is recognized by the rest of my network so I can setup a PPPoE connection. According to ifconfig -a, I've got an IP address. According to dmesg | grep... (2 Replies)
Discussion started by: caphector
2 Replies

3. Solaris

How to? Setup VPN on Solaris 9/10?

Can you use the new OpenSwan IPsec on Solaris? Or what software does Sun provide for Windows-Solaris integrated VPNs? Thanx. :D (0 Replies)
Discussion started by: Joncamp
0 Replies

4. Solaris

Internet setup on solaris10

Hi all, Can anyone please tell me how to setup internet on solaris10, b72? I own an airtel broadband, with a beetel 220BXI modem. I am new to solaris so was wondering as to how it can be done? Thanks (23 Replies)
Discussion started by: wrapster
23 Replies

5. Solaris

setup exceed solaris 10

Hi All, How do I setup exceed on solaris 10 either sparc or intel? When I ssh or telnet and exceed is already running? Nothing comes out when I run smc. Thanks in advance, itik (0 Replies)
Discussion started by: itik
0 Replies

6. Solaris

internet setup for solaris on x86 platform

Hi all, i have configured my solaris 5 .10 for internet connection by editing the files /etc/hosts/,/etc/resolve.config,/etc/defalutrouter and nsswitchconfig . during installation i was not requested for ip adddress even i plugged network cable. am i need to install any network card... (2 Replies)
Discussion started by: srikanthg
2 Replies

7. IP Networking

Problems with Internet setup

Hi, I am using VMWARE and when I have the network connection set to NAT and the VM set to DHCP I get internet connection. But when I set the connection to BRIDGED and assign a static IP address I loose internet connection. I have used netconfig to manually assign the IP Address, GATEWAY, and... (5 Replies)
Discussion started by: mojoman
5 Replies

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

9. Red Hat

What is command to setup sofware in redhat over internet

Hi all, I setup redhat in VMware and I connected to internet, so I want setup sofware for redhat over internet what is command I used ? Are you understand my question, my ability of english is not good, such as I want setup dhcp packet I must used a command ? (yum... or...apt-get...or rpm... ?... (4 Replies)
Discussion started by: ilinux9
4 Replies

10. Solaris

How to setup rcp in Solaris?

How to setup rcp in Solaris (4 Replies)
Discussion started by: VIJAYA BABU A
4 Replies
DtWsmAddWorkspaceFunctions(library call)								  DtWsmAddWorkspaceFunctions(library call)

NAME
DtWsmAddWorkspaceFunctions -- add workspace functions for a window SYNOPSIS
#include <Dt/Wsm.h> void DtWsmAddWorkspaceFunctions( Display *display, Window window); DESCRIPTION
The DtWsmAddWorkspaceFunctions function enables workspace functions for a window. When workspace functions are enabled, the default window menu for the window displayed by the CDE workspace manager, dtwm(1), shows entries that allow the window to occupy a different set of workspaces, occupy all workspaces, or be removed from the current workspace. The display argument is the X display. The window argument is the window to have its workspace functions enabled. RETURN VALUE
The DtWsmAddWorkspaceFunctions function returns no value. APPLICATION USAGE
The application must call the DtWsmAddWorkspaceFunctions function before mapping the window. The CDE workspace manager, dtwm(1), only looks at the workspace function information at the time the workspace manager manages the window. If the CDE workspace manager, dtwm(1), is currently managing the window, the application must withdraw the window (see XWithdrawWindow(3)), add the workspace functions, and map the window once again. By default, the workspace manager enables workspace functions. The application should call DtWsmAddWorkspaceFunctions to restore the workspace functions removed by the DtWsmRemoveWorkspaceFunctions(3) function. SEE ALSO
Dt/Wsm.h - DtWsm(5), XWithdrawWindow(3), dtwm(1), DtWsmRemoveWorkspaceFunctions(3). DtWsmAddWorkspaceFunctions(library call)
All times are GMT -4. The time now is 04:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy