Results 1 to 3 of 3

Thread: LTSP + rdesktop blackscreen, no ping between clients

  1. #1
    Join Date
    Jun 2015
    Beans
    2

    LTSP + rdesktop blackscreen, no ping between clients

    Hello

    My LTSP+DHCP server works fine. Clients boot and login ubuntu desktop.
    But I can't get the client to boot into a Windows7 VM using rdesktop.

    My configurations & tests:

    Code:
    Internet on eth0
    DHCP IP: 192.168.5.1 on eth1
    NAT correctly configured (/etc/ltsp/nat)
    Win7: DHCP enabled (my test vm IP: 192.168.5.21) with internet access
    ThinClient: PXE boot Ip: 192.168.5.105
    lts.conf

    Code:
    [mac thin client]
    RDP_OPTIONS = "-f -a -16"
    RDP_SERVER = 192.168.5.21
    SCREEN_02=rdesktop
    SCREEN_03=shell
    SCREEN_07=ldm
    ok, boot the thin client and i see ubuntu logon as always.
    press ctrl+alt+f2 and only see blackscreen and white cursor
    press ctrl+alt+f3 and check:

    Code:
    root@ltsp105:/#ifconfig
    eth0 Linkencap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
           inet addr:192.168.5.105  Bcast:192.168.5.255  Mask:255.255.255.0
           ...
           ...
    
    root@ltsp105:/#ping 192.168.5.21
    PING 192.168.5.21 (192.168.5.21) 56(86) bytes of data
    from 192.168.5.105 icmp_seq=1 Destination Host Unreachable
    from 192.168.5.105 icmp_seq=1 Destination Host Unreachable
    ...
    ...

    If login in f7 screen y can ping to 192.168.5.21 and connect to rdp in terminal but my ip on session is 192.168.5.1

    Why can´t ping from thinclient shell (192.168.5.105) to win7VM (192.168.5.21) if they're in the same range??
    Last edited by teufel2; June 9th, 2015 at 01:13 AM.

  2. #2
    Join Date
    Jun 2015
    Beans
    4

    Re: LTSP + rdesktop blackscreen, no ping between clients

    Hi !

    Are you try connect to rdp by terminal, like rdesktop 192.168.5.21?

  3. #3
    Join Date
    Jun 2015
    Beans
    2

    Re: LTSP + rdesktop blackscreen, no ping between clients

    My fault !!

    Had wrong mapped the network card in my Hyper-V. Now all works fine

    Sorry.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •