VMware Reportedly Prepping Layoffs in vSphere
A source says vSphere, not NSX, is the target.
A source says vSphere, not NSX, is the target.
JFrog raises money; Cisco invests money; Juniper gets an Air Force deal.
The Packet Pushers traveled to Silicon Valley to drink from the firehose that was Networking Field Day (#NFD11). What impact does the bleeding edge tech we heard about have on our networks?
The post Show 272: The Bleeding Edge Impacting Your Network #NFD11 appeared first on Packet Pushers.
The Packet Pushers traveled to Silicon Valley to drink from the firehose that was Networking Field Day (#NFD11). What impact does the bleeding edge tech we heard about have on our networks?
The post Show 272: The Bleeding Edge Impacting Your Network #NFD11 appeared first on Packet Pushers.
Getting IT projects funded and justifying IT spending can be complex and frustrating. We talk financial strategies with IT executives to give you ideas and insights you can bring to your organization.
The post The Next Level: IT Financial Strategies appeared first on Packet Pushers.
Getting IT projects funded and justifying IT spending can be complex and frustrating. We talk financial strategies with IT executives to give you ideas and insights you can bring to your organization.
The post The Next Level: IT Financial Strategies appeared first on Packet Pushers.
TeliaSonera was the first to deploy 4G.
On Wednesday, we announced that GV (formerly Google Ventures) has invested in Plexxi. GV’s investment will help us continue to scale our networking product offerings, meet the needs of the emerging cloud builder community and drive adoption of software-defined architecture in data centers. CEO Rich Napolitano’s recent blog post calls attention to the need for transformation of IT being led by Cloud Builders and Cloud Architects. This investment will help us stay at the forefront of this transformation.
This investment follows Plexxi being named to the Dell Founders 50 list and the release of our newest software suite and Switch 3 hardware program in late 2015. We are committed to constant innovation and proud that GV shares our vision to provide a network that meets today’s dynamic business requirements.
Below please find a few of our top picks for our favorite news articles of the week. For a full list of coverage of the investment, visit here.
ZDNet: Google’s venture capital arm GV invests in networking startup Plexxi
By Natalie Gagliordi
Networking startup Plexxi says it has received a funding investment from GV, Google’s venture capital arm formerly known as Google Ventures. Plexxi did not disclose the specific size of Continue reading
Frustrated with a dilapidated installation of Freeradius 1.x in our lab, and conscious that it is unsupported any more, I decided to install a new Freeradius server.
Ubuntu 14.04.3 LTS is the platform I am installing it on, and this is a relatively fresh installation of Ubuntu server. It needs to serve access-requests from a Redback and a Juniper router in our lab for both PPP and DHCP clients.
Install freeradius using ‘apt-get install freeradius’. This pulls down Freeradius 2.1 as can be seen below:
Setting up freeradius (2.1.12+dfsg-1.2ubuntu8.1)
Edit the /etc/freeradius/clients.conf file to permit all hosts on the lab network (192.168.3.0/24) to be ‘clients’ of my new Freeradius server – as long as they use a shared secret when authenticating. To do this, include the following section:
client 192.168.3.0/24 { secret = testing123 shortname = labnet-3 }
Copy /etc/freeradius/users to /etc/freeradius/users.originalfile so that we have a backup in case everything goes wrong.
Edit the /etc/freeradius/users file and create a new user:
andrew Cleartext-Password := "password" Reply-Message = "Hello %{User-Name}"
Save the users file.
Test this locally Continue reading
Hey, it's HighScalability time:
The proponents of microsegmentation solutions would love you to believe that it takes no more than somewhat-stateful packet filters sitting in front of the VMs to get rid of traditional subnets. As I explained in my IPv6 Microsegmentation talk (links below), you need more if you want to have machines from multiple security domains sitting in the same subnet – from RA guard to DHCPv6 and ND inspection.
Read more ...