XDMCP not wrkingon Solaris 11.1
I want to enable DMCP on Solars 11.1. I did the following:
1. Add the following into /etc/gdm/custom.conf
DisallowTCP=false
Enable=ture
Port=177
2. setprop options/tcp_listen = true for application/x11/x11-server
3. setprop inetd/wait = true for xvnc-inetd
4.restart gdm and xvnc-inetd
After I've done above, I found no pocess is listening on UDP/177:
netstat -an|grep 177
returns empty.
Any idea what I'm missing here?
Thanks in advance.
Alex