Sponsored Content
Operating Systems Solaris How to connect Solaris 10 to the internet ?! Post 98838 by Perderabo on Sunday 12th of February 2006 02:04:36 AM
Old 02-12-2006
Make sure that /etc/defaultrouter contains the IP address of (you guessed it) your default router.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Cannot connect to the Internet

I running HPUX 11.0, Netscape gives me an error "Unable to locate Server" when using a www.something.com address. If I use an IP address I get past the router and onto the Internet. My workstation can get to the Router @ 192.168.0.1 and also it's local APACHE server. I have DHCP enabled... (8 Replies)
Discussion started by: johnalt
8 Replies

2. Solaris

Solaris 9 - Connect to internet

I have an ultra 10.. running solaris 9 - and have a dsl internet connection that I currently use for my windows pc's through a router. I have connected the ultra 10 to the router - and the router has assigned me an ip through dhcp.. and I can connect to the other pc's on my network and they can... (1 Reply)
Discussion started by: frustrated1
1 Replies

3. Solaris

how to connect to internet on Solaris 10

Hi, I am new to Solaris just migrating from Windows XP. I want to connect to internet but I have problem with configuration. My ISP has provided me a router.I get internet connection through DHCP. I don't know any proxy or subnetmask or any IP address that requires during configuration of... (1 Reply)
Discussion started by: pappu2008
1 Replies

4. Solaris

How to connect to Internet

Hi I installed solaris developer edition 1/08 today.I want to connect to Broadband internet through my ADSL 2+ Modem/Router with a username and password. plz help in this case,I am new to sun solaris:confused: the modem itself is a router it worked well on ubuntu and red hat (3 Replies)
Discussion started by: santugvd
3 Replies

5. Solaris

how to connect internet in solaris???

Hi !!!! i am very new in solaris. at present i am using windows XP for internet connection. ISP has given me user name and password for connecting to the internet. it is a brodband DSL connection. but i am unable to connect to the internet in solaris. i am using one static ip given by the... (4 Replies)
Discussion started by: alamin
4 Replies

6. UNIX for Advanced & Expert Users

Unable to connect to INTERNET using BSNL Broad band connection on Solaris-x86

Hi, Iam using BSNL broad band connection and i have installed two OS Xp & Sun solaris -x86 on my machine.Iam able to use INTERNET on windows Xp but not able to do it on solaris x86. I have tried using DHCP concept as well as sys-unconfig command in solaris but no results. When i use... (5 Replies)
Discussion started by: jayaprakash
5 Replies

7. UNIX for Dummies Questions & Answers

Solaris 10 - How to connect to internet

I recently installed solaris 10 on a seperate hard disk in my desktop pc. My first hard disk is running windows xp. I am totally new to solaris. Please help me to connect to the internet through solaris 10. I read a few threads, and re-installed solaris 10 by giving 'Yes' to the question that... (1 Reply)
Discussion started by: hari86av
1 Replies

8. Solaris

Can't connect to Internet

Dear freinds... I downloaded solaris for x86 and was able to configure the lan correctly.. I can ping and share with other destops through lan... but still I can't connect to internet ? can you please help.. I put my default gateway which is 192.168.1.1 to /etc/defaultrouter but with no use..... (13 Replies)
Discussion started by: yahyaaa
13 Replies

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

10. Solaris

How to connect internet to my Solaris 10 OS

Hiii, My soalris 10 OS is running on VM ware. I have internet to my windows7 OS, can someone please help me to get connected my internet connection to my Solaris OS which is running on VMware. thanks & regards, Bhagi. (2 Replies)
Discussion started by: bhargav90
2 Replies
isatapd(8)						      ISATAP client for Linux							isatapd(8)

NAME
isatapd - ISATAP client for Linux SYNOPSIS
isatapd --help isatapd [ --daemon ] [ --link device ] [ options ] [ router ] [ ... ] DESCRIPTION
isatapd is a userspace program or daemon that sets up and maintains an ISATAP client tunnel by using the kernels ISATAP capabilities, first introduced with 2.6.25. The program will create the tunnel, periodically query the specified routers, add them to the potential router list , send periodic router solicitations and parse router advertisements. isatapd will try to keep the tunnel up and running, even if the network topology changes. See NOTES below for more information OPTIONS
-n --name name Name of the tunnel interface. Default is is0. -l --link device Tunnel link device. If specified, tunnel will be restricted to that device, allowing multiple instances of isatapd with different tunnels. The tunnel can only exist as long as the link device is up and has a IPv4 address configured. If unspecified, the outgoing IPv4 address will be guessed for the first router and the tunnel created accordingly. The tunnel device will only created, if there is a possible IPv4 source address to reach the first router. -m --mtu bytes Sets the MTU to value for the tunnel device, minimum is 1280. If unspecified, the kernel will choose the MTU automatically, usually 1480. -t --ttl hoplimit Set the tunnel hoplimit, default is 64. Specifying 'auto' or 'inherit' will make the tunnel inherit the ttl from the linked device. -N --nopmtudisc Disable (IPv4) Path MTU Discovery on this tunnel. For this to work --ttl has to be set to inherit. Default: do Path MTU Discovery to reduce redundant fragmentation. -r --router router Set a potential router. isatapd will resolv the hostname, add the IPv4 address to the PRL and send periodic router solicitation messages. Up to 10 potential routers can be specified, the default is the unqualified domainname "isatap". -i --interval seconds Default interval to send router solicitations. If the router lifetime is lower, the interval will be 80 of the router's lifetime. Can be used to force solicitations at a shorter interval. Default: auto -D --check-dns seconds Interval to perform DNS resolution of configured routers and to recreate the PRL, if necessary. Set to 0 to disable. Default: 3600 sec = 1 hour -d --daemon fork to background. No logging is available yet. -p --pid file Store the pid as plaintext to file. The pid file will be write-locked to prevent multiple running instances. Useful for scripts and when running isatapd as a daemon. --user username Drop privileges to this user when running the solicitation loop. Default: nobody -v --verbose increase verbosity -q --quiet decrease verbosity -h --help print usage --version print version EXIT STATUS
On success zero is returned, otherwise a non-zero value is returned. SIGNALS
SIGHUP Force sending router solicitations and recreate the tunnel, if neccessary. SIGINT SIGTERM Gracefully shut down tunnel device and terminate. SYSLOG
isatapd logs to stderr when run in foreground and to syslog(3), using the facility LOG_DAEMON. Verbosity can be controlled with the -v and -q switches. NOTES
Network data will be processed by isatapd with privileges of an unprivileged user to minimize impact of bugs in the networking code. To create and maintain the tunnel device, root privileges are necessary. Whenever the tunnel link interface goes down or the source address for the local tunnel endpoint changes, the tunnel device will be destroyed and recreated, if possible. Note that till then your tunnel might be in a unusable state. AUTHORS
Sascha Hlusiak <mail@saschahlusiak.de> Kwong-Sang Yin <kwong-sang.yin@boeing.com> Fred Templin <fred.l.templin@boeing.com> SEE ALSO
ip(8) syslog-ng(8) http://www.ietf.org/rfc/rfc5214.txt isatapd-0.9.6 November 15th, 2009 isatapd(8)
All times are GMT -4. The time now is 01:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy