Archive for June, 2010

iOS4 in IPv6

Danes je koncno prispel IOS 4 in ena od novosti je tudi IPv6… Naivno sem iskal po nastvavitvah, kje se lahko kaj nastavi, nasel jasno nisem nic. Sem pa vseeno preveril in IPv6 deluje…

Zanimivo pa je, da se ga kot kaze ne da izklopiti. Kaj vec pa bom vedel, ko bo na voljo jailbreak in terminal! :)

lpm

1 Comment

My top 10 mac apps

Here is my top 10 Apple apps that I use on regular basis and I could not live without…

  1. Panic Coda
    coda1.png
    One-Window Web Development for Mac OS X
  2. 1password
    1passwdicon-300x300.png
    Password Manager + Automatic Form Filler for Mac OS X
  3. Read the rest of this entry »

5 Comments

Facebook over IPv6

Tudi facebook zna koncno delati cez IPv6:

[mihapet@Hackint0sH ~] host -a www.v6.facebook.com
Trying "www.v6.facebook.com"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15102
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.v6.facebook.com.		IN	ANY

;; ANSWER SECTION:
www.v6.facebook.com.	622	IN	AAAA	2620:0:1cfe:face:b00c::3

Received 65 bytes from 10.0.100.1#53 in 2 ms
[mihapet@Hackint0sH ~]

lpm

No Comments

Airport extreme 6to4 manual tunnel

I noticed that Apple's airport extreme wireless router can do IPv6 tunneling over IPv4 networks, and since my ISP doesnt support native IPv6 yet I have to use this option… By default it is done automatically using automatic 6to4 tunnels, but since I like to know where my traffic goes to I prefer to do it manually…

After few tries I managed to get it working, there is just a small, simple trick: IPv4 public address must be set to manually configured static IP address, it does not work with DHCP server, even if the IP address you get is always the same. And since there is no logging output to make troubleshooting figuring this out can be a problem… :)

Screen shot 2010-06-11 at 6.32.09 PM.png

After that it works great… IPv6 to the home! ;)

lpm

1 Comment

Cisco ASA capture

Ena uporabna od @simonzekar – na Cisco ASI lahko capture spravimo kot pcap file in ga na racunalniku odpremo z wiresharkom, jasno zelo uporabno za troubleshooting…

copy /pcap capture:ime_capturja ftp://user:pass@server/capture.pcap

lpm

No Comments