OpenSUSE :: Access It Via A Remote XWindow Server Via Xdmcp?

Nov 8, 2010

on a openSUSE-11.3 how do I configure lxde so I can access it via a remote XWindow server via xdmcp?

Entry /etc/sysconfing/displaymanager:
DISPLAYMANAGER="lxdm"
DISPLAYMANAGER_REMOTE_ACCESS="yes"
Entry in /etc/sysconfig/windowmanager:
DEFAULT_WM="startlxde"

[Code]...

View 2 Replies


ADVERTISEMENT

Ubuntu :: XDMCP Server Setup On 10.10 To Allow Remote Connections

Nov 30, 2010

I need to setup a xdmcp server on ubuntu 10.10 to allow for remote connections. Obviously this cant be done from the login window as with previous versions of Ubuntu.

View 3 Replies View Related

OpenSUSE :: Remote RDP Server Desktop Access

Nov 21, 2010

so it's been a while [a long while!] since I needed any desktop access to my suse server.... what are my options for an RDP server these days? VNC and.....? is there anything else? anything better?

View 9 Replies View Related

Fedora :: Connecting To A Remote XDMCP?

Jun 25, 2009

on Debian/Ubuntu in the login form (i suppose it's "gdm") from the bottom right corner I can pick the option to login to a remote XDMPC desktop (that of course I enabled on the other side..) the network is checked for those open XDMCP service and finally, the login box appears and i can remotely login to a "graphic terminal".

How can I do the same in Fedora? I found some guide about Xnest, Xzephyr, but I was totally unable to find a way for doing this simple task.

View 2 Replies View Related

OpenSUSE :: Enable Remote Access To MySQL Database Server?

Jan 29, 2011

Enable remote access to MySQL database server I used the link above to enable remote access to mysql for a specific user. But when I try to telnet 3306 or user mysqladmin to connect, both just hang there. Using mysql 5.0 on opensuse 11.1

View 1 Replies View Related

Debian Configuration :: Remote Desktop Attempts Via Xdmcp Or Vnc

Jul 17, 2015

I'm trying to get an laptop running more or less like a headless server, my reasons are not all that serious. Mostly I want to leave the laptop running as a seed box when my main PC is turned off, also want to setup it up as a media top, common place for media files and playback on Tv. So essentially I want to be able to access the remote machine, preferably sharing the same session and persisting while I log out from remote.

What I've done:
setup keys for ssh to connect automatically between machines, so I can login via terminal, access the file system without issues, which is already a great step. enabled remote access on remote machine lightdm manager setup deluge for daemon torrenting, which enables almost seamlessly client to connect remotely (though deluge is not the best with speed)

What I've tried so far:
Connect directly with a new X session
Code: Select allX -query your_server_ip :1

Works alright, creates a new display (:1) which is oddly in F2 tty instead F8 as is expected. Works alright, not much lag, audio is not routed.

But an issue! whenever I decide to log out X will simply shutdown, screen goes black and I can't resume on my regular session on my local machine.Connect X with nested Xephyr session

Code: Select allXephyr -query your_server_ip -screen 1280x1024 :1

This works too and might be the best solution yet, a windows is created and the remote session is nested in your current X session. Visual and performance is ok. Only real issue is that session is not shared, eg, application will not remain running...Connect via VNC

So it seems only solution for shared sessions is VNC.

With the remote desktop apps from KDE (which is the DE for both), I can connect buzz around and etc, but its kinda cumbersome and laggy, password always resets and I usually need to accept on the remote machine.

I've tried setting up lightdm to allow a vncserver at logon, but this is erratic at best, took a long time to get the Xvnc command correct enough for me to login remotely, and even then got a garbled screen and the X session wasn't even the same...

So that's it... Isn't there a way of regular X session sharing in the remote computer? Or a better solution for lightdm vnc invoke?

View 3 Replies View Related

General :: XDMCP Slow - Looking For Alternative Remote Desktops

Mar 16, 2010

I've been used to using RDP on Windows to remote to machines, and I've got an asus eee 701 which I want to use to do some *nix programming on. While the eee is a lovely little machine the screen and keyboard are a little small to use for lots of programming. I've tried using Xming (the free version) to remote login into the eee from my desktop using XDMCP (or even using a ssh session as a straight X11 server and no desktop on the eee) the whole thing seems seriously slow over wifi the initial desktop takes at least 5 seconds to paint (might even be 10 seconds I haven't actually timed it). So my real question is what do other folks use for remote control with a GUI for their *nix boxes? I am finding it hard to believe the performance is so bad over a wifi network (It makes the Mac IIs I used to use a college in 1988 seem fast) or is this just a problem with Xming and using say the Cygwin X11 server would be better.

View 3 Replies View Related

Red Hat / Fedora :: Remote XDMCP Connection Ending Every Two Hours?

Jun 16, 2010

I am going through cygwin's XWin.exe (XWin - queary <hostname>) to start a remote session with a RHEL 5.5 workstation. I have run gdmsetup on the worksation to allow the remote connection. Starting the remote session goes off without a problem. After about two hours, it just exits and I have to start over. This is a problem since all my gui's are killed and I have some important processes running.

/var/log/syslog/messages shows:

Jun 15 16:49:53 <host> gconfd (root-12016): SIGHUP received, reloading all databases
Jun 15 16:49:53 <host> gconfd (root-12016): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0
Jun 15 16:49:53 <host> gconfd (root-12016): Resolved address "xml:readwrite:/root/.gconf" to a writable configuration source at position 1

[code]....

There must be a 2 hour timeout set somewhere - maybe in a gconf xml file?

View 7 Replies View Related

OpenSUSE Network :: Configure Firewall To Allow Remote Access To The Mysql Server?

May 31, 2011

I have a server machine that is running SUSE Linux Enterprise Server 11. I set up a mysql server there. Now I want to access this mysql server from my laptop. I used the following command,

> mysql -h 12.246.5.70 -u davidehs -p

I found if the firewall on the server machine is running, I can not connect the mysql server from my laptop. If I stop the firewall first, and the do the connection, I can access the mysql. how to keep the firewall running and allow the remote mysql incoming requests?

View 4 Replies View Related

OpenSUSE Network :: Configure Firewall To Allow Remote Access To The Mysql Server

Jan 28, 2011

I have a server machine that is running SUSE Linux Enterprise Server 11. I set up a mysql server there. Now I want to access this mysql server from my laptop. I used the following command,

> mysql -h 12.246.5.70 -u davidehs -p

I found if the firewall on the server machine is running, I can not connect the mysql server from my laptop. If I stop the firewall first, and the do the connection, I can access the mysql. Do you guys have any idea how to keep the firewall running and allow the remote mysql incoming requests?

View 11 Replies View Related

Debian Multimedia :: XDMCP - Remote Computer Monitor Never Switches Off ?

Apr 3, 2011

I use XDMCP from an old laptop to login remotely to another computer which is running Debian 6. This seemed to work fine in Debian Lenny, and the laptop screen would switch off after a period of inactivity as I expected. Now the laptop screen blanks after inactivity, but the backlight never switches off.

View 1 Replies View Related

General :: Access Remote Mysql Server Through Socks Proxy Server?

Aug 25, 2010

Scenario:A - Local Unix machineB - socks proxy server port 1080C - remote mysql server port 3306I want to connect to the remote mysql server(C) from local unix machine(A) using sock proxy(B).

View 1 Replies View Related

General :: Setup Remote Access Server On Red Hat Enterprise Server Release 5.1?

Aug 30, 2009

how i have a machine installed Red Hat Enterprise Linux Server release 5.1 with 2 modem (usb & com port) still i want to configure RAS server so some pple able to connect my server and send me some files.

View 4 Replies View Related

CentOS 5 Server :: MySQL Server Setup For Remote Access

May 4, 2009

I have just installed CentOS 5. I have set mysql database to access from remote machines. But now the problem is it is not connecting from the local machine now.

View 5 Replies View Related

Server :: Using CentOs On A Remote Server But Can't Access PhpmyAdmin

Oct 25, 2010

Im using CentOs on a remote server. I've recently installed phpmyadmin but cant access from [URL] I checked the files and found only 3 folders in /var/lib/phpmyadmin -config / save / upload - all of them empty. Whenever I try intstall phpmyadmin again it just says its already installed and up to day.

View 2 Replies View Related

Server :: Remote IP To Access Various Files?

Nov 27, 2010

I have a computer set up running an apache httpd server with the basic LAMP functionality. I logged into the server today and noticed numerous attempts by a remote IP to access various files on my server.

Code:
[Fri Nov 26 07:37:56 2010] [error] [client 72.167.161.46] File does not exist: /var/www/html/phpMyAdmin-2.8.1-rc1
[Fri Nov 26 07:37:56 2010] [error] [client 72.167.161.46] File does not exist: /var/www/html/phpMyAdmin-2.8.1
[Fri Nov 26 07:37:57 2010] [error] [client 72.167.161.46] File does not exist: /var/www/html/phpMyAdmin-2.8.2
[Fri Nov 26 07:37:57 2010] [error] [client 72.167.161.46] File does not exist: /var/www/html/sqlmanager

[Code]...

There are many many more lines similar to this but its obvious that a remote host was attempting to run my phpmyadmin page and gain access. My question is that since I'm a novice at running httpd what sort of things should I be looking out for in regards to security and configuration to prevent any attacks or is this common and should just be ignored? I do run phpMyAdmin on the server and have configured MySQL to not have blank passwords or user accounts. The database had no new changes to it so I doubt they actually accessed it.

View 6 Replies View Related

Server :: How To Get Remote / Internet And LAN Access

Jul 15, 2010

Is there a safe way for me to configure my server for access from any internet connection as well as from my home/office LAN? I'd like to be able to access file shares, webmin, the router console behind my Gateway for maintenance purposes. Access to Server Desktop itself would be a bonus.

View 12 Replies View Related

OpenSUSE Install :: Configure OpenSuse 11.1 Purely For Remote VNC Access?

Feb 8, 2009

I have an old PC on which I want to install openSuse 11.1. After install the PC will sit as a box minus any screen or keyboard. I aim to access it using VNC from another VISTA laptop. How should I configure the linux box to support this scenario? In otherwords I want to be able to switch on a Linux box that has no keyboard or screen, and then connect to it from a remote laptop using VNC?

View 9 Replies View Related

Server :: Partial Connection To XDMCP With Xming?

May 6, 2011

I had Xming working great with XDMCP on my Debian 6 server at work. I had to replace the UPS and when I brought the machine back up xming/XDMCP no longer worked correctly. When I launch Xming and connect to XDMCP session I get the Xming window, the X Cursor but the GDM login window never appears. So I am getting some level of connectivity. The only change that was made to the server was that OpenVPN service was turned on. I do not know if this is the right log to be looking at but /var/log/gdm3/:0-greeter.log has this in it a number of times:

(polkit-gnome-authentication-agent-1:2252): polkit-gnome-1-WARNING **: Error enumerating temporary authorizations: Remote Exception invoking org.freedesktop.PolicyKit1.Authority.EnumerateTemporaryAuthorizations() on /org/freedesktop/PolicyKit1/Authority at name org.freedesktop.PolicyKit1: org.freedesktop.PolicyKit1.Error.Failed: Cannot determine session the caller is in

View 1 Replies View Related

Ubuntu Networking :: Remote Web Server Access?

Sep 7, 2010

I have installed Ubuntu Server (lamp+openssh) on a laptop in order to use it as a testing web server for my projects. After configuring it I've also installed the GUI to make things easier as I'm not very proficient using just the command line.

I'm using the wireless connection on the laptop to communicate with the router and my main desktop (Windows). I've assigned it a static local IP (192.168.1.99) in order to be able to access the sites on my web server from my desktop, and everything works fine.

Now comes my problem: I need to be able to access those local sites from a remote location (outside of my local network) as well. How can I do that?

View 4 Replies View Related

Ubuntu Networking :: Remote Access To Server?

Mar 29, 2011

We have installed Ubuntu Server 10.04 LTS for file share (Samba) at our local network.

I want to access my local server (Local IP 192.168.1.200) via internet from remote location. I have already installed SSH on our ubuntu server. I understands that using "Putty" we can access our server. Furhter, our Internet IP is dynamic (which is not an issue for us).

View 3 Replies View Related

General :: Ubuntu Server Remote Access

Feb 23, 2011

I have a Filer Server running Ubuntu Server 9.04 located at my office. I would like to access these files from my home. How would I accomplish this as simply as possible?

View 7 Replies View Related

General :: Weblogic Server 8.1 From Remote Access?

May 12, 2011

We've got het a weblogic server 8.1 and i need to do some things with it on a remote server. how i can do this? I don't have any experience with this weblogic server

View 1 Replies View Related

Server :: Mysql Remote Access Failed?

Dec 28, 2010

I'm using slackware 13.1 and I have a problem to accept remote access to mysql server.The steps I have followed to do that thing are:vi /etc/my.cnfline skip-networking is commented
bind-address my_ipaddressI opened the port 3306 of my firewallAlthough I can connect locally, i.e. mysql -u a_user -h localhost -pI can't do it remotely i.e. mysql -u same_user -h my_ipaddress -pI have also turned off my firewall, but nothing.telent 3306 my_ipaddress results in: telnet: connect to address my_ipaddress: Connection refusedMy my.cnf file is:

Code:
[client]
port= 3306

[code]....

View 14 Replies View Related

Server :: MySQL - Remote Access For Root?

Aug 9, 2010

I have a question in regards to enabling root remote access to the server.I am trying to use the mysql workbenchit kicks back an error saying "Access denied for user 'root'@'10.x.x.x' (using password: YES)" But I am able to login locally on the server.How do I enable root to long on remotely from any workstation?

View 3 Replies View Related

Server :: VNC / Remote Desktop Access Planning

Aug 31, 2009

I've just been tasked with making our company's workstations available from remote locations over our internet connection. While it seems simple in concept, I know there will be several issues I'll have to deal with. What I'd like to know is if anyone has recommendations as far as software to use and methods for securing connections. I'd like to have communications encrypted, which last I heard OpenVNC couldn't do (maybe that's not the case?). Also, I'm not really sure how the interactions between windows clients vs. my linux server and the remote connections should be handled. Would I need a separate instance of say, OpenVNC, on each client that I wanted to be allowed remote access?

View 3 Replies View Related

CentOS 5 :: Remote Access To 5.3 On A Test Server?

Jul 14, 2009

Newbie on the block with Centos 5.3 on a test server and and Ubuntu on a test workstation Note the wiki on VNC for a windows workstation but presume I could do this more easily from "Jaunty" (Ubuntu v 9.04)

View 10 Replies View Related

CentOS 5 :: Have A Cent 5.5 Server That Only Have Remote Access?

Sep 28, 2010

I have a cent 5.5 server that I only have remote access to. I was wondering if there was a way to view potential updates before I issue the yum update command. I know that there is a notification in X that you can click on and will show you the updates before you actually perform the operation.

View 2 Replies View Related

General :: Allow Remote Access To MySQL Server On Centos5?

Jan 7, 2009

I have yum installed mysql 5 on Centos5 and I can successfully run queries through shell.However, I want to now allow external access to mysql via some mysql tools (Mysql Administrator/Mysql Query Browser) which is on some windows machines on the same network.Mysql is running on port 3006.When i try connecting through mysql Admin i get the following:Could not connect to the specified instance.MySQL Error Number 2003Can't connect to MySQL server on 'ipaddress' (10065)If you want to check the network connection, please click the Ping button.Googling this I get the impression its something port related, but I have tried what I have found and still no go.When I ping the server I get:

Start Pinging:
Reply from ipaddress: Time=0ms TTL=64
Reply from ipaddress: Time=0ms TTL=64

[code]....

View 5 Replies View Related

Server :: Remote Access Tool Required For System?

Jan 6, 2011

I want to access suse pc from redhat remotely.
i need a remote access tool so that i could access my branch Suse operating system pc through Internet. i am getting teamviewer for linux, it is installed properly but not executing.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved