ospf distribute lists
Many network engineers get confused when a distribute-list configured in OSPF doesn't behave as well as it does in another protocol such as RIP or EIGRP.
Many network engineers get confused when a distribute-list configured in OSPF doesn't behave as well as it does in another protocol such as RIP or EIGRP.
no
Just some config so I don't forget. :) Install OpenVPN, libcap, libcrypto, liblzo2, and libdl.
I'm using the tap interface specifically so I can allow OpenVPN to set the netmask of the interface and permit multicast to travel over the link for OSPF.
tls-server dev tap ifconfig 172.16.255.1 255.255.255.0 verb 3 ca ca.crt cert server.crt key server.key dh dh1024.pem
tls-client remote 108.166.91.132 dev tap ifconfig 172.16.255.2 255.255.255.0 verb 3 ca ca.crt cert home ...
Hi reddit! This isn't a real blog, more like a code experiment for some personal growth. I'm not a web dev or anything but I had enough juice in me to create something to help you. Please don't hammer my site.. It's running on some older hardware.
The python code for the web app is here:
Just a quick diagram for some fun stuff I'm working on.

Before:
1 2 3 4 5 6 7 8 9 10 11 12 | class Publisher(models.Model): name = models.CharField(max_length=30) address = models.CharField(max_length=50) city = models.CharField(max_length=60) state_province = models.CharField(max_length=30) country = models.CharField(max_length=50) website = models.URLField(blank=True, null=True) rating = models.CharField(max_length=5) cost = models.CharField(max_length=5, blank=True, null=True) def __unicode__(self): return self.name |
After:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | class Publisher(models.Model): name = models.CharField(max_length=30) address = models.CharField(max_length=50) city = models ... |
I spent a while surfing the net looking for help with allowing markup and code highlighting to play well together - turns out it's not very difficult at all. Enjoy some sample code and a tutorial for a very simple blog engine (Untested for now).
Quick reference on all of the django markdown documentation.
I only have a body variable here.
and this is the summary of text stuff.