Using the OSX 10.5.x VNC-Server exclusively over SSH

Is there an option for the OSX 10.5.x VNS-Server like "Only allow local connections".
I want to start the VNC-Server but only make it accessible through SSH, so that it is not open to the hole net i am in.
I did not find this option neither in "System Preferences -> Sharing" nor in "System Preferences -> Security -> Firewall".
Tnx in advance!

Hi Irwin
OK I was doing the same for awhile. In my case the firewall for the campus at least restricted potential VNC access to the machine to only others on campus. But I decided to go back to Vine Server for the added security. I just had a look at the firewall but I don't know how to set it to just block a port. If you could do that you could presumably block 5900 and thus force the need for a SSH tunnel.
How are you viewing the VNC client ?
Michael

Similar Messages

  • How do you use the wdeploy tool in iPlanet Web Server with Windows 2000 Server?

    I found this on the knowledge base, but only described how to use this with Unix. Does this work with Windows? How do you set the IWS_SERVER_HOME environment variable as well? I don't see it in the file.
    Thanks

    Hi,
    This is pretty common scenario. The best way to achieve this is to split your servers using a collection and deploy a different client settings. You could target your collection using the OS or an OU in AD. There are many option there.
    You could also limit the access to the Server collection using Role Based Access to avoid any human "errors" on these collections. Users without rights to these collection just won't see them.
    https://technet.microsoft.com/en-us/library/gg682067.aspx?f=255&MSPPError=-2147217396
    http://blogs.technet.com/b/configmgrteam/archive/2011/09/23/introducing-role-based-administration-in-system-center-2012-configuration-manager.aspx
    Benoit Lecours | Blog: System Center Dudes

  • How to use the Load Balancer Plug-in to serve multiple domains

    In SJSAS8.1 SE/EE the asadmin commands that create and maintain a load balancer configuration operate within a domain. When the load balancer configuration is exported an xml file is created that contains all the information for that domain. To make the load balancer plug-in balance the load for multiple domains, the loadbalancer.xml files can be manually merged to conatin the data that is exported from each domain's load balancer configuration.
    For example, 2 domains are created, both having a load balancing configuration. After exporting both configurations using the asadmin export-http-lb-config command, the user would then cut and past the cluster information into the single loadbalancer.xml file that resides under the web server's config directory.
    An example of the manually merged loadbalancer.xml file follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <loadbalancer>
    <cluster name="domain1">
    <instance disable-timeout-in-minutes="30" enabled="true" listeners="http://localhost:1026 https://localhost:38181" name="i1"/>
    <instance disable-timeout-in-minutes="30" enabled="true" listeners="http://localhost:1027 https://localhost:38182" name="i2"/>
    <web-module context-root="ab" disable-timeout-in-minutes="30" enabled="true"/>
    <health-checker interval-in-seconds="5" timeout-in-seconds="60" url="/"/>
    </cluster>
    <cluster name="domain2">
    <instance disable-timeout-in-minutes="30" enabled="true" listeners="http://localhost:1029 https://localhost:38189" name="i3"/>
    <instance disable-timeout-in-minutes="30" enabled="true" listeners="http://localhost:1030 https://localhost:38188" name="i4"/>
    <web-module context-root="webservice" disable-timeout-in-minutes="30" enabled="true"/>
    <health-checker interval-in-seconds="5" timeout-in-seconds="60" url="/"/>
    </cluster>
    <property name="response-timeout-in-seconds" value="60"/>
    <property name="reload-poll-interval-in-seconds" value="5"/>
    <property name="https-routing" value="false"/>
    <property name="require-monitor-data" value="false"/>
    <property name="route-cookie-enabled" value="true"/>
    </loadbalancer>
    Hope this helps - Mark

    Mark, be my savior, I work for SUN as subcontractor at client site. the only one at site ...so I depend on this forum for solutions........
    still having trouble failingover to second instance. I have two AccessManagers behind this loadbalancer.
    Here is what I saw......
    **************LOGS**********************
    [20/Jun/2005:14:22:47] failure (15102): for host 128.114.65.13 trying to GET /amconsole/base/AMA
    dminFrame, service-passthrough reports: timed out waiting for request body
    [20/Jun/2005:14:22:47] warning (15102): reports: lb.runtime: ROUT1014: Non-idempotent request /
    amconsole/base/AMAdminFrame cannot be retried.
    So I went and updated the loadbalancer.xml (see at the end of the msg). Now I get a different kind of problem...
    **************LOGS******************************
    [20/Jun/2005:15:25:18] failure (15295): for host 128.114.65.13 trying to GET /amconsole/base/AMA
    dminFrame, service-passthrough reports: timed out waiting for request body
    [20/Jun/2005:15:25:18] info (15295): reports: lb.runtime: RNTM3003 : Error servicing the request : NoVal
    Here is my loadbalancer.xml file...
    <loadbalancer>
    <cluster name="cluster1">
    <instance name="instance1" enabled="true" disable-timeout-in-minutes="1" listeners="http://idm-test-1.ucsc.
    edu:80 "/>
    <instance name="instance2" enabled="true" disable-timeout-in-minutes="1" listeners="http://idm-test-2.ucsc.
    edu:80 "/>
    <web-module context-root="amconsole" disable-timeout-in-minutes="1" enabled="true" error-url="sun-http-lber
    ror.html" >
    <idempotent-url-pattern url-pattern="/*" no-of-retries="3" />
    </web-module>
    <web-module context-root="amserver" disable-timeout-in-minutes="1" enabled="true" error-url="sun-http-lberr
    or.html" >
    <idempotent-url-pattern url-pattern="/*" no-of-retries="3" />
    </web-module>
    <web-module context-root="ampassword" disable-timeout-in-minutes="1" enabled="true" error-url="sun-http-lb
    error.html" />
    <web-module context-root="amcommon" disable-timeout-in-minutes="1" enabled="true" error-url="sun-http-lberr
    or.html" >
    <idempotent-url-pattern url-pattern="/*" no-of-retries="3" />
    </web-module>
    <health-checker url="/" interval-in-seconds="15" timeout-in-seconds="2" />
    </cluster>
    <property name="reload-poll-interval-in-seconds" value="60"/>
    <property name="response-timeout-in-seconds" value="30"/>
    <property name="https-routing" value="false"/>
    <property name="require-monitor-data" value="true"/>
    <property name="active-healthcheck-enabled" value="true"/>
    <property name="number-healthcheck-retries" value="3"/>
    <property name="route-cookie-enabled" value="true" />
    </loadbalancer>
    **************************************************************

  • How to use the CMS functionality in Sun Portal Server 7.2

    Hi All,
    How to use the CMS functionality using the ccd.war(Portlet) which is available in the library as i could add it to my channel but not able to show the functionality as it is showing the error msg "You are currently not logged in. Please login." should I create userid and there respective roles inorder to use the CMS functionality.
    Has any one used this as I could this in glass fish server.
    Any Input is appreciated.
    Thanks & regards
    Srikanth

    Have a look at the "*Roles*" section of the portal server 7.2 content management system guide
    http://docs.sun.com/source/820-4275/index.html . You can also look at [project mirage|https://mirage.dev.java.net] for some screencasts
    Alternatively,
    1. ccd.war has 3 portlets in it:
    (a) custom content definition portlet
    (b) custom content portlet
    (c) workflow portlet
    2. Inorder to work with these portlets, user needs to be in anyone of the below roles:
    (a)Consumer (b) Editor (c) Approver (d) Administrator (e) Submitter (f) Contributor (g) Publisher
    3. By default ccd.war gets deployed using a default roles file (/var/opt/SUNWportal/tmp/ccd.roles.properties)
    Note: In windows, you may not find this file
    4. Access the portlets as a user in any of the role mentioned in the ccd.roles.properties
    (OR)
    you can use a new roles file which has mapping to your custom roles. For this , undeploy existing ccd.war and deploy again with a new roles.properties file
    Hope this helps!

  • Difficulty using the MacBook as an (S)FTP server...

    I'm trying to use my MacBook as an FTP server to get some files I need from my brother. He is using an iMac but we're having a lot of trouble connecting.
    We have read several tutorials but we simply can't seem to get it working, and I know it's not that difficult.
    My personal file sharing and FTP Acess are both turned on and so are his. After I receive the IP for the server when I check it on, is that it? He has tried using the connet to server option on finder as well as third party FTP clients. What does he type in before the ip address in the box? ftp:\\ or sftp:\\ or does he leave it blank or what?
    Also, how does username and password work? I don't know where to set that, much less what he should use to login to the server. Every time we've tried it simply gives us a "failed to connect" message.
    I haven't had this MacBook for very long - I LOVE it but I've never used this part of it so any help would really be appreciated.

    Hi Fendrix
    Welcome to the Apple Discussions!
    First, are you and your brother in the same location (ie, on the same network), or in different locations? That will affect whether you can use your local IP addresses to connect, or whether you need to use public IP addresses. In addition, if either of you is behind a router, you would need to forward the Apple File Sharing port (548) from the router to the Mac you're trying to share.
    You shouldn't need both File Sharing and FTP activated - they're different protocols. If you're both using Macs, File Sharing (AFP) should be enough.
    If you were on the same network, you would have IP addresses such as 192.168.1.2, 192.168.1.3. In that case, one of you would go to the Finder, click cmd-K to open the "Connect to Server" window, and just type in that address. You'd then get a login prompt, where you need to enter login details for an account on the Mac you're connecting to (ie, if you're connecting to him, you use his account login, not yours).
    If you're on different networks, you need his public IP address, which you can get from a service such as http://whatsmyip.org/ . If he's behind a router, configure it to forward port 548 to his computer. You then use the same cmd-K to connect to his server, but using the public IP address. The router will then forward the connection request to his Mac, and you'll get the login box as before.
    Hope that helps
    Matt

  • Can I use the Time Capsule as a media server

    As many, I have hundreds of CDs.  I was hoping I could store all of my music on the time capsule as well as movies I have purchased and pictures, and use it as a media server.  I've heard yes and no in other forums.  Any ideas?

    The Time Capsule is a dumb hard drive with no brains. It is not a media server and will not ever be one.
    If you want to put your music and movies on the Time Capsule, you can do so, just like you could place them on any external hard drive.
    But, you will need to have a DLNA server running somewhere else on your network to be able to do anything with the data on the Time Capsule.
    Best to use the Time Capsule as it was designed and intended.....for backups....not any active or everyday files.
    Speaking of backups, if you place your music and movie files on the Time Capsule.....how will you then back up those files to another hard drive?

  • Can the SAP uses the pictures which located on SAP server itself?

    Hi all,
    Please help me to figure out the solution.
    Can i use the picture which located on a shared place? The pictures are already existing and used by other software, e.g., Peoplesoft. then i want to attach the pictures on report output (SapScriupt/Smartform). In this case, can i use those pictures directly from other places/servers? I mean, can the SAP uses the pictures which not upload to SAP server? if yes, what criteria the pictures are e.g., tiff, jpeg, or size.
    Thanks in advance,
    Peerasit

    Use the following FM's to do the Upload of Pictures from the Server to your SAP System
    1) SAPSCRIPT_IMPORT_GRAPHIC - this will import graphic as a Text
    2) SAPSCRIPT_IMPORT_GRAPHIC_BDS - this will import graphic as a BDS element and can be viewable in SE78.
    Hope That Helps
    Anirban M.

  • Can I use the Mini as an NTP (Time) Server?

    Hello!
    I was wondering if I can use the Mac Mini as a NTP (Time) Server?  If it does, what would I need to do?
    Thank you in advance,
    Brian

    Sorry, asked an answered
    http://docs.info.apple.com/article.html?path=ServerAdmin/10.4/en/c7ns.html
    Server Admin 10.4 Help
    Index   
      NTP Service Overview
      What is NTP Service?
      Network Time Protocol (NTP) is a network protocol used to synchronize the clocks of computers on your network to a time reference clock. NTP is used to ensure that all the computers on a network are reporting the same time.
      Mac OS X Server can act not only as an NTP client, receiving authoritative time from
    an Internet time server, but also as an authoritative time server for a network. Your local clients can query your server to set their clocks. It's advised that if you set your server to answer time queries, you should also set it to query an authoritative server on the Internet.
      Managing NTP Service
      The following help topics help you configure and enable NTP service.
    Setting Up NTP Service 
    Configuring NTP on Clients

  • Errors when using the Call statement for MS SQL Server

    I've tried executing a Stored Procedure using the Call method of Portal 2 Go. But it gets an internal error b/c of it. Any Ideas why and how to resolve?

    Hello,
    Which version of SAP BOBJ XI3.1 you are using?
    What I am aware is BEGIN_SQL was very well working for SQLServer2005 in case of ODBC connection.
    Can you try one thing for SQLServer2008 have a Native driver installed on your client machine and use ODBC connection rather than OLEDB connection.
    If that works fine, its good
    Otherwise you can raise a message for resolving this problem with the support team.
    Thanks,
    Vivek

  • Is it possible to use the OSX dictionary lookup in Microsoft Word

    Hi All,
    Trying to figure out if I can use the quick dictionary lookup in Microsoft Word (sorry to mention the words in the Pages section). Either the three finger tap look-up, or the command - control - D or command- D function. I'm sick to death of the erroneous dictionary that Microsoft created along with Word.
    Eternally frustrated, I might have to swap back to Libre Office

    LibreOffice does not incorporate the Apple code that enables the keyboard, or three-finger tap dictionary access. With a given word selected, a right-click offers Synonyms on the contextual menu. At the bottom of the Synonyms sub-menu is Thesaurus… which will pop-up a window, which in the case of the word “cautiously,” provides the following (click to enlarge):

  • How to use the video control buttons on YouTube with voice over

    I have a Macbook Pro and since I am totally blind I use the voice over. I am watching YouTube videos but I can't access the buttons at the bottom of the screen. I can't play/pause the videos or use the slider. I ca't use any of those buttons. Is there sometihng I am missing here?

    I dont know if you will be able to connect other device like PS3 or Wii.
    As far as I know only the Xbox 360 could be connected to a Qosmio and could be used with the Windows MCE.
    I presume this is possible due to connection of Microsoft products; MCE and Xbox360
    To be honest; why you dont take a look into the user manual if this notebook is new to you?
    All details are mentioned in the user manual which is already preinstalled on the notebook.

  • Is it possible to use the Apple TV as a iTunes server?

    Looking to consolidate various libraries between all the computers in the house, and still have the content available to view without connecting and disconnecting any one of the three laptops I own. (No desktops in the house.) Want to know if I can purchase the ATV or if I have to get a Mac mini.
    I know the ATV has a HD for cache, but can our libraries (Audio and Video) be stored on the ATV and when necessary streamed to the various laptops?

    I'd like to revive this topic as I just purchased an ATV. I do like it but I am becoming very familiar with the limitations of the ATV.
    I used to have a Snyology NAS server but it did not serve/stream the iTunes well enough to my stereo. I have a lot of photos of my children as well as movies and wanted to see more of them so I purchased the ATV as I knew the Syno server/NAS would be bricking soon.
    Once the ATV is loaded it is fine for that content. But if there is other content on other computers well, they have to stream and the content on the ATV is not accessible to anything other than the stereo or TV that the ATV is connected to. So, finally, here is my question:
    Which NAS streams VERY WELL with the ATV? Correct me if I am wrong but the NAS has to have iTunes imbedded within the server; yes? Secondly, is the best solution for serving an ATV as well as having all media content accessible to all LAN computers a Mac Mini?
    So which is it? Please recommend an NAS that can serve iTunes media (music, photos, video) to an Apple TV or is the best solution a Mac Mini which acts like a NAS and streams all media content to the Apple TV and ATV will stream it to HDTV through HDMI , etc.
    The ATV is great with the High Def.., wide screen, Dolby 5.1, HDMI port , etc. Just need a way to have the media accessible to everyone on the LAN as well as serve/stream to an already purchased Apple TV.
    Thanks for the help,
    Cc

  • Using the MAc Pro as a media server

    I am thinking of buying a mac pro (currently have Imac which is noisy) and using it as a media server. Does it make a lot of noise or can it be run so that it is very quiet.... I plan to place it in the same room as the hifi and screen ie my living room? Any thoughs or examples happily recieved

    I lost my decibel meter some years ago (probably in a box in a
    closet somewhere ) so I can't tell you exactly but my MacPro
    system is virtually silent. If I hold my ear to the case I can
    hear my 3-drivve (MaxLine III Maxtor) raid occasionally accessing
    but I personally cannot tell if the system is on or off without
    looking at the power-light.

  • How to use the Enterprise portal as a web server

    Hi there,
    For portal content I would like to create an URL-iview for a picture (.jpg file) where i want to put the picture on the SAP portal itself. So in this case the portal also acts as the web server.
    If this is possible.
    Where do i put the picture (in which directory)?
    What is the url to be used for the iview?
    thanks in advance
    Bertil

    You can create a jsp page.  The portal will display it for you if you want.
    d:\usr\sap\<SYSID>\j2ee\j2ee_00\cluster\server\services\SERVLE~1\work\jspTemp\irj\root
    Underneath this folder I placed a jsp folder.  I could have called it anything.  You can place pages here.  You can take a standard html page and throw the following two lines at the top.
    <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    And it automagically becomes a jsp page.  Granted if you really want to do fancy stuff with java server pages you will have to delve into some java and javascript.
    I created an images directory and placed my pictures in that folder. 
    Then I created an iview pointing to a web page.
    http://<yourserver>:50000/irj/jsp/mywebpage.jsp
    You can even try the page out in a browser before creating an iview.  If you are concerned about security you will have to place in within the PCD and do ACL to lock it down. 
    Good luck.  I am sure there are other ways but this is how I did it.
    Roy Richardson

  • How to use the hosts.allow option in Directory Server?

    I would like to limit access to a directory server instance to localhost. I see in the Directory Server Control Center that there is an option to do this with a hosts.allow and/or hosts.deny file.
    What do I enter as the service name for the instance in the hosts.allow file?
    Thank you.

    See:
    http://docs.sun.com/app/docs/doc/820-2491/6ne3dhdgt?l=en&a=view#gcwym
    And perhaps more useful:
    http://docs.sun.com/app/docs/doc/820-2495/6ne3hbg4j?l=en&a=view
    This feature is basically an app-specific instance of TCP wrappers, so look up "TCP wrappers" in your favorite search engine for more.

Maybe you are looking for

  • "Moody" Adobe Pro 8?

    I have several problems that are intermittent with my Adobe Acrobat Pro: 1) I am adding fields in a pdf and editing the fields (right justified, Arial, size 12) and I get about 1 or 2 fields done and then I get an Adobe error window with "Adobe Acrob

  • Different vendors in freight condition type error in MIRO

    Hi, We are using different vendor in condition type for import purchase order as given. Ordering Vendor - 800000 Custom Vendor - 900000 in condition type Freight Vendor - 700000 in condition type While i am doing Goods Receipt, In the Freight tab onl

  • Exception message

    hi I have only one planned order with Exception message 62  i.e. master data inconsistent and all other planned orders of this material are having no exception message. I am running MRP again with planning mode = 2 but still exception message is not

  • Gamma shift when exporting MP4

    I know this is a known issue, but I have yet to see a viable solution. Working off PC and exporting via Adobe encoder. When exporting H.264 in an mp4 container, there are significant gamma shift issues that void several hours/days of color correction

  • User Exit / BADI available for PC00_M99_FPAYM - Create DME -Payment Medium?

    Hi All, We need to create a secure FTP process (SFTP) from SAP payroll system to the third party Finance syem to transfer Bank Files. As of now, the Bank files generated using the above transaction is downloaded into local PC and manually uploaded in