お世話になっています
今表題の通りVirtualBOX内にOSを置いてその間でのリモートを試みています
UbuntuへはCentOS8のipaddressを設定しました
export DISPLAY=192.168.11.24:0
CentOS8には
[root@localhost ~]# vi /etc/gdm/custom.conf
以下が中身
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
# GDM configuration storage
[daemon]
# Uncoment the line below to force the login screen to use Xorg
#WaylandEnable=false
AutomaticLoginEnable=False
AutomaticLogin=moriuchi
[security]
DisallowTCP=False
AllowRemoteRoot=true
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
#Enable=true
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
[root@localhost ~]# firewall-cmd --add-port=6000/tcp
6000 portを開放
success
[root@localhost ~]# xhost +
xhost: unable to open display ""
ここでCentos8とUbuntu20.04ではVersionの互換性がなく
xhost: unable to open display ""となります
なので互換性の問題だと思います
この部分を回避するには何が足らないのでしょうか?
ただしUbuntu18.04ではOKになりますがアプリは転送できていません
(マシン間の通信はできているが、Xサーバーへの接続が拒否されている)
原因がわからないままです
よろしくご指導ください
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/09/11 01:20
2020/09/11 02:21
2020/09/11 04:29
2020/09/11 04:49
2020/09/11 04:57
2020/09/11 04:59
2020/09/11 05:08
2020/09/11 05:26
2020/09/11 05:42