Social Icons

Pages

Featured Posts

Jumat, 07 September 2012

Menambahkan Proxy pada Terminal

 
1. Masuk sebagai super user( root ) pada terminal atau console

   $sudo -i
   root@localhost’s password: xxxxxx

2. Lalu edit file apt.conf yang ada di /etc/apt/ dengan mengetikkan perintah dibawah ini:

   root@localhost’s :# vim /etc/apt/apt.conf

3. Tambahkan atau ubah baris berikut :

   Acquire::http::Proxy “http://usernameproxy:password@alamatproxy:port”;

   contoh saya memakai proxy http://192.168.1.1:3128, username + passwordnya menggunakan

   Acquire::http::proxy “http://user1:user1@192.168.1.1:3128/”;
   Acquire::ftp::proxy “ftp://user1:user1@192.168.1.1:3128/”;
   Acquire::https::proxy “https://user1:user1@192.168.1.1:3128/”;
       

4. Simpan konfigurasi kemudian diuji melakukan update repository dengan perintah apt-get update
    Cara lainnya adalah dengan mengedit file /etc/bash.bashrc lalu tambahkan baris berikut :

   export http_proxy=http://userproxy:password@alamatproxy:port/
   export https_proxy=http://userproxy:password@alamatproxy:port/
   export ftp_proxy=http://userproxy:password@alamatproxy:port/

Selasa, 17 April 2012

IPv6 RFC's


• RFC1752 - The Recommendation for the IP Next Generation Protocol
• RFC2460 - Internet Protocol, Version 6 (IPv6) Specifications (Obsoletes RFC1883)
Transition
• RFC4213 - Basic Transition Mechanisms for IPv6 Hosts and Routers
• RFC4942 - IPv6 Transition/Coexistence Security Considerations
• RFC4038 - Application Aspects of IPv6 Transition
• RFC4192 - Procedures for Renumbering an IPv6 Network without a Flag Day See Things to think about when renumbering an IPv6 network (draft chown)
• RFC4380 - Teredo: Tunneling IPv6 over UDP through NATs
• RFC3056 - Connection of IPv6 Domains via IPv4 Clouds (6to4 tunnel)
• RFC2743 - Generic Packet Tunneling in IPv6 Specification (See RFC1701 - GRE)
ISP
• RFC4029 - Scenarios and Analysis for Introducing IPv6 into ISP Networks
• RFC2185 - Routing Aspects Of IPv6 Transition
IPV6 Addressing space
• RFC4291 - IP Version 6 Addressing Architecture (Obsoletes RFC3513)
• RFC3769 - Requirements for IPv6 Prefix Delegation
• RFC1744 - Observations on the Management of the Internet Address Space
• RFC3587 - IPv6 Global Unicast Address Format
• RFC4193 - Unique Local IPv6 Unicast Addresses
• RFC3879 - Deprecating Site Local Addresses
• RFC4862 - IPv6 Stateless Address Autoconfiguration
• RFC3484 - Default Address Selection for Internet Protocol version 6 (IPv6)
• RFC3633 - IPv6 Prefix Options for Dynamic Host Configuration Protocol (DHCP) version 6
• RFC4861 - Neighbor Discovery for IP version 6 (IPv6)
• RFC3971 - SEcure Neighbor Discovery (SEND)
• RFC4941 - Privacy Extensions for Stateless Address Autoconfiguration in IPv6 (RFC3041)
• RFC3972 - Cryptographically Generated Addresses (CGA) Allocation
• RFC3177 - IAB/IESG Recommendations on IPv6 Address Allocations to Sites
• RFC1887 - An Architecture for IPv6 Unicast Address Allocation
• RFC1881 - IPv6 Address Allocation Management
• RFC4548 - Internet Code Point (ICP) Assignments for NSAP Addresses
• RFC1981 - Path MTU Discovery for IP version 6
• RFC4443 - Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification
• RFC3596 - DNS? Extensions to Support IP Version 6
• RFC2464 - Transmission of IPv6 Packets over Ethernet Networks
• RFC2675 - IPv6 Jumbograms
Security
• RFC4864 - Local Network Protection for IPv6
• RFC4301 - Security Architecture for the Internet Protocol
• RFC4302 - IP Authentication Header
• RFC4835 - Cryptographic Algorithm Implementation Requirements for Encapsulating Security Payload (ESP) and Authentication Header (AH)
• RFC1828 - IP Authentication using Keyed MD5
• RFC1829 - Encapsulation, algorithme CBC du DES (Cypher Block Chaining)
• RFC1851 - Triple transformation par le DES
• RFC1852 - Authentification IP par clés SHA
Other
• RFC3053 - IPv6 Tunnel Broker