Sponsored Content
Full Discussion: Solaris & XP connection
Top Forums UNIX for Dummies Questions & Answers Solaris & XP connection Post 49806 by TioTony on Sunday 11th of April 2004 02:07:15 AM
Old 04-11-2004
Since you are using a cross over cable, the only two machines "on the network" are the two boxes on each end of the cable. Because of this you can pick any IP's you want as long as they are part of the same subnet. You can also pick any subnet mask you want. If your XP box already has an IP and subnet mask, just use an IP of 1 less or one more on the Sun box and use the same subnet mask.

For example:

XP: 10.1.1.99 mask 255.255.255.0
Sun:10.1.1.100 mask 255.255.255.0
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Red Hat 7.2 GUI not loading & Connection issue

Please Help Let me start off by saying that I am a total idiot when it comes to unix. Please, if you would care to reply keep this in mind. Thank you. I have been attempting to get my unix machine online to no avail. I have the rest of the house networked with 3 other windows machines into a... (1 Reply)
Discussion started by: kmer
1 Replies

2. UNIX for Dummies Questions & Answers

solaris internet connection

Hi everyone, I just installed Solaris 10 in my PC. However, once I finished installing it, I lost my internet connection. When I switch to windows, the internet can run smoothly. Does anyone know how to set up internet connection in Solaris ? I am so sorry, I am new in UNIX (7 Replies)
Discussion started by: qqq
7 Replies

3. Linux

VMware ESX server && Solaris 10 on same PC ??

Hi all, I tried to install Solaris 10 and then VMware ESX server v3.02 on the same PC (or hard drive). But after successfully installing Solaris 10, when I installed Vmware ESX Server on the same drive(but on different partition, boot menu is not coming. It is just booting Vmware only. Pls... (1 Reply)
Discussion started by: vikas027
1 Replies

4. Solaris

Interent connection in solaris 10

HI I have configured the /etc/hosts ,/etc/defaultrouter,/etc/resolv.conf files for interenet connection.but it didn't work usually i access the net connection through router . am i need to enter the router ip address or modem ip address in /etc/defaultrouter file and also what should... (1 Reply)
Discussion started by: srikanthg
1 Replies

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

6. Red Hat

How to kill a TCP connection which has status TIME_WAIT & no PID

Hi, I want to kill TCP connections which have status as TIME_WAIT & no PID (as per the output of the "netstat - p" command). Is there any command/utility available to kill connections to a specific port or IP address. The problem is that these connections don't have process ID (see... (4 Replies)
Discussion started by: Davinder31may
4 Replies

7. Solaris

Solaris 10 ftp connection problem (connection refused, connection timed out)

Hi everyone, I am hoping anyone of you could help me in this weird problem we have in 1 of our Solaris 10 servers. Lately, we have been having some ftp problems in this server. Though it can ping any server within the network, it seems that it can only ftp to a select few. For most servers, the... (4 Replies)
Discussion started by: labdakos
4 Replies

8. UNIX for Dummies Questions & Answers

Remotely close & rerun SSH connection

I'm trying to remotely run an upgrade script (via SSH) that update the SSH script on several hosts, just need to add several flags for the ssh command to look like this: ssh -Nf -i id_logs -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -o ServerAliveInterval=60 -o ServerAliveCountMax=5... (4 Replies)
Discussion started by: OdedOvdat
4 Replies

9. Solaris

Solaris Network Connection

Hi, Recently we faced awkward situation where we cannot connect to Oracle DB that hosted in Solaris server intermittently and it timeout eventually. The server seems fine. We can putty to server like normal but when try do prstat, it takes time and come out Please Wait.. for a while. When we go... (1 Reply)
Discussion started by: tharmendran
1 Replies

10. Solaris

Connection Logging in Solaris 10 & 11 - Beginner

Excuse my ignorance as I am very new to working with Solaris. I'm looking for documentation on how to create a network log in Solaris 10 & 11. I don't wish to edit any of the logs currently the system. I simply want a log that will capture all incoming IP addresses and log them with a time-in... (8 Replies)
Discussion started by: FamousAv8er
8 Replies
SINFOD(8)							   User Manuals 							 SINFOD(8)

NAME
sinfod - a monitoring tool for networked computers SYNOPSIS
sinfod [-F] [-q] [-V] [-b #.#.#.#] [-c] [-n card ] [ -N nicevalue ] [ -m marker ] [ -i processname ] [-s][-W] DESCRIPTION
sinfod distributes system information to other sinfods on your local network. These Information include the system load, memory utilization and the `TOP-5' processes on every machine. It's main advantage is, that these informations are broadcasted using the udp(7) protocol. If each node broadcasts it's information in a cooperative manner, the network load is O(N), where N is the number of nodes in your network. Other systems to monitor your cluster load (e.g. rup(1) ) are using a polling scheme where every node has to ask every other node for the system information: In that case the network load is O(N**2). The task of sinfod is to broadcast the relevant information for the local node and to collect broadcasts from other nodes. Other programs ( sinfo(1) ) can get access to this information via a simple tcp(7) connection that normally is routed through the local loopback inter- face. OPTIONS
-F/--foreground Unlike normal operation, sinfod will not detach from the terminal when given this option. Some debugging informations will be visi- ble. -q/--quiet Start quietly - for init scripts. -V/--version Print the version number and exit. -b #.#.#.#/--bcastaddress=#.#.#.# Set the broadcast address of the sinfod. Default is 255.255.255.255. In you want to run sinfod without a network card "-b 127.0.0.1" may be necessary. -c/--cmdline Broadcast the full command line of a process instead of the command only. -m marker/--marker=marker Mark the machine with a name. e.g. laboratory, pool or cluster. -i/--ignore <process> Don't broadcast any information on <process> ; --ignore may be set multiple times. -t/--top <count> Broadcast information on the top <count> processes; default: 5 -n card/--networkcard=card Set the name of the network card whose informations will be broadcasted. (e.g. eth0). Default is the network card that saw the most traffic at the start of sinfod. -N nicevalue/--nice=nicevalue Set the priority of this demon to nicevalue. Default is 15. -s/--spymode Deactivate the TCP interface and the collection of received packets. The demon starts in a broadcast-only mode. -W/--watchdog Start with simple watchdog. AUTHOR
Juergen Rinas <jrinas@gmx.de> SEE ALSO
sinfo(1),sshallsinfo(1), Linux JANUARY 2005 SINFOD(8)
All times are GMT -4. The time now is 05:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy