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
ticlts(7D)							      Devices								ticlts(7D)

NAME
ticlts, ticots, ticotsord - loopback transport providers SYNOPSIS
#include <sys/ticlts.h> #include <sys/ticots.h> #include <sys/ticotsord.h> DESCRIPTION
The devices known as ticlts, ticots, and ticotsord are ``loopback transport providers,'' that is, stand-alone networks at the transport level. Loopback transport providers are transport providers in every sense except one: only one host (the local machine) is ``connected to'' a loopback network. Loopback transports present a TPI (STREAMS-level) interface to application processes and are intended to be accessed via the TLI (application-level) interface. They are implemented as clone devices and support address spaces consisting of ``flex- addresses,'' that is, arbitrary sequences of octets of length > 0, represented by a netbuf structure. ticlts is a datagram-mode transport provider. It offers (connectionless) service of type T_CLTS. Its default address size is TCL_DEFAULTAD- DRSZ. ticlts prints the following error messages (see t_rcvuderr(3NSL)): TCL_BADADDR bad address specification TCL_BADOPT bad option specification TCL_NOPEER bound TCL_PEERBADSTATE peer in wrong state ticots is a virtual circuit-mode transport provider. It offers (connection-oriented) service of type T_COTS. Its default address size is TCO_DEFAULTADDRSZ. ticots prints the following disconnect messages (see t_rcvdis(3NSL)): TCO_NOPEER no listener on destination address TCO_PEERNOROOMONQ peer has no room on connect queue TCO_PEERBADSTATE peer in wrong state TCO_PEERINITIATED peer-initiated disconnect TCO_PROVIDERINITIATED provider-initiated disconnect ticotsord is a virtual circuit-mode transport provider, offering service of type T_COTS_ORD (connection-oriented service with orderly release). Its default address size is TCOO_DEFAULTADDRSZ. ticotsord prints the following disconnect messages (see t_rcvdis(3NSL)): TCOO_NOPEER no listener on destination address TCOO_PEERNOROOMONQ peer has no room on connect queue TCOO_PEERBADSTATE peer in wrong state TCOO_PEERINITIATED provider-initiated disconnect TCOO_PROVIDERINITIATED peer-initiated disconnect USAGE
Loopback transports support a local IPC mechanism through the TLI interface. Applications implemented in a transport provider-independent manner on a client-server model using this IPC are transparently transportable to networked environments. Transport provider-independent applications must not include the headers listed in the synopsis section above. In particular, the options are (like all transport provider options) provider dependent. ticlts and ticots support the same service types (T_CLTS and T_COTS) supported by the OSI transport-level model. ticotsord supports the same service type (T_COTSORD) supported by the TCP/IP model. FILES
/dev/ticlts /dev/ticots /dev/ticotsord SEE ALSO
t_rcvdis(3NSL), t_rcvuderr(3NSL) SunOS 5.10 3 Jul 1990 ticlts(7D)
All times are GMT -4. The time now is 07:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy