Friday, November 26, 2010

Eye Sclera Capillaries Disorder

PHOTON BELT AND ITS CONNECTION WITH THE ASCENSION 11/26/2007. Reflections






Wednesday, November 24, 2010

Friends Forever Picnik Quotes

Get Mac Address of a Nokia phone (Wireless and Bluetooth)

Good

, This will be a very quick post. Status:

I have a Nokia E63 (in fact also works with other Nokia phones) and wish to obtain the Mac Address team Solution:
To display Bluetooth MAC address * # 2820 #
To display the MAC address of the Wireless Card: * # 62209526 #
hope has been useful,

Sunday, November 21, 2010

Proposal Letter (franchise) Samples

Hopi: 2010-2012

Ojala hasten the day where the labels, which puts the man to his children (Indigo Children, Star Children, Rainbow Children, Violet Children, children, diamond, gold boys, children or children emerald glass ...) are no longer names that separate a child from another or to make them look different ...

Understand that we are part of humanity, we are all the same, and sooner or later we must all walk the same road to reach the same place. It is understood
Understand that violence begets more violence, that nothing external is going to bring you peace, if you first do not generate your own.
can you use external elements to make peace, but then you must get to stay there.

Someone can show you the way, but no one can walk it for you ... except you, when you're ready ... and if not prepared ... have faith soon will be.

That fear and indifference are failures of love for your divine nature.

That fear is a lock, and you can work on it. That

stay indifferent to your life or that of others is leaving before. That

be brave, be smart, and courage has nothing to do with the mind only with the heart.

What if we felt with the heart but the mind is faster appease that appeasing the mind, these silent, silent and listen better.

That the love you give is love that makes you ... infinite number of ways.

that being happy is a responsibility, to be responsible is celebration and joy. You can be happy and laugh responsible or silent screams ... the one laughing non-stop is not mad, if not wise.

That being yourself is your mission in life.

That nothing in life is more important than listening to your inner voice.

Nobody can do better than you, the role, in this life.

have a mission that you know, you can not turn away ... be your reflection of the world you want to live. Fulfill your dreams

... because if you are happy ... you know what happens? ... you get sick, and you were not created to hurt. Being

hand, hug, bridge, and join, bind or Overlock the edges, shrink distances, be with you, to be mine, which is that of polarities? ...

When I was little I always remember someone told me as a joke ...

_ A: Okay, you choose the right or left?

_ B: He replied wisely, neither right nor left "I want the middle" ... (That's hard to understand when there is no such environment?)


With this example I wanted to express the idea of \u200b\u200bthe importance of balance involved in being One
be one is to be all, both, no idea of \u200b\u200bseparation ... this or that and be either at a time.
be a complete being ... or rather a being half ... which is in its center.

Thanks ... I love you ... Star.

http://www.facebook.com/home.php? # / Note.php? Note_id = 161072043911941


Thursday, November 18, 2010

Dell Inspiron Says No Supported Webcam

Redistribute default route to BGP.

Scenario:

Today was a customer who asked me that BGP will announce a default route. Finally, it is very simple and I hope will be your profit.

Solution:
The configure Cisco router: router bgp

XXXX

neighbor 10.0.1.5 remote-as NNN

Where:

XXXX is your
autonomous system 10.0.1.5: IP address of the peer with whom you are raising the BGP session NNN: The autonomous system in your peer originate-default-command is the one who makes possible the publication of a 0.0.0.0 route to the remote peer.


More information:
https: / / learningnetwork.cisco.com/message/83023
http://blog.ioshints.info/2007/11/bgp-default-route.html hope
has been useful,

Wednesday, November 17, 2010

Can I Give Anbesol To My 5 Month Old

Cisco Study Results on IPv6 Penetration of Spanish-speaking countries


Introduction:

Recently I've been working on a study to determine the penetration of IPv6 in those countries that speak English.


Review Summary:
Normal
0

21
false false false


Summary of results: The full results you can see from the LACNOG

page specifically here.

Wednesday, November 3, 2010

How To Softencotton Hanky

GRE tunnel between Cisco and Linux (Debian) Retrieve the key

Location: I want to create a GRE tunnel between a Linux computers and Cisco router


Procedure:


a) the side of linux:
The first thing to do is lift the side ip_gre module Linux: # modprobe ip_gre execute the following commands


Core2 ip tunnel add mode gre remote 8.8.8.1 local 9.9.9.2 dev eth0 ip ad add 7.7.7.1/32 dev Core2
ip link set up dev Core2




Local
refers to the interface in our linux (eth0 has the IP 8.8.8.1) where the traffic comes, if we manage a single interface, in this case would use the IP address of the interface that we have set, if we handle two interfaces is convenient to use the interface we know that the traffic to the other end of the tunnel will come out. (Use a traceroute) Remote


refers to the peer IP address, this should be the direction against which we will raise the tunnel
Now we see is the configuration of the interface # ifconfig

Core2 Core2 Link encap: HWaddr unspec C8-2F-97-7E-05-08-00-00 -00-00-00-00-00-00-00-00 inet addr: 7.7.7.1 PtP: 7.7.7.1 Mask: 255.255.255.255 UP pointopoint NOARP RUNNING MTU: 1476 Metric: 1
RX packets: 134 errors : 0 dropped: 0 overruns: 0 frame: 0
TX packets: 35 errors: 0 dropped: 0 overruns: 0 carrier: 0
collisions: 0 txqueuelen: 0 RX bytes : 11896 (11.6 KiB) TX bytes: 3780 (3.6 KiB)


b) The
cisco equipment side, is slightly simple GRE



# conf t Enter configuration commands, one per line. End with CNTL / Z. # Int
GRE GRE tunnel 100
(config-if) # tunnel source 9.9.9.2
GRE (config-if) # tunnel destination 8.8.8.1
GRE (config-if) # ip address 7.7.7.2

255 255 255 252

Ready! Consider the configuration


GRE # sh run Building configuration in TU100 ...
Current configuration: 128 bytes
!
Tunnel100
interface ip address 7.7.7.2 9.9.9.2 255 255 255 252

tunnel source 8.8.8.1 tunnel destination end

GRE #

Mr
And ready, we already have GRE Tunnel up

# sh int tunnel 100
Tunnel100 is up, line protocol is up Hardware is Tunnel
Internet address is 7.7.7.2/30
MTU 1514 bytes, BW 9 Kbit, DLY 500000 usec, reliability 255/255
, txload 1 / 255, rxload 1 / 255 Encapsulation
TUNNEL, loopback not set Keepalive not set

Tunnel source 9.9.9.2, destination 8.8.8.1 Tunnel protocol
/
transport GRE / IP



Notably
tunnel interface 100, uses default GRE tunnel mode, so no need to define it.


Review:


To test connection, a simple Ping could give us what we


GRE#ping 7.7.7.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 7.7.7.1, timeout is 2 seconds: !!!!! Lab:/home/rollingpaper# tcpdump -i Core2 icmp
tcpdump: WARNING: arptype 778 not supported by libpcap - falling back to cooked socket
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on Core2, link-type LINUX_SLL (Linux cooked), capture size 96 bytes
11:56:26.704400 IP 7.7.7.2 > 7.7.7.1: ICMP echo request, id 153, seq 0, length 80
11:56:26.708400 IP 7.7.7.2 > 7.7.7.1: ICMP echo request, id 153, seq 1, length 80 11:56:26.710648 IP 7.7.7.2 > 7.7.7.1: ICMP echo request, id 153, seq 2, length 80 11:56:26.712147 IP 7.7.7.2> 7.7.7.1: ICMP echo request, id 153, seq 3, length 80 11:56:26.713897 IP
7.7.7.2> 7.7.7.1: ICMP echo request, id 153, seq 4, length 80



Mr Ready, I hope that was helpful