Sponsored Content
Full Discussion: Problem with using Exceed
Top Forums UNIX for Advanced & Expert Users Problem with using Exceed Post 302151933 by porter on Tuesday 18th of December 2007 01:37:29 AM
Old 12-18-2007
Quote:
Originally Posted by Amardeep
I used Exceed (XDMCP-Broadcast) but can't see the IP address of the server I want to connect to.
Are both machines on the same subnet? Do both machines agree on the subnet mask and hence broadcast address?

Can you do XDMCP-Query?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Exceed subsitutions?

Does anyone know if there any application perform better than Exceed? It seems some video card doesn't support Exceed. thx (1 Reply)
Discussion started by: E-Quality
1 Replies

2. UNIX for Advanced & Expert Users

Exceed

Does anyone know how to get exceed to bring up the CDE in Windows. I have been trying and only get the telnet to come up. (2 Replies)
Discussion started by: aojmoj
2 Replies

3. UNIX for Dummies Questions & Answers

Telnet/Exceed

I wanted to know difference between Telnet/Hummingbird- Exceed/FTP. THe reason why i asked the question b'coz i have three cad systems & two are in windows environment & one in unix I wanted to put all three into network & share the data. Which software you wanted to purchase & how could i... (1 Reply)
Discussion started by: kar1
1 Replies

4. HP-UX

Exceed Login

I have a number of systems running 11i and 10.2. I need to log in using Exceed V8.0. On all systems, except one, I get the HP CDE screen asking for USER name and password. Upon entering the information, the screen goes away and comes back with the same HP CDE screen, asking again. I have one... (0 Replies)
Discussion started by: old_tex
0 Replies

5. HP-UX

Unable to connect to HP-UX 11.11 via eXceed 7.1

Hello HP-UX Gurus, I am having issues trying to start an x-session via eXceed 7.1. When I bring up eXceed via XDMCP Braodcast I see the host name and IP Address but when I try to connect the X window does not come up. I made the modification to the following file “/etc/dt/config/Xaccess”... (2 Replies)
Discussion started by: smokie
2 Replies

6. AIX

Link download Exceed 8.0

Please send link download Exceed 8.0 to me,thanks!!! (1 Reply)
Discussion started by: vietrung
1 Replies

7. Solaris

Exceed on Vista ?

Hi there, I have a copy of Exceed 7.0, which I use on my Win XP pro machine to get access to the Solaris CDE, but this version will not run on my Vista laptop. Do I need to get the very latest version of Exceed to run on Vista ? or is there an interim version which I might find on Ebay ? ... (2 Replies)
Discussion started by: Freddo_21
2 Replies

8. Solaris

exceed display

PC: WinXP professional 2002, sp2 when i tried to use XDMCP Brodcast, it's not displaying any ip's and when i used XDMCP Query by giving the ip address, i couldn't see any display. In the task manager it's showing the exe as running. what could be the problem? (3 Replies)
Discussion started by: satish@123
3 Replies

9. UNIX for Dummies Questions & Answers

Exceed Display Problem

Hi, i am running an application on our hp_ux server from my laptop(windows xp) which need an xwindow system for graphical display. I have exceed installed on my laptop to use as x window terminal. when i am in My office,i am able to export that application using below commands. DISPLAY=<my... (4 Replies)
Discussion started by: jagan_kalluri
4 Replies

10. Solaris

Help with Exceed

Hi, I need help with operating exceed from a local computer to a solaris machine using putty. putty - version 60 Hummingbird Xserver for win 32 version 7.1.0.0 Communication mode is set to 'passive' in exceed Following are the steps that I followed Start 'Exceed' Opened putty... (7 Replies)
Discussion started by: Jaguar_eyes
7 Replies
IPSEC_SUBNETOF(3)					     Library Functions Manual						 IPSEC_SUBNETOF(3)

NAME
ipsec_subnetof, ipsec_hostof, ipsec_broadcastof - given Internet address and subnet mask return subnet number, host part, broadcast address SYNOPSIS
#include <freeswan.h> struct in_addr subnetof(struct in_addr addr, struct in_addr mask); struct in_addr hostof(struct in_addr addr, struct in_addr mask); struct in_addr broadcastof(struct in_addr addr, struct in_addr mask); DESCRIPTION
These functions are obsolete; see ipsec_networkof(3) for their replacements. Subnetof takes an Internet address and a subnet mask and returns the network part of the address (all in network byte order). Hostof simi- larly returns the host part, and broadcastof returns the broadcast address (all-1s convention) for the network. These functions are provided to hide the Internet bit-munging inside an API, in hopes of easing the eventual transition to IPv6. SEE ALSO
inet(3), ipsec_atosubnet(3) HISTORY
Written for the FreeS/WAN project by Henry Spencer. BUGS
Calling functions for this is more costly than doing it yourself. 11 June 2001 IPSEC_SUBNETOF(3)
All times are GMT -4. The time now is 08:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy