Options

Centos / Redhat Vnc

ally_ukally_uk Member Posts: 1,145 ■■■■□□□□□□
Is there a simple way to VNC into a redhat / Centos machine can somebody hook me up with a easy to follow guide including firewall / port changes if required

Thanks
Microsoft's strategy to conquer the I.T industry

" Embrace, evolve, extinguish "

Comments

  • Options
    log32log32 Users Awaiting Email Confirmation Posts: 217
  • Options
    ally_ukally_uk Member Posts: 1,145 ■■■■□□□□□□
    Much appreciated :)
    Microsoft's strategy to conquer the I.T industry

    " Embrace, evolve, extinguish "
  • Options
    W StewartW Stewart Member Posts: 794 ■■■■□□□□□□
    Probably not relevant since you have the answer already but this thread just reminded me of the days of working with point of sales systems and using x11vnc. I still remember the command.

    ssh user@ipaddress/hostname -L5900:localhost:5901 -AXY
    x11vnc -rfbport 5901 -display :0 &>/dev/null &
    vncviewer localhost:5900

    5900 and 5901 could have been the same number but I just figured I'd highlight what numbers need to be the same and which ones could be different. Nowadays I work with headless servers so vnc is of no use to me other than connecting to my personal computer. If you're interested in learning linux for career purposes I would recommend reading man pages. I know nobody wants to read the manual but they can provide valuable information and you can learn how to do a lot things without ever having to search the internet.
Sign In or Register to comment.