http://www.youtube.com/watch?v=tk1VKcsfbYM
Albums:
Around the world
Consumption
Storm of Clouds (Sky !)
...and podcasts.
[ view entry ] ( 1850 views ) | print article
I wrote this tutorial to demonstrate how to manually convert from binary,octal or hexadecimal to decimal.
http://www.angelcool.net/tutorials/misc ... ecimal.pdf
[ view entry ] ( 2159 views ) | print article
The goal of the tutorial is to allow NATed and Internet hosts to use a public IP to access the NATed development server, fixing DNS issues.
Click the link to see tutorial.
http://www.angelcool.net/tutorials/cisc ... rk_NVI.pdf
[ view entry ] ( 1595 views ) | print article
NVI removes the inside & outside terminology. With NVI multiple interfaces can participate in the translation. Before you cannot have translation with two INSIDE interfaces, NVI fixes that. http://www.cisco.com/en/US/docs/ios/12_ ... natvi.html
Basic configuration(no VRF enable):
int fa 0
ip nat enable
int fa 1
ip nat enable
int serial 0
ip nat enable
ip nat source list 50 interface serial 0 overload //translate fa 0 & fa 1 lans out serial 0
ip nat source list 125 interface fa 0 overload //translate fa 1's lan out fa 0
ip nat source static tcp 172.168.50.10 80 interface serial 0 80 //translate web server out serial 0
[ view entry ] ( 2021 views ) | print article
InternalHosts<--e1(Router)e0-->RemoteNetworks
access-list 100 permit tcp any any gt 1023 established
interface e0
ip access-group 100 in
"UDP packets don't establish a connection, they're literally fire and forget! A simple permit udp host xx.xx.xx.xx host xx.xx.xx.xx eq xx should be all that's required."
-------------------------------------------------------------
See Cisco document id 26448
Also see:
Reflexive ACLs
ip inspect command.
[ view entry ] ( 1716 views ) | print article
Connecting two routers back to back using their T1-DSU/CSU ports.
Cards and pin layout:
[ view entry ] ( 1742 views ) | print article
Welcome to my blog.
I needed a place to put all helpful little things, to be available at all times; specially when I have something in my mind and know I know it, so I created this blog ...to share. I added a tutorial section, it helps me remember how to do things (if I start updating it,jk).
Enjoy!. Angel
[ view entry ] ( 46484 views ) | print article
<script type="text/javascript">
x=false || 'test';
alert(x);//outputs 'test';
</script>
[ view entry ] ( 1566 views ) | print article
If you found something helpful in this site and want to return the favor,
http://www.amazon.com/gp/registry/wishl ... av_lists_1
but if you really love me...
http://www.amazon.com/registry/wishlist ... _go_o_T1-2
;)
[ view entry ] ( 2003 views ) | print article
PHP
$_GET
$_POST
ASP.NET
Request.QueryString
Request.Form
[ view entry ] ( 1545 views ) | print article
<<First <Back | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | Next> Last>>