Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Cannot connect to Debian 8.8.0 via XDMCP

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
aecordoba
Posts: 5
Joined: 2007-08-17 13:39

Cannot connect to Debian 8.8.0 via XDMCP

#1 Post by aecordoba »

Hi there!
I'm newbie in Debian.
I'm trying to connect to Debian 8.8.0 by mean XDMCP from openSuse with Remmina or by command:

Code: Select all

X -query x.x.x.x :1

I modified /etc/gdm3/daemon.conf with the following:

Code: Select all

[xdmcp]
Enable=true

[security]
DisallowTCP=false
AllowRemoteRoot=true
and

Code: Select all

root@DERQUI-MS:~# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
root@DERQUI-MS:~# 
But, it nothing happend, only a black screen.

Surely I'm forgetting something.

Please, can somebody help me?

I read some tutorials, but I can find the problem.
Thank you in advance.
Adrián E. Córdoba

marcetm
Posts: 135
Joined: 2015-08-02 21:30

Re: Cannot connect to Debian 8.8.0 via XDMCP

#2 Post by marcetm »

I'm trying to connect to Debian 8.8.0 by mean XDMCP from openSuse with Remmina or by command:
CÓDIGO: SELECCIONAR TODO
X -query x.x.x.x :1
I guess x.x.x.x is an IP address inside your LAN otherwise you should set up your router and point to your XDCMP server.

Could you deactivate your firewall and check it out?

Post Reply