Advanced Search
Search Results
144 total results found
Python Programming
Books about python programming
Linux
Computer Networks
Netdev
Information store about Netdev
Bilgisayar Güvenliği
Mesut's Python problems and solutions
I have or had problems while coding python, you might find some fixes or some tricks
Network
Open networking
Proxies
Juniper
A10 ADC / SSLI Yönetim & administration
Netdev
This book includes static information about company details, like addresses and what people at netdev do.
Misc
Fortinet
A10 networks tips and tricks
Wazuh
A10 System Administration Training
This book is about initial training of A10 devices and ACOS operating system
Harmony Controller
A10 SSLI ve ADC cihazları için hazırlanmış olan Harmony Controller yazılımının kurulum konfigürasyon ve operasyonel içeriğidir.
A10 - Aflex
Firewall
Switch
Cihaz Genel konfigürasyonu ve ilk erişim
A10networks'un cihazları ACOS ismi verilen, yüksek performans ile paket işlemek için özelleştirilmiş linux tabanlı bir işletim sistemine sahiptir.
Basit Yük Dengeleyici işlemleri
Bu kategoride basit bir yük dengeleme konfigürasyonu için gerekli adımları bulabilirsiniz
Sorun Giderme
Bu başlık altında a10 cihazlardaki genel sorun giderme ve metrik okuma adımlarını bulabilirsiniz.
Lisanslama
Güncelleme / Geri alma
Cihazları güncelleme yada geri alma işlemlerini içeren bölümdür.
Testler
Yükü dengelenecek servis ile ilgili bazı testleri nasıl yapacağımızı anlatan bölümdür.
About netdev
Blogs
Custom Rule Oluşturma
Introduction
Course sandbox setup
Trainig Scenario & Topology This training is best used with the gns3 lab supplied with lab that you can find below Building the playground topology Connectivity and logon details asbru için config sağla import edilebilir securecrt için sağla
First Time
Administration tasks
Basic server load balancing
High availability
Appliance access management
Basic monitoring & troubleshooting
Automation
Permissions and working with raw sockets using pycharm
The problem is that raw_sockets require root privileges to initiate. This is not good and creates a lot of fuzz when you do runs on pycharm, you need to go terminal execute the code using sudo and stopping it creates a lot of additional fuzz if you are usin...
Delay and loss tests using netem on a healthy network
Purpose of this document We needed a lab environment that can provide a "break on purpose network" to developers to test their code on it. You can add; delay packet loss jitter duplicate packets unordered flows to a connection on the fly. To do it we need "...
How to install Sonic on Celestica dx010 100g switch
In this document i am going to talk about installation of Sonic Network operating system on celestica dx010 32x100G switches If you do these steps you'll end up with a l2 switch that can forward 100g per port. Keep in mind that Spanning tree is still an issue...
SSL bumping ile Ubuntu 22.04 üzerinde Squid Server 5.7
Squid 5.7 yi ubuntu 20.04 üzerine compile ederek kaynaktan kurmak için yapılması gerekenler Derlemek için ön gereklilikler apt-get install build-essential openssl libssl-dev pkg-config Bu işlem bitince download ediyoruz wget -c http://www.squid-cache.org/Ver...
Extending l2 networks using wireguard & gretap
At some cases, you might need to extend a vlan over l3 links, and for some reason while; you don't want to spend money on devices change routing/interface configurations on firewalls. No vxlan capable devices in use (i know, there vpls, l2tpv3 and some other...
Installing Onie installer
To install onie install on celestica d2030 switches you'll need to upload a binary file using u-boot, you can find the steps below After rebooting the device you have to press ctrl+c continously to stop u-boot autoboot process. Then you will be greeted with th...
SRX Bgp default route
BGP with default route root# show | display set set version 15.1X49-D70.3 set system root-authentication set system name-server 8.8.8.8 set system name-server 8.8.4.4 set system services ssh root-login allow set system services ssh protocol-version v2 se...
Initial config on ex switches
TR Aşağıda daha önce uygulanmış üzerinde vlanleri açık ve aggregated interfaceleri ekli örnek bulabilirsiniz. kopyalarken ilk satırı dışarıda bırakmayı unutmayınız. EN You can find a initial configuration tested on field. root@some_customer-BACKBONE# show | di...
Nginx http load balance ve ldap authentication
Bu dökümanı takip edebilmek için admin seviyesinde linux tecrübesi gereklidir. Bu seviyede tecrübeniz eksik ise teknik destek ekibimizden yardım alabilirsiniz. Bir müşterimizde kibana önüne koymak üzere active directory ldap entegrasyonu ile birlikte nginx re...
Tengine derleme
Gerekli paketler apt install git build-essential libjemalloc-dev libatomic-ops-dev libpcre3 libpcre3-dev zlib1g zlib1g-dev libssl-dev libgd-dev libgeoip-dev extra modüller https://github.com/vozlt/nginx-module-vts.git https://github.com/FRiCKLE/ngx_cache_pur...
Sharing a dictionary between processes on python
As you might know Python has a problem called as GIL which means global interpreter lock. This lock prevents sharing variables between processes. Basically process creates another interpreted processs which also means double the memory, and process power. To ...
HaProxy sni bazlı trafik dağıtımı
Routing based on SNI Aşağıda haproxy için bir ip üzerinden sni özelliği kullanarak forwarding özelliğinin konfig çıktısını bulabilirsiniz. bu çıktı da ; Domainlerimize ait bütün sertifikaların /etc/haproxy/certs/ klasörüne cert ve key alt alta aynı dosya içer...
Namespace kullanarak, glb nin fougue tünel fonksiyonunun operasyon testi
Amaç GLB ve apisix in aynı makina üzerinde çalışması Dizayn Glb, çalışmak ve second chance işini yaptırabilmek adına gue tüneli ve diğer uçta bu tünelden gelen gue headerlarını okuyabilmek için bir kernel modülü kullanır. Bu sayede gue headerdaki second chance...
Temel Nginx konfigürasyonu
Aşağıda temel konfigürasyon dosyası içeriğini bulabilirsiniz. server { listen 80 default_server; listen [::]:80 default_server ipv6only=on; root /var/www/default; index index.html index.htm; ...
Fiziksel Cihaza ilk bağlantı
Network cihazları için genelde bildiğimiz standartların bir çoğu A10 cihazlar için de geçerlidir. Bu cihazlar 9600-8-n değerleri ile çalışan bir adet konsol portu ve 1 adet management interface vardır interface ve cihaz aşağıdaki detaylara, fabrika çıkışı ayar...
Genel Network tanımları
Network tanımları Hostname tanımı A10>conf t SSL-I>en Password: A10#conf t A10(config)#hostname host_name A10(config)#end A10#exit Management interface için ip adres tanımı A10>conf t A10>en Password: A10#conf t A10(config)#interface management A10(config-if...
Örnek topoloji
Sistemlere giden yükleri dengelemek için, eğer servis ssl içeriyorsa aşağıdaki adımları içerir Yükü karşılayacak gerçek sunucuların adres ve port tanımları Gerçek sunuculardan oluşan havuzu ifade eden servis grubu tanımı Ssl trafiğini karşılayabilmek ve ssl t...
Gerçek Sunucu tanımı
Kendi networkümüzde yer alan gerçek fiziksel veya sanal sunucularımızı ADC-SLB-Servers menüsü altından ekleyebiliriz. Sağ üstten Create adımı altında Server ekleyebilir ve ilgili eklenilen Server'a port tanımı yapabiliriz. Yapılan Konfigurasyonun CLI çıktısı...
Servis Grubu tanımı
Gui aracılığı ile gerçek sunucuları gruplamak üzere servis grubunun tanımlanması A10 ADC cihazımızda Servis grubu tanımı yapmak için ilgili cihazımızda ADC-SLB -Service Groups tabı altından tanım yapabiliriz. Create butonu ile önceden eklediğimiz server'ları...
Sanal Servis tanımı
Servis grubunu ve/veya templateleri bağlamak için virtual slb server tanımı A10 ADC cihazımızda Virtual Service oluşturup buna göre ilgili bir destination IP servisini dinleyip buna gelen paketleri istediğimiz Servis grubuna yönlendirebilir ve bu trafik üzerin...