Is this you perhaps? You’re the king of the network. You know it all inside out (your company and its processes too). You have every CLI mastered, you know the RPs you use in-depth, you’ve seen and used all the big management platforms, and you even know a fair bit about a few critical applications. […]
The post Programming 101 for Network Engineers – Why Bother? appeared first on Packet Pushers Podcast and was written by Steven Iveson.
I recently completed a challenging upgrade on a pair of production F5 3600s running 10.2.0, going to 11.2.1 running the LTM module. In hindsight, it shouldn’t have been a challenging upgrade, but that was due to the things I learned along the way. Lessons Learned License reactivation. The upgrade document doesn’t say much about this. […]
The post Upgrading F5 BIGIP HA Pair from v10 to v11 – Ethan’s Notes appeared first on Packet Pushers Podcast and was written by Ethan Banks.
In the previous article in this DCI series (Why is there a “Wrong Way” to Interconnect Datacenters?) I explained the business case for having multiple data centers and then closed by warning that extending Layer 2 domains was a path to disaster and undermined the resiliency of having two data centers.
Why then is stretching Layer 2 a) needed and b) a go-to maneuver for DCI.
Let's look at it from two points of view: technology and business.
Software Defined Networking (SDN) is revolutionizing the traditional networking approaches that have become too complex, closed, proprietary and/or difficult to program. The technology has the potential to enable network innovation by allowing network owners and operators more control of their infrastructure, thus allowing customization, optimization, and the reduction in overall capital and operational expenses. SDN […]
The post ONS 2013 Brings Together The Entire SDN Ecosystem on April 15-17 appeared first on Packet Pushers Podcast and was written by Sponsored Blog Posts.
This article is meant to serve in part as an appendix to my previous post on PacketPushers.net. Therefore, please take a moment to read this introduction of Sakura Internet’s DDoS detection and mitigation app if you haven’t already. At Sakura, we are in the process of implementing source-and-destination-based DDoS packet filtering that should be effective and […]
The post Wanted: OpenFlow Switch With ofp_action To Modify The Destination L3 Address appeared first on Packet Pushers Podcast and was written by Tamihiro Yuzawa.
Company ABC closes a deal with a Partner Company that requires redundant network paths between the two networks. Two connections are installed between the companies, but the traffic seems to go over the slower one. Why ?
Software Defined Networking (SDN) is the buzzword on the mind of every player in the networking and telecom ecosystem; promises to revolutionize networking as we know it and will affect service provider networks, cloud networks and enterprise networks. Open Networking Summit (ONS) 2013 is the premier conference for SDN and Open Flow and has established […]
The post Come to ONS 2013 April 15-17 & Plug-in to SDN appeared first on Packet Pushers Podcast and was written by Sponsored Blog Posts.
Nuage Networks announces their Virtualised Services Platform and shows that SDN Networking is closer than you think. VSP is a multi-layer solution with a SDN app, controller & network agent with some technical chops. It's derived from Alcatel-Lucent's Service Routers and offers multi-data centre networking that's fully integrated with your MPLS WAN ? Find out more in the very first Packet Pushers Sponsored White Paper where we scratch it's technical under belly.
The post Nuage Networks VSP – Delivers SDN in a Big Way – White Paper – Sponsored appeared first on Packet Pushers Podcast and was written by Greg Ferro.
Translation support will be available on next phpipam release, code is being redone and final checks ongoing. I have decided to go with gettext, it seems to be the most suitable for phpipam.
Translating is straight-forward, by providing translations for strings, for example:
#: functions/functions-mail.php:176
msgid “your domain username”
msgstr “translated text”
There are many tools available to help with translation, like poedit and others.
If anyone is interested in providing translation, please contact me on email. I have already received some requests in the past, I will try to dig up old emails…
brm
Unlike some others in the network industry (until lately at least), those dealing with F5 Networks’ products are probably well accustomed to change – significant and fast paced change at that. F5 are not a company to shy away from rapid change and replacing old technology and tools with newer, better ones. The change from the […]
The post The Future of F5 Networks: SDN, iRules & Node.js appeared first on Packet Pushers Podcast and was written by Steven Iveson.
There's certainly a lot of focus on data center interconnection (DCI) right now. And understandably so since there are many trends in the industry that are making IT organizations look at data center redundancy. Among these trends are:
In this post I'm going to talk about how IT can address item #1 above — the business need — in a manner Continue reading
In the good old days of IPv4, an interface on a host could have only one IPv4 IP address. Things were very simple, every IP host would use that one address as the source IP for all communication. When we get into IPv6, each interface can have multiple IPv6 addresses. These addresses have different scopes such as global, unique-local and link-local. If an IPv6 enabled host would like to send a packets to another host, which source IPv6 address does it choose? What if it has four addresses: 2001:10::3/64 (Global from ISP A), 2001:23::3/64 (Global from ISP B), fc00:23::3/64 (Unique-Local) and fe80:23::3 (Link-Local)?
As with almost everything there is a nice RFC written on this topic. RFC6724 Default Address Selection for Internet Protocol Version 6 (IPv6) defines how to select a source IPv6 address. It mentions eight rules for source selection, here is the summary and translation:
Rule 1: Prefer same address
Rule 2: Prefer appropriate scope
Rule 3: Avoid deprecated addresses
Rule 4: Prefer home addresses
Rule 5: Prefer outgoing interface
Rule 6: Prefer matching label
Rule 7: Prefer temporary addresses
Rule 8: Use longest matching prefix
In the remainder of Continue reading
Sakura Internet operates several data centers across Japan, including this one, and my team is in charge of building and taking care of our IP backbones. In this article, I will introduce the ongoing process of upgrading our DDoS mitigation solution, which happens to be a down-to-earth, if not widely applicable, use case for OpenFlow. […]
The post OpenFlow 1.0 Actual Use-Case: RTBH of DDoS Traffic While Keeping the Target Online appeared first on Packet Pushers Podcast and was written by Tamihiro Yuzawa.