Sponsored Content
Full Discussion: Exceed Display Problem
Top Forums UNIX for Dummies Questions & Answers Exceed Display Problem Post 302235183 by fpmurphy on Thursday 11th of September 2008 10:21:22 AM
Old 09-11-2008
Are you saying that Xclock works for you at home via VPN using Exceed on your laptop?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

X display problem...

I've checked all the documenttion that i can find here in the forums...and on the net....to no avail. Here's my scenario: I'm attempting to activate a remote X server. I 'm on a SuSe 7.0 distro, behind a firewall. (using bash shell) $ $ ifconfig eth0 192.168.1.203 up{as root} $ xhost +... (2 Replies)
Discussion started by: thomas.jones
2 Replies

2. Solaris

Display Problem

Hi, I am trying to install oracle client on unix(SUN Solaris) machine. For this a GUI window will open when i click ./runInstaller I have Humming Bird Connectivity ->Exceed .Now what i have to do ...?? Please tell me ASAP. Its urgent i need to install right away. This is a Solaris Machine. ... (1 Reply)
Discussion started by: dreams5617
1 Replies

3. Solaris

Display problem

hi frnds i got problem,in solaris client machine,once the user enter his name and password the display is not cmg,its blank screen let me know the answer (1 Reply)
Discussion started by: m.venkatakumar
1 Replies

4. UNIX for Advanced & Expert Users

Problem with using Exceed

Hi Gurus I am facing problem in using Exceed to connect to one HP Ux server. I used Exceed (XDMCP-Broadcast) but can't see the IP address of the server I want to connect to. What could be the reason for this ? (Network Connectivity is fine as I can connect using telnet) Then I used Client... (2 Replies)
Discussion started by: Amardeep
2 Replies

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

6. Solaris

Problem with display

Hi all, I have installed Solaris 10 on X-86. I installed successfully with all default installation parameters. After installation, when computer reboots, it doesn't come with display. Even screen sleeps without showing any error. Can anyone tell what could be the problem? Is the... (2 Replies)
Discussion started by: naw_deepak
2 Replies

7. UNIX for Dummies Questions & Answers

display problem

hi i have written a script #!/bin/sh clear menu() { ...... echo "enter 4 for finding text in a files" echo "input: \c" } switch() { read input case $input in ....... 4) echo "find" (1 Reply)
Discussion started by: the.noob
1 Replies

8. Solaris

display problem

i installed solaris 5.10 on my intel core 2 duo ....mercury board...evrything works fine ... but i get a black screen at desktop login...i cant see anything and im forced to reboot....every time get this prob on reboot .. i changed monitors....thinking there might be problem with monitor ... (2 Replies)
Discussion started by: vivek_ng
2 Replies

9. UNIX for Dummies Questions & Answers

DISPLAY Problem

We are facing an issue setting up Display on our server. Thu Jan 5 17:09:01 2012 vncext: VNC extension running! vncext: Listening for VNC connections on port 5905 vncext: created VNC server for screen 0 error opening security policy file /usr/lib/X11/xserver/SecurityPolicy... (1 Reply)
Discussion started by: narayanv
1 Replies

10. UNIX for Dummies Questions & Answers

Problem with VI display

Hi Experts, i am facing this problem with vi. Most of the time my vi display will show like below.it is hectic for me to .so again i have to do re size or maximize something like then it will come normal. HELP?? (2 Replies)
Discussion started by: prakumar
2 Replies
RACOON-TOOL(8)						      System Manager's Manual						    RACOON-TOOL(8)

NAME
racoon-tool - program to manage the racoon(8) IPSEC IKE daemon. SYNOPSIS
racoon-tool [-h] reload|restart|force-reload|start|stop racoon-tool [-h] sadflush|spdflush|saddump|spddump racoon-tool [-h] vpndown|vdown|vpnup|vup connection-name|all racoon-tool [-h] vpnreload|vreload connection-name|all racoon-tool [-h] vpnlist|vlist [connection-name|all] racoon-tool [-h] vpnmenu|vmenu [connection-name-regexp] racoon-tool [-h] racoonstart|racoonstop|rstart|rstop DESCRIPTION
This manual page documents briefly the racoon-tool command. racoon-tool(8) is a perl script that can be used to control the racoon(8) IKE daemon and the SPD database within the kernel via the setkey(8) command. Various operations that it can do are described below. You can also optionally choose not to use it via reconfiguring the racoon package using dpkg-reconfigure(8). OPTIONS
A summary of options are included below. -h Show summary of options. COMMANDS
start Start racoon(8), loading any needed modules, configuring the SPD, and generating a configuration from /etc/racoon/racoon-tool.conf (head) and following up with *.conf files from /etc/racoon/racoon-tool.conf.d/. stop Stop racoon(8) unloading any crypto/IPSEC modules, flushing the SAD and SPD. reload Regenerate configuration from /etc/racoon/racoon.conf, and /etc/racoon/racoon.conf.d/, HUP racoon(8) and reinitialise the SPD and SAD. restart|force-reload Perform a stop followed by a start sadflush Flush the SAD via setkey(8). spdflush Flush the SPD via setkey(8). saddump|dump Dump the SAD to screen via setkey(8), paginating via your pager. spddump Dump the SPD to screen via setkey(8), paginating via your pager. vpnup|vup connection-name|all Bring up the VPN connection(s). vpndown|vdown connection-name|all Take down the VPN connection(s). vpnreload|vreload connection-name|all Reload the VPN connection(s). vpnlist|vlist [connection-name|all] List the known VPN connections in /etc/racoon/racoon-tool.conf, etc. Can be used by a script or administrator to see if a VPN con- nection exists. vpnmenu|vmenu [connection-name-regexp] Start the VPN menu management mode. This displays the SPD, and you can shutdown VPNs from here. Latter on support will be added for checking status and reloading the chosen connection. racoonstart|rstart Start only the racoon(8) daemon. racoonstop|rstop Stop only the racoon(8) daemon. FILES
/etc/racoon/racoon-tool.conf - configuration file (head). /etc/racoon/racoon-tool.conf.d - configuration file segment directory read after the above. /var/lib/racoon/racoon.conf - generated racoon.conf SEE ALSO
racoon(8), racoon.conf(5), setkey(8), racoon-tool.conf(5). AUTHOR
This manual page was written by Matthew Grant <matthewgrant5@gmail.com>, for the Debian GNU/Linux system (but may be used by others). RACOON-TOOL(8)
All times are GMT -4. The time now is 11:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy