Identi.ca Identi.ca
  • Login
  • Public

    • Public
    • Groups
    • Featured
    • Popular

Conversation

Notices

  1. Open attitude Open attitude Kevin T. Neely , Máirín , Patrick Davila , Mark Montgomery II , ClaudioM , Jeff Has Moved

    @mairin @claudiom @gomerx @techiem2 @patdavila @bogart @sobotka I just wanted to thank you all again for your replies and help. All is well!

    Saturday, 24-Apr-10 12:53:29 UTC from web at Toronto, Ontario, Canada
    • Open attitude Open attitude Linux

      New blog post: What scares people away from !Linux. I won't be swayed, but this #QNAP #NAS is definitely going back. | http://ur1.ca/wo9x

      Friday, 23-Apr-10 15:21:32 UTC
    • ClaudioM ClaudioM

      @openattitude This looks like they're giving you support from China, which is probably where QNAP HQ is. Still epic #fail on their part.

      Friday, 23-Apr-10 15:27:38 UTC
    • Jeff Has Moved Jeff Has Moved Linux

      @openattitude If you can only connect to a NAS from a specific IP address, that's a bad product. It makes no sense. Not a !Linux problem.

      Friday, 23-Apr-10 15:29:34 UTC
    • ClaudioM ClaudioM The Linux Link Techshow , Patrick Davila

      @openattitude @patdavila from !tllts podcast has a #QNAP NAS. Maybe you can ask him for some help?

      Friday, 23-Apr-10 15:30:03 UTC
    • Andrew Currie Andrew Currie Phillip Smith , Nathan W

      @nathwill @fukawi2 Thanks for offering to help. Maybe this will explain a bit better? http://ur1.ca/wo9x

      Friday, 23-Apr-10 15:30:52 UTC
    • ClaudioM ClaudioM

      @openattitude Also, a 169.254 address means something's wrong w/ DHCP. That's the APIPA address given when a host can't grab an IP via DHCP.

      Friday, 23-Apr-10 15:32:11 UTC
    • Open attitude Open attitude ClaudioM

      @claudiom Taiwan, actually -- but yes, they could really use some support staff in other time zones...

      Friday, 23-Apr-10 15:36:41 UTC
    • Mark Montgomery II Mark Montgomery II Linux , Jeff Has Moved

      @gomerx @openattitude for most network devices you just need to be on the same subnet as the device's address to do initial config !linux

      Friday, 23-Apr-10 15:36:50 UTC
    • ClaudioM ClaudioM Patrick Davila

      @openattitude True, but maybe they don't have the $$? I haven't heard of them until @patdavila mentioned getting one.

      Friday, 23-Apr-10 15:39:09 UTC
    • Open attitude Open attitude Mark Montgomery II

      @techiem2 Is there a good how-to for that?

      Friday, 23-Apr-10 15:41:37 UTC
    • Open attitude Open attitude Máirín

      @mairin At this point I'm considering a !Drobo (the 2nd-gen one) as my computer has FireWire and I can hook up my storage directly to it.

      Friday, 23-Apr-10 15:43:07 UTC
    • Jeff Has Moved Jeff Has Moved Mark Montgomery II

      @techiem2 Wondering if a person instaling a NAS should be expected to reconfigure their IP. Seems like the NAS should get it's IP via DHCP

      Friday, 23-Apr-10 15:43:15 UTC
    • Mark Montgomery II Mark Montgomery II

      @openattitude as root (or using sudo): ifconfig eth0 (or whatever interface) 192.168.100.1 (or other ip) - first 3 same as device, 4th diff

      Friday, 23-Apr-10 15:43:51 UTC
    • Mark Montgomery II Mark Montgomery II Jeff Has Moved

      @gomerx That is often the case - dhcp first then fallback to other, but he had it plugged directly into his machine, so no dhcp.

      Friday, 23-Apr-10 15:45:04 UTC
    • Open attitude Open attitude Mark Montgomery II

      @techiem2 Was that supposed to change my computer's IP? I tried it, but didn't get a result...

      Friday, 23-Apr-10 16:02:17 UTC
    • Mark Montgomery II Mark Montgomery II

      @openattitude yes. run ifconfig as root (or sudo) to see current ip configuration

      Friday, 23-Apr-10 16:09:49 UTC
    • Open attitude Open attitude Mark Montgomery II

      @techiem2 Ok, looks like it took. Can I use that first command to change my IP to 169.254.100.99? Actually why don't I just try that ; )

      Friday, 23-Apr-10 16:14:37 UTC
    • Open attitude Open attitude Mark Montgomery II

      @techiem2 HAHAHAHAHAHA, I'm in! Now, who can teach me about NFS...?

      Friday, 23-Apr-10 16:17:19 UTC
    • Mark Montgomery II Mark Montgomery II

      @openattitude http://www.faqs.org/docs/Linux-HOWTO/NFS-HOWTO.html might help (mostly the client portion)

      Friday, 23-Apr-10 16:33:17 UTC
    • Open attitude Open attitude Mark Montgomery II

      @techiem2 I'll check it out. Thanks again : )

      Friday, 23-Apr-10 16:34:48 UTC
    • Mark Montgomery II Mark Montgomery II

      @openattitude no prob.

      Friday, 23-Apr-10 16:36:52 UTC
    • Andrew Currie Andrew Currie Linux

      The latest on my #QNAP #NAS vs. !Linux: http://ur1.ca/wp7f -- FYI, @openattitude is the account for the blog. This is me the human. Hiya.

      Friday, 23-Apr-10 18:10:43 UTC
    • ClaudioM ClaudioM Andrew Currie

      @acurrie That address is incorrect. You might need to check your router's web interface to see what address the QNAP actually picked up.

      Friday, 23-Apr-10 18:16:19 UTC
    • ClaudioM ClaudioM Andrew Currie

      @acurrie As I explained in your other acct. & others have on the blog, when a device gets a 169.254.x.x addr., it didn't get an IP via DHCP.

      Friday, 23-Apr-10 18:17:42 UTC
    • ClaudioM ClaudioM Andrew Currie

      @acurrie At some point, I do recommend giving the QNAP a static address, otherwise you'll have problems when the IP lease from DHCP expires.

      Friday, 23-Apr-10 18:20:43 UTC
    • Andrew Currie Andrew Currie ClaudioM

      @claudiom I had to reset my computer's IP address again. Maybe a #Drobo would make more sense. Thanks for your continuing interest anyway :)

      Friday, 23-Apr-10 18:21:20 UTC
    • Patrick Davila Patrick Davila Andrew Currie , ClaudioM

      @claudiom @acurrie Linux instructions say you need to connect directly to Linux machine & make sure you're on the same subnet first time

      Friday, 23-Apr-10 18:23:16 UTC
    • Patrick Davila Patrick Davila Andrew Currie , ClaudioM

      @claudiom @acurrie I had to manually set my laptops subnet via ifconfig to get my Ubuntu laptop to recognize it the first time

      Friday, 23-Apr-10 18:25:02 UTC
    • ClaudioM ClaudioM Andrew Currie , Patrick Davila

      @patdavila @acurrie Is this directly connected via Ethernet or USB?

      Friday, 23-Apr-10 18:25:26 UTC
    • Patrick Davila Patrick Davila Andrew Currie , ClaudioM

      @claudiom @acurrie Once you access the qnap the first time you can set the IP address for dynamic or static

      Friday, 23-Apr-10 18:26:27 UTC
    • Patrick Davila Patrick Davila Andrew Currie , ClaudioM

      @claudiom @acurrie During setup I connected my laptop to it via Ethernet

      Friday, 23-Apr-10 18:27:47 UTC
    • Andrew Currie Andrew Currie ClaudioM

      @claudiom any recommendations for a static IP? My WiFi router is http://192.168.10.1/ and I'll be connecting a printer at some point.

      Friday, 23-Apr-10 18:27:55 UTC
    • Andrew Currie Andrew Currie ClaudioM

      @claudiom Ethernet. Maybe I should use http://192.168.10.10?

      Friday, 23-Apr-10 18:28:38 UTC
    • ClaudioM ClaudioM Andrew Currie

      @acurrie U can use any IP addr. w/i your subnet for the device, just make sure u tell DHCP to exclude that addr (set DHCP range from .50 up)

      Friday, 23-Apr-10 18:31:49 UTC
    • ClaudioM ClaudioM Andrew Currie

      @acurrie This way, you have 192.168.10.x up to 49 available for static addressing.

      Friday, 23-Apr-10 18:32:39 UTC
    • Andrew Currie Andrew Currie ClaudioM

      @claudiom Sorry, I don't know how to do this : (

      Friday, 23-Apr-10 18:45:55 UTC
    • Kevin T. Neely Kevin T. Neely Andrew Currie

      @acurrie What provides hosts on your network with IP addresses? NAS should be connected to this and setup to acquire IP address from DHCP

      Friday, 23-Apr-10 21:26:26 UTC
    • Andrew Currie Andrew Currie Kevin T. Neely

      @bogart Still with me, eh? ; ) Ok, so the latest... I plugged the #NAS into my @Fon router and it instantly showed up as a Samba share!

      Friday, 23-Apr-10 21:31:22 UTC
    • Andrew Currie Andrew Currie Kevin T. Neely

      @bogart Of course, I had to break it again so I immediately went back in to the admin and changed the IP back to dynamic. Was that bad...?

      Friday, 23-Apr-10 21:32:53 UTC
    • Andrew Currie Andrew Currie ClaudioM

      @claudiom Just to follow up on this, NAS should use static IP over DHCP even when connected to a router? It is now and shows up via Samba.

      Friday, 23-Apr-10 22:50:26 UTC
    • Kevin T. Neely Kevin T. Neely Andrew Currie

      @acurrie Hmm. I think DHCP and then NFS mounting by name would be your best setup. I don't know how the !QNAP handles /etc/export tho

      Friday, 23-Apr-10 22:53:21 UTC
    • Kevin T. Neely Kevin T. Neely Andrew Currie

      @acurrie you can give the device a "static" IP either by creating a reservation, or entering the IP in manually on its config page

      Friday, 23-Apr-10 22:54:51 UTC
    • ClaudioM ClaudioM Kevin T. Neely , Andrew Currie

      @acurrie @bogart has it right. You can create a reservation or just configure the QNAP w/ a static IP.

      Friday, 23-Apr-10 22:59:21 UTC
    • Andrew Currie Andrew Currie Kevin T. Neely , ClaudioM

      @bogart @claudiom If it auto-mounts via Samba that's enough for me -- in retrospect I think maybe I should have gone with a #Drobo (cont'd)

      Friday, 23-Apr-10 23:09:01 UTC
    • Andrew Currie Andrew Currie

      @sobotka Primary router is a #FON wireless N.

      Friday, 23-Apr-10 23:17:12 UTC
    • Andrew Currie Andrew Currie

      @sobotka PS Thanks for not calling it "beginner networking" : ) It's been a hard day for me on reddit: http://ur1.ca/wqni

      Friday, 23-Apr-10 23:18:57 UTC
    • Andrew Currie Andrew Currie

      @sobotka Oh I expected pain, just not a funeral pyre with redditors pissing on my burning corpse ; )

      Friday, 23-Apr-10 23:27:03 UTC
    • Andrew Currie Andrew Currie

      @sobotka Oh sure, but it's all relative, right? My friends consider me a computer genius when clearly I'm not. I learn best by example.

      Friday, 23-Apr-10 23:29:17 UTC
    • Andrew Currie Andrew Currie

      @sobotka My router can do static IPs: http://ur1.ca/wqqc but isn't set up for it right now. I updated my NAS to DHCP, which is (cont'd)

      Friday, 23-Apr-10 23:39:52 UTC
    • Andrew Currie Andrew Currie

      @sobotka probably why I can't log in to the web admin. It's showing up as a SAMBA share, though -- you'd think that I could find out its IP.

      Friday, 23-Apr-10 23:40:57 UTC
    • Kevin T. Neely Kevin T. Neely Andrew Currie

      @acurrie look at your router's config page to see what IP it has assigned to the NAS. It should show currently connected clients

      Friday, 23-Apr-10 23:42:52 UTC
    • Andrew Currie Andrew Currie

      @sobotka @ktneely and have it resolve to whatever (now that it's on my router) but it's not working, despite the visible SAMBA share. kooky.

      Friday, 23-Apr-10 23:48:47 UTC
    • Andrew Currie Andrew Currie Kevin T. Neely

      @bogart Oh wait, I see what you mean... #srynotpayingattentionhere

      Friday, 23-Apr-10 23:49:49 UTC
    • Andrew Currie Andrew Currie

      @sobotka For serious? Thanks! I'll be fidolatry on the non-Jabber one : )

      Friday, 23-Apr-10 23:52:28 UTC
    • Andrew Currie Andrew Currie

      My hero of the day is @sobotka -- on Identi.ca, if you're reading this on Twitter...

      Saturday, 24-Apr-10 02:15:07 UTC
    • ClaudioM ClaudioM

      @openattitude Glad to hear it. :-)

      Saturday, 24-Apr-10 13:02:05 UTC
    • Patrick Davila Patrick Davila

      @openattitude Did you get it working?

      Saturday, 24-Apr-10 13:08:32 UTC
    • Open attitude Open attitude Patrick Davila

      @patdavila I did indeed. It was, as they say, a "pebkac" issue ; )

      Saturday, 24-Apr-10 13:26:45 UTC
    • Patrick Davila Patrick Davila

      @openattitude NM in Ubuntu would not let me change NETMASK value.Had to do it via ifconfig via CM.NAS is working great for week now

      Saturday, 24-Apr-10 13:41:49 UTC

Site notice

Identi.ca is converting to pump.io on 1 June 2013

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Identi.ca is a microblogging service brought to you by E14N. It runs the StatusNet microblogging software, version 1.1.0-release, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Identi.ca content and data are available under the Creative Commons Attribution 3.0 license.

Switch to mobile site layout.

Built in Montreal