Jump to content
XPEnology Community

Lockon

Member
  • Posts

    15
  • Joined

  • Last visited

Posts posted by Lockon

  1. If you trust or willing to let TeamViewer client to passthrough SSL tunel, you already put your cards at the table.

    Teamviewer client enforce permanent connection to TeamViewer server so you can hop in from outside using this active session. Opening additional port on your router is something you should evaluate from point of your network management skills. That include full understanding of planning and implementing custom high port setup in router coupled with DDNS (you're not limited to DDNS setup in DSM, you may have this option in router itself, for instance Asus router have it own 'low-maintenance' DDNS service called asuscomm.com), then performing some additional security hardening on the DSM (changing address of default web console port, enabling auto-blocker, disabling admin account, narrowing down source IP range which is able to log in remotely, disabling telnet, changing listener port of ssh, if used).

    If that's not good enough, you can go further and proceed with 2-factor authentication and even implement LDAP/Active Directory identity access management instead of local accounts.

  2. I'm curently evaluating Synology high end RS3614 versus QNAP TS-1280U for small archive role (100TB).

    Overall, QNAP feels more involved in enterprise class due stronger processing power, larger disk bays, SAS support and dual backend.

    The last one also means that it's much more capacity driven (up to 4x compared to Synology).

    On other side, Synology is more power efficient and very carefully pick battles in enterprise arena.

    Inclusion of HA capability in DSM5.0 is something QNAP still does not plan to support.

    Big no-no for anyone even remotely interested in building well treated NAS which does not cost as EMC's or IBM's filer compartment.

    Did I menion price ? Oh, yes, Synology is appx.30-35% cheaper on basic investment and similar on upgrades/spares and accesories.

  3. just a guess...

     

    Connect to /etc/synoinfo.conf and search for string 'internalportcfg='

    This string has hexadecimal value which is can disclose how many SATA ports can be mapped.

    for 8-port limit, it would indicate that you have 'internalportcfg=0xff'.

    For 12-drive setup, value should be 'internalportcfg=0xfff' as FFF is converted value of binary mapping of SATA ports (1-1-1-1-1-1-1-1-1-1-1-1).

  4. To be completely honest, I also failed to provide backup, even for at least the most important unique stuff onboard. Perfectly functional (albeit somewhat less secure) v4.3 setup ran smoothly for almost 3 months. Reading all post regarding v4.3->v5 migration from forum users, checking driver section of gnoboot was less harmful for setup than for my personal state of mind :smile:. I made new usb stick for v5, just as cyanlabs guide explains; shutdown, removed v4.3 stick and fired up a new one just in curiosity if loader will 'see' WD Reds and that Ethernet stack is up. Quick inspection with SynoAssistant - status:migratable was enough to stop without actually commiting the upgrade. After shutdown and rollback of old v4.3 stick, I failed to get Xpenology back online, it remained stuck just as that was 1st time run.

     

    There were 3 options - to google before asking assistance/advice over here, proceed with actual v4.3 Trantor for re-install on (hopefully) system partition or unleash gnoboot v5.

    Ultimately it worked, but I wouldn't consider my case as a daring one. Every fool gets another chance is something perhaps more close to true.

    Get the backup done.

  5. +1

    8TB stacked on Trantor's v4.3 migrated to Gnoboot's 10.5 in less than 2 minutes.

    Sideeffects include repairing some share permissions, custom created user homes and sh/bin path correction in etc/password. WOL, disk hybernation function retained oob.

     

    Still missing correct temperature readings, probably missing driver/I2C for motherboard sensor.

  6. Impressive specs and power consumption.

    I would expect low power profile with new Haswell chipset, but this is close to real Synology box with 3-4 drives.

    This leads me to the next question - which PSU you had inside that box (brand/model or just power ratings) ?

    My current figure is appx.41-42W using the 400W junk PSU, perhaps using some 80+ certified PSU might be a right move for extra savings.

    I do plan to add at least 2 or perhaps 3 additional WD REDs, so lowering idle power consuption really pays well in no time.

     

    Regards.

  7. Hello,

     

    I am using the Trantor 1.2 build with an HP MicroServer N34L.

     

    I've tried modifying the grub file that comes with the 1.2 build as per the instructions here but when I do Synology Assistant seems to think that I have a RackStation and the web interface no longer works (and the box shows as migratable)

     

    Removing the comment in front of hw_model seems to bring it back to life but DSM does not contain the MAC address that I have set.

     

    This is what I have:

     

    #serial --unit=0 --speed=115200

    #terminal serial

    default 0

    timeout 3

    fallback 0

     

    #title DSM 4.2-3211++ Repack v1.2

    title SYNOLOGY

    root (hd0,0)

    #vender /vender show

    #hw_model

    kernel /zImage root=/dev/md0 ihd_num=0 netif_num=1 syno_hw_version=RS3612xs mac1=3C4A9277BA7C

    initrd /rd.gz

     

     

    Note that I have changed netif_num to 1 (from 4); commented out hw_model and vender /vender show; and change the title.

     

    Can anyone see where I might have blown it?

     

    Does anyone know why the mac address grub changes on v1.2 changes by box to a RackStation?

     

    Thanks for the help.

     

    Chris

     

    In DSM 4.2 the best way to add your sn and MAC is edit vender file and do not add "#" before vender, hw_model in menu.lst.

     

    Tried that many times, but on 4.2.3xxx any change to MAC in vender file will break current checksum and revert back to stock values.

    You can locate this XX byte value in hex editor, it's appended to MAC value.

×
×
  • Create New...