Jump to content

txx

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by txx

  1. ebay is about the only place I've found 2100s lately, every other retailer I've seen has fon+. I picked up a couple 2100s this week - they're going for USD 20-25 on US ebay. After working with 2100s and trying a + I came to realize how much of a pain in the ass the + is relatively speaking.
  2. Thanks!! I look forward to seeing the next steps -- Everything worked up to this point but I'm going to hold off on trying anything else. To contribute, here's an easy / tested / working way to get tftpd running on Ubuntu. Stolen but slightly corrected from: http://www.davidsudjiman.info/2006/03/27/i...ftpd-in-ubuntu/ : 1. Install tftpd and related packages. $ sudo apt-get install xinetd tftpd tftp 2. Create /etc/xinetd.d/tftp and put this entry (mind the whitespace): service tftp { protocol = udp port = 69 socket_type = dgram wait = yes user = nobody server = /usr/sbin/in.tftpd server_args = -s /tftpboot disable = no } 3. Make /tftpboot directory $ sudo mkdir /tftpboot $ sudo chmod -R 777 /tftpboot $ sudo chown -R nobody /tftpboot 4. Start tftpd through xinetd $ sudo /etc/init.d/xinetd start Save the two files from the original post in /tftpboot and proceed with the first step in the install
  3. Yup, I found that http://www.fonboard.nl/wiki/HowTo_Foneraplus_unlocking2 definitely works. recant earlier
  4. I would strongly advise against the + I recently picked one up and discovered that none of the existing approaches will work on it -- I still haven't been able to get to redboot. Telnet attempts are now met with RSTs and none of the existing injection exploits will enable SSH. I'm running some tests to see what might work, but so far it's just a huge pain in the ass with this version.
×
×
  • Create New...