Guest User!

You are not Sophos Staff.

?? how to run xwin32 through asl ??

hello,

im trying to run xwin32 on external PC to get display of internal unix-machine.
zonealm says my pc wants kontakt on udp 177, asl log reports the same.
but i cant't get this open... :-(

i created a service, a nat-rule for the machine and this service - still can't get it to work ...

even with ip-alias on outer interface ;-)
ftp is running now, xwin still not ... ;-(

thank you for hints
Parents
  • The following services are required for a typical X11R6 server:
    Name Protocol S-Port D-Port
    X11 tcp 1024:65535 6000:6009
    XDMCP tcp/udp 177 177
    XFS tcp 1024:65535 7100 

    You can then roll theses into a service Group X11R6 and add an allow rule as follows:

    From Service To
    {xclients} {X11R6} {xservers}

    This being said, X across a non vpn/ssl/ssh type tunnel is a little insecure.  You really want to lock down whom you are allowing access from if at all possible..
Reply
  • The following services are required for a typical X11R6 server:
    Name Protocol S-Port D-Port
    X11 tcp 1024:65535 6000:6009
    XDMCP tcp/udp 177 177
    XFS tcp 1024:65535 7100 

    You can then roll theses into a service Group X11R6 and add an allow rule as follows:

    From Service To
    {xclients} {X11R6} {xservers}

    This being said, X across a non vpn/ssl/ssh type tunnel is a little insecure.  You really want to lock down whom you are allowing access from if at all possible..
Children