Jump to content

Norwat

Active Members
  • Posts

    55
  • Joined

  • Last visited

Posts posted by Norwat

  1. What cable are you using? Just an odd thought, most moden NICs will auto-sense whether a connection should be straight through or cross over, I can never remember which is which but one is to connect switch to switch/router and the other switch/router to PC. If your NIC isn't doing the autodetect then that would probably kill the connection.

    Im using the cable that came with the Fon ... but i've tried with other cables same thing.

    Forget im using Linux ... for a windows user what would be the steps to connect directly to the fon

  2. Okay ... heres the output (sry for taking so long)

    Configuring interface

    [root@bl3t ~]# ifconfig eth0 192.168.1.2 netmask 255.255.255.0

    [root@bl3t ~]# ping 192.168.1.1

    PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.

    From 192.168.1.2 icmp_seq=1 Destination Host Unreachable

    From 192.168.1.2 icmp_seq=2 Destination Host Unreachable

    From 192.168.1.2 icmp_seq=3 Destination Host Unreachable

    My arp table ... 192.168.1.254 is my home router's ip.... leftover ?

    [root@bl3t ~]# arp

    Address HWtype HWaddress Flags Mask Iface

    192.168.1.254 (incomplete) eth0

    192.168.1.1 (incomplete) eth0

    For some reason tcpdump didnt catch the arp packets coming from the fon but my arp request where unanswered, anyhow im able to see everything in wireshark, the fon sends a couple of " Address Resolution Protocol (request/gratuitous ARP)" packets before going silent. If needed i can upload the pcap file.

    [root@bl3t ~]# tcpdump -i eth0 -vvv

    tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes

    18:04:28.166379 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.254 tell 192.168.1.2, length 28

    18:04:29.166379 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.254 tell 192.168.1.2, length 28

    Note this is fon+ running jasager firmware.. which works fine , karma and everything, if i connect it to a router. Still no direct connection :x

  3. Sounds like you've tried it but just in case, set your machine to 192.168.1.2 and then plug it directly into the Fon, don't worry about gateways/routing as you are on the same subnet.

    Try accessing 192.168.1.1 and see what happens.

    Yup i did :)

    Still nothing ... i see the arp packets coming in and the fon stays registered on my arp table but i cant connect to it ... even on different computers i get the same ... im only able to post the output in a couple of days i dont have the fon with me at the moment

    But yeah ... no mather what i can only connect to the fon with a router , yet im able to flash it whenever i want ..

  4. well you know the ipaddress of the fon right?

    set your NIC connect to the LAN port on the fon to that range like fon = 192.168.1.1 and you are 192.168.1.2

    (WARNING JUST A EXAMPLE)

    you need to make it static netmask is default 255.255.255.0. i dunno what you have changed but with setting it you should be able to ssh into it.

    Tried exactly that ...

    ifconfig eth0 192.168.1.2 netmask 255.255.255.0

    route add default gw 192.168.1.1

    I've tried different combinations of that of course .... but i still get nothing

  5. are you useing the computer port on the fon?

    i had this issue and found out that jasager uses the computer port and not the intertport.

    so put it in the black one ;)

    Computer port ? I've tried both LAN an WAN ethernet ports ... the only way to connect directly to it is by connecting a router to the LAN port or installing openwrt or gargoyle firmware configure it to enable wifi and connect via wifi... couldn't find another way ... so far

  6. hey

    i have a fon+ 2201 just flashed it the jasager firmware and also tryed a couple others with fon-flash from gargoyle but im never able to connect to it directly, i have to connect the fon+ to router and change the hole ip settings.

    im using linux, but i also tried with windows 7 .. i cant even get a ping reply. I also installed dnsmasq on my linux box but no success.

    Not a major problem but its kinda of annoying

    Any ideas ?

    Thanks

  7. You can use a private tracker, or any other tracker that uses full torrent encryption, TorrentBytes does, and your able to DL at very high speeds but you cant upload. With that you may f* up your ratio and get kicked out of the tracker

    That being said, there is a very easy way of getting around this you have ignored. Set up a machine outside the university network, use that to torrent from, and connect to it over FTP or similar (which is one of the few protocols that you can say "its for academic stuff" and no one will check even if you are pulling down half a TB per night). You must have a friend or your parents you can use for this purpose.

    Best advice you'll get imo ^^ you should try torrenflux!

    TorrentFlux is a web-based system for managing bit torrent file transfers. It is an open source package (GPL) and developed for Linux, Unix & BSD platforms on the ubiquitous LAMP stack.

    Cheers

  8. if you know the first two letters and have an idea about the size of the password, then

    puts "Possible keys:"
    key[0].each do |c1|
      key[1].each do |c2|
        key[2].each do |c3|
          key[3].each do |c4|
    
             gerada="TP"+c1+c2+c3+c4
    
           end
        end
      end
    end

    Its ruby btw, hope you get the point

  9. Hi there!

    So here's the deal, i have this project in mind that involves having a video stream with and HUD overlapping it (its basically a racing game) and my problem so far as been in finding the right language/library/toolkit to work with. Since im more comfortable with ruby i've tried every GUI toolkit for it, paid special attention to rubygame, Shoes and ncurses i have a working app for all of those but it looks way to hacky :> i want something a little better looking. So ... what to you guys recommend ?

    These are the main requirements:

    - Events, i need those to capture keypresses

    - Video streaming support

    - Nothing way to hard to learn

    - I would prefer to work in Linux but ... if there is no other way ...

    Thanks ;)

×
×
  • Create New...