- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Restrict X remotely
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 06:43 AM
04-10-2003 06:43 AM
I would like to restrict the X service (CDE etc.) to only a couple of IP-addresses. Can I set up this in the /etc/dt/config/Xsetup or Xservers config file?
//Fredric
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 06:45 AM
04-10-2003 06:45 AM
Re: Restrict X remotely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 06:53 AM
04-10-2003 06:53 AM
Re: Restrict X remotely
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 04:45 PM
04-10-2003 04:45 PM
Re: Restrict X remotely
you could use "IPFilter/9000" to restrict ports 6000 (X) and 7000 (X Font Server).
FWIW,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 04:05 AM
04-11-2003 04:05 AM
Re: Restrict X remotely
I want to restrict the access to a couple of hosts, doesn??t matter if it??s the hostname or the IP-address.
I have tested to configure, but it doesn??t work. I did comment the line with CHOOSER BROADCAST and removed the comment for the %hostlist, but still doesn??t work. I also tried differnt ways of adding hosts to the hostlist and deny hosts at the end of the file (ENTRY FORMAT).
//Fredric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 04:14 AM
04-11-2003 04:14 AM
Re: Restrict X remotely
take a look at this document,
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063236640
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 04:20 AM
04-11-2003 04:20 AM
SolutionPresuming you want to control "direct" xdmcp clients, i.e. those that initiate the comnnection direct to the machine, then all you need to place in the /etc/dt/config/Xaccess file is the hostname (presuming you can reverse lookup the IP from the name) or IP of the chosen client. Place each entry on its own line in the file with nothing else after it e.g.
hostA
hostB
10.0.0.1
etc...
Then run "/usr/dt/bin/dtconfig -reset" to make the changes take effect. The Xaccess file is only read on startup and whenever the above is run.
Regards,
Stephen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 06:00 AM
04-11-2003 06:00 AM
Re: Restrict X remotely
thanks for you answears. Case solved!