Hosting mirror.unila.ac.id sudah menempati mesin baru, saat ini sudah bisa di “reach” baik dari internet maupun dari jaringan private INHERENT, upstream IIX 100Mbps, sedangkan via INHERENT 32Mbps.
Daftar ISO yg sudah disediakan;
My Official Blog – Indah nya berbagi
Hosting mirror.unila.ac.id sudah menempati mesin baru, saat ini sudah bisa di “reach” baik dari internet maupun dari jaringan private INHERENT, upstream IIX 100Mbps, sedangkan via INHERENT 32Mbps.
Daftar ISO yg sudah disediakan;
Source from WIKI:
An IP tunnel is an Internet Protocol (IP) network communications channel between two networks. It is used to transport another network protocol by encapsulation of its packets. IP tunnels are often used for connecting two disjoint IP networks that don’t have a native routing path to each other, via an underlying routable protocol across an intermediate transport network. In conjunction with the IPsec protocol they may be used to create a virtual private network between two or more private networks across a public network such as the Internet. Another prominent use is to connect islands of IPv6 installations across the IPv4 Internet.
Tulisan diatas saya cuplik dari penjelasan WIKI tentang IP Tunnel yang menjelaskan gambaran umum seperti apa konsep IP Tunnel. pada tulisan sebelumnya saya menulis tentang bagaimana mengimplementasikan metode 6to4 untuk membuat jaringan IPv6 meskipun tidak memiliki Blok IPv6 sendiri. http://gigihfordanama.wordpress.com/2011/03/30/mencoba-sixxs-org-ipv6-gateway/ skim pada tulisan tsb server yang digunakan langsung terhubung ke global IPv4 dan menggunakan sistem operasi FreeBSD 8.0. Nah sekarang kita akan coba bereksperimen bagaimana jika server yang akan dijadikan server tunneling berada dibelakang NAT atau menggunakan IP Private. kita lihat contoh kasus yang saya ujicobakan, dengan topologi sebagai berikut
[(DMZ FIREWALL SERV – WITH IP PUBLIC – OS FREEBSD)/NOC ROOM] ——–> [FAKULTAS ROUTER] ——> [JURUSAN ROUTER]
202.43.189.222 ———- 192.168.170.254 ——- 192.168.170.211
Yang perlu dilakukan adalah:
Seperti biasa, buat dulu tunneling ke provider yang menyediakan tunneling IPv6, berhubung di kampus saya masih menunggu approval IPv6 dan ASN dari APNIC, buka alamat http://www.tunnelbroker.net , buat account dan create reguler tunnel. kira kira akan menjadi seperti ini
| IPv6 Tunnel Endpoints | ||
| Server IPv4 address: | 66.220.18.42 | |
| Server IPv6 address: | 2001:470:c:eb4::1/64 | |
| Client IPv4 address: | 202.43.189.208 | |
| Client IPv6 address: | 2001:470:c:eb4::2/64 | |
| Available DNS Resolvers | ||
| Anycasted IPv6 Caching Nameserver: | 2001:470:20::2 | |
| Anycasted IPv4 Caching Nameserver: | 74.82.42.42 | |
| Routed IPv6 Prefixes and rDNS Delegations | ||
| Routed /48: | Allocate /48 | |
| Routed /64: | 2001:470:d:eb4::/64 | |
| RDNS Delegation NS1: | none | |
Jika sudah terdaftar tinggal create interface tunnel dan membuat route default IPv6, kira kira seperti ini; Continue reading “Mencoba tunneling 4to6 , sixxs.org Ipv6 Gateway”
Sysctl is an interface for examining and dynamically changing parameters in the BSD and Linux operating systems. The implementation mechanism in these two systems is very different.
In BSD these parameters are generally objects in a management information base (MIB) that describe tunable limits such as the size of a shared memory segment, the number of threads the operating system will use as an NFS client, or the maximum number of processes on the system; or describe, enable or disable behaviors such as IP forwarding, security restrictions on the superuser (the “securelevel”), or debugging output. In BSD a system call or system call wrapper is usually provided for use by programs, as well as an administrative program and a configuration file (for setting the tunable parameters when the system boots).
We’ll gonna try on FreeBSD environtment, and use tcp log feature for monitoring all connection input traffick .
DMZ# sysctl net.inet.tcp.log_in_vain=1
net.inet.tcp.log_in_vain:0 -> 1
DMZ# tail -f /var/log/messages
Continue reading “Memanfaatkan sysctl untuk memantau Incoming Traffick – FreeBSD”