Sponsored Content
Top Forums UNIX for Advanced & Expert Users Unable to connect to INTERNET using BSNL Broad band connection on Solaris-x86 Post 302298624 by jayaprakash on Wednesday 18th of March 2009 07:06:10 AM
Old 03-18-2009
Hi

BSNL -one of the service provider in INDIA.

My PC got connected to the internet through the MODEM(which the service provider provides).It is a broad band connection.

Can you please help me in connecting the X86 solaris with the internet.

Thanks,
jayaprakash
 

10 More Discussions You Might Find Interesting

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

2. Solaris

Broadband connection (BSNL& AIRTEL)

Dear Friends, Kindly help me to connect Broadband connection in my Solaris 10 OS. I have heard that i have to write a script. Waiting for solution......... Thanks (0 Replies)
Discussion started by: anuragpauldani
0 Replies

3. Solaris

Unable to connect to Internet

Hi friends recently i have installed SXDE 1/08 into my machine,and i installed wifi driver also its working fine,Recently i was unable to connect to Internet,I have not changed any configurations and any installations,thing is that i got my iwk0 interface is UP and IP address also and i can... (6 Replies)
Discussion started by: srinivas2828
6 Replies

4. UNIX for Dummies Questions & Answers

unable to browse internet in linux (railwire dialup connection)

Hi Gurus, Good morning . I have a railwire internet connection(dial up).I am able to access internet in windows xp .but in windows xp every time i restart my pc i have to manually right click the "railwire"icon and then click "connect, after this i am just getting connected to the internet. But... (4 Replies)
Discussion started by: sanjay.login
4 Replies

5. Solaris

connect to internet on solaris 9

how to configure to connect to internet on solaris 9 ? please help (1 Reply)
Discussion started by: sudhiroracle
1 Replies

6. Solaris

how to link x86 Solaris 10 system to the Internet?

Hi, I have an x86 Solaris system linked on the network at work. We have DSL, and all the Windows PC's on this network can access the Internet with no problems. On my x86 Solaris, I am trying to use commands such as "wget" to access to the outside world, and it's not working. How do I... (6 Replies)
Discussion started by: newbie09
6 Replies

7. Virtualization and Cloud Computing

unable to connect internet on virtual machine

I have installed Oracle VM virtual box on Windows 7 and using LINUX (backtrack 5) as my virtual OS. The problem is i'm unable to connect to internet from my virtual OS. i'm using USB dongle (mobile broad band) to connect to internet from my host OS windows 7. I tried setting NAT in VM settings... (0 Replies)
Discussion started by: Arun_Linux
0 Replies

8. IP Networking

Unable to connect to internet on slackware 14.1 (hathway connection)

Hi, I have a wired internet connection of hathway provider. I would like to use the connection on my desktop as well as my laptop. My desktop pc has windows 7 and yesterday I installed slackware 14.1 (full installation) on my lenovo 3000 n100 laptop. Previously I had slacko puppy 5.7... (7 Replies)
Discussion started by: pinakbheed
7 Replies

9. Red Hat

Unable to connect to internet

Hello, I just installed CentOS 7 (Server with GUI) and guess what I could install Virtual Box Guest additions without installing any extra package/software which is great news ! Now bad news or not so great news. My Host OS is Windows 10, Virtual Box is the virtualization software. CentOS7-1... (0 Replies)
Discussion started by: bluemind2005
0 Replies

10. Linux

Unable to connect guest VM to internet (QEMU via both 'User-mode networking' and 'TUN/TAP')

Hello, I installed FreeBSD 10.3 on AQEMU. I can't connect to internet in none of the modes of "Default, User-Mode Networking" and "TUN/TAP Networking". I am able to ping my host in the TAP networking mode (192.168.1.33 which is my IP addr in guest), but getting 'no route to host' for any... (1 Reply)
Discussion started by: temp-usr
1 Replies
t_sndrel(3xti)															    t_sndrel(3xti)

Name
       t_sndrel - initiate an orderly release

Syntax
       #include <xti.h>

       int t_sndrel(fd)
       int fd;

Arguments
       fd	 Identifies the local transport endpoint where the connection exists.

Description
       This  function  is used to initiate an orderly release of a transport connection and indicates to the transport provider that the transport
       user has no more data to send. After issuing the user can not send any more data over the connection.  However,	a  user  can  continue	to
       receive data if an orderly indication has not been received.

       This  function  is  an  optional  service  of  the transport provider and is only supported if the transport provider returned service type
       T_COTS_ORD on or

       --------------------------------------
       Parameters   Before Call   After Call
       --------------------------------------
       fd	    x		  /
       --------------------------------------

Return Values
       Upon successful completion, a value of 0 is returned. On failure, a value of -1 is returned, and t_errno is set to indicate the error.

Diagnostics
       On failure, t_errno is set to one of the following:

       [TBADF]		   The specified file descriptor does not refer to a transport endpoint.

       [TOUTSTATE]	   The function was issued in the wrong sequence on the transport endpoint referenced by fd.

       [TFLOW]		   O_NONBLOCK was set, but the flow control mechanism prevented the transport provider from accepting the function at this
			   time.

       [TLOOK]		   An asynchronous event has occurred on the transport endpoint referenced by fd and requires immediate attention.

       [TNOTSUPPORT]	   This function is not supported by the underlying transport provider.

       [TSYSERR]	   A system error has occurred during execution of this function.

See Also
       t_getinfo(3xti), t_open(3xti), t_rcvrel(3xti)

																    t_sndrel(3xti)
All times are GMT -4. The time now is 06:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy