Hirdetés

Új hozzászólás Aktív témák

  • woodworm

    veterán

    válasz Mayall #39 üzenetére

    Az openwrt wikijében a készülék oldalán írja az ssh-val kapcsolatban.

    SSH

    Connect device to Ethernet port. To prevent automatic updates by cloud engines (which will disable ssh access), use a separate switch or disconnect your router from the internet. If the ssh access was disabled by the automatic cloud engine update service, you need to login there and re-activate ssh. On later versions the ssh access is already disabled. The option on the pogoplug site to enable ssh is missing or may be dependent on a public ipv4 and open ssh port on the router.

    Find IP address, BE and EF are the last two bytes of the MAC of your device (printed on the bottom of the GoFlexNet)

    root@host ~ # ifconfig eth0 169.254.1.0
    root@host ~ # nmap -e eth0 -sP $(printf "169.254.%d.%d" 0xbe 0xef)

    Connect to IP address via ssh (root / stxadmin) to see if it works.

Új hozzászólás Aktív témák