User contributions for Onnowpurbo
From OnnoCenterWiki
Results for Onnowpurbo talk block log uploads logs
A user with 69,477 edits. Account created on 17 July 2007.
22 May 2013
- 04:5804:58, 22 May 2013 diff hist +2,582 N IPv6 Kernel: Bagaimana mengakses /proc-filesystem New page: 11.1. How to access the /proc-filesystem 11.1.1. Using “cat” and “echo” Using “cat” and “echo” is the simplest way to access the /proc filesystem, but some requirements ar...
- 04:3804:38, 22 May 2013 diff hist +34 IPv6 Penjelasan Versi Lama →Calculator IPv6
- 04:3104:31, 22 May 2013 diff hist +513 N IPv4-in-IPv6 Tunnel: Membuang point-to-point tunnel New page: 10.3. Removing point-to-point tunnels Usage for removing a tunnel device: # /sbin/ip -6 tunnel del <device> Usage (generic example for three tunnels): # /sbin/ip -6 route del <prefixto...
- 04:3004:30, 22 May 2013 diff hist −495 IPv4-in-IPv6 Tunnel: Display tunnel yang ada No edit summary
- 04:3004:30, 22 May 2013 diff hist +884 N IPv4-in-IPv6 Tunnel: Setup point-to-point tunnel New page: 10.2. Setup of point-to-point tunnel Usage for creating a 4over6 tunnel device (but it's not up afterward) # /sbin/ip tunnel add <device> mode ip4ip6 remote <ipv6addressofforeigntunnel> ...
- 04:2904:29, 22 May 2013 diff hist +884 N IPv4-in-IPv6 Tunnel: Display tunnel yang ada New page: 10.2. Setup of point-to-point tunnel Usage for creating a 4over6 tunnel device (but it's not up afterward) # /sbin/ip tunnel add <device> mode ip4ip6 remote <ipv6addressofforeigntunnel> ...
- 04:2804:28, 22 May 2013 diff hist +3,167 N IPv6-in-IPv4 Tunnel: Setup 6to4 tunnel New page: 9.4. Setup of 6to4 tunnels Pay attention that the support of 6to4 tunnels currently lacks on vanilla kernel series 2.2.x (see systemcheck/kernel for more information). Also note that that...
- 04:2704:27, 22 May 2013 diff hist +4,801 N IPv6-in-IPv4 Tunnel: Setup point-to-point tunnel New page: 9.3. Setup of point-to-point tunnel There are 3 possibilities to add or remove point-to-point tunnels. A good additional information about tunnel setup using “ip” is Configuring tunn...
- 04:2604:26, 22 May 2013 diff hist +671 N IPv6-in-IPv4 Tunnel: Display tunnel yang ada New page: 9.2. Displaying existing tunnels 9.2.1. Using "ip" Usage: # /sbin/ip -6 tunnel show [<device>] Example: # /sbin/ip -6 tunnel show sit0: ipv6/ip remote any local any ttl 64 nopmtudisc ...
- 04:2604:26, 22 May 2013 diff hist +3,597 N IPv6-in-IPv4 Tunnel: Tipe tunnel New page: 9.1. Types of tunnels There are more than one possibility to tunnel IPv6 packets over IPv4-only links. 9.1.1. Static point-to-point tunneling: 6bone A point-to-point tunnel is a dedicate...
- 04:2204:22, 22 May 2013 diff hist +1,013 N IPv6: Manipulasi tabel Tetangga / Neighbor menggunakan perintah ip New page: 8.2. Manipulating neighbors table using “ip” 8.2.1. Manually add an entry With following command you are able to manually add an entry # ip -6 neigh add <IPv6 address> lladdr <link-l...
- 04:2204:22, 22 May 2013 diff hist +326 N IPv6: Display Tetangga / Neighbor menggunakan perintah ip New page: 8.1. Displaying neighbors using “ip” With following command you can display the learnt or configured IPv6 neighbors # ip -6 neigh show [dev <device>] The following example shows one...
- 04:2104:21, 22 May 2013 diff hist +75 IPv6 Penjelasan Versi Lama →Calculator IPv6
- 04:1904:19, 22 May 2013 diff hist +63 IPv6 Penjelasan Versi Lama →Calculator IPv6
- 04:1104:11, 22 May 2013 diff hist +1,094 N IPv6 Route: FAQ IPv6 Route New page: 7.6. FAQ for IPv6 routes 7.6.1. Support of an IPv6 default route One idea of IPv6 was a hierachical routing, therefore only less routing entries are needed in routers. There are some iss...
- 04:1004:10, 22 May 2013 diff hist +433 N IPv6 Route: Membuang IPv6 Route melalui sebuah interface New page: 7.5. Removing an IPv6 route through an interface Not so often needed to use by hand, configuration scripts will use such on shutdown. 7.5.1. Using "ip" Usage: # /sbin/ip -6 route del <i...
- 04:1004:10, 22 May 2013 diff hist +575 N IPv6 Route: Menambahkan IPv6 Route melalui sebuah interface New page: 7.4. Add an IPv6 route through an interface Not often needed, sometimes in cases of dedicated point-to-point links. 7.4.1. Using "ip" Usage: # /sbin/ip -6 route add <ipv6network>/<prefi...
- 04:0804:08, 22 May 2013 diff hist +562 N IPv6 Route: Membuang IPv6 Route dari gateway New page: 7.3. Removing an IPv6 route through a gateway Not so often needed manually, mostly done by network configure scripts on shutdown (full or per interface) 7.3.1. Using "ip" Usage: # /sbin...
- 04:0804:08, 22 May 2013 diff hist +1,111 N IPv6 Route: Menambahkan IPv6 route melalui sebuah gateway New page: 7.1. Displaying existing IPv6 routes First you should check, whether and which IPv6 addresses are already configured (perhaps auto-magically during auto-configuration). 7.1.1. Using "ip" ...
- 04:0704:07, 22 May 2013 diff hist +1,111 N IPv6 Route: Display Route IPv6 yang ada New page: 7.1. Displaying existing IPv6 routes First you should check, whether and which IPv6 addresses are already configured (perhaps auto-magically during auto-configuration). 7.1.1. Using "ip" ...
- 04:0204:02, 22 May 2013 diff hist +57 IPv6 Penjelasan Versi Lama →Calculator IPv6
- 03:5303:53, 22 May 2013 diff hist +489 N IPv6: Membuang IPv6 Address New page: 6.3. Removing an IPv6 address Not so often needed, be carefully with removing non existent IPv6 address, sometimes using older kernels it results in a crash. 6.3.1. Using "ip" Usage: # ...
- 03:5103:51, 22 May 2013 diff hist +467 N IPv6: Menambahkan IPv6 Address New page: 6.2. Add an IPv6 address Adding an IPv6 address is similar to the mechanism of "IP ALIAS" addresses in Linux IPv4 addressed interfaces. 6.2.1. Using "ip" Usage: # /sbin/ip -6 addr add <...
- 03:5003:50, 22 May 2013 diff hist +1,409 N IPv6: Display IPv6 Address yang ada New page: 6.1. Displaying existing IPv6 addresses First you should check, whether and which IPv6 addresses are already configured (perhaps auto-magically during stateless auto-configuration). 6.1.1...
- 03:4803:48, 22 May 2013 diff hist +412 N IPv6: Membuat Interface Up/Down New page: 5.2. Bringing interfaces up/down Two methods can be used to bring interfaces up or down. 5.2.1. Using "ip" Usage: # ip link set dev <interface> up # ip link set dev <interface> down Ex...
- 03:4803:48, 22 May 2013 diff hist +1 IPv6 Penjelasan Versi Lama →Calculator IPv6
- 03:4703:47, 22 May 2013 diff hist +1,683 N IPv6: Network Devices yang berbeda New page: 5.1. Different network devices On a node, there exist different network devices. They can be collected in classes Physically bounded, like eth0, tr0 Virtually existing, like ppp...
- 03:4603:46, 22 May 2013 diff hist +12 IPv6 Penjelasan Versi Lama →Calculator IPv6
- 02:4102:41, 22 May 2013 diff hist +1,159 N FAQ IPv6-ready system check New page: 4.7.1. Using tools 4.7.1.1. Q: Cannot ping6 to link-local addresses Error message: "connect: Invalid argument" Kernel doesn't know, which physical or virtual link you want to use to send...
- 02:4002:40, 22 May 2013 diff hist +225 N IPv6-ready server program New page: 4.6. IPv6-ready server programs In this part of this HOWTO, more client specific issues are mentioned. Therefore hints for IPv6-ready servers like sshd, httpd, telnetd, etc. are shown bel...
- 02:3902:39, 22 May 2013 diff hist +3,415 N IPv6-ready client program (contoh) New page: 4.5. IPv6-ready client programs (selection) To run the following shown tests, it's required that your system is IPv6 enabled, and some examples show addresses which only can be reached if...
- 02:3802:38, 22 May 2013 diff hist +432 N IPv6-ready programs New page: 4.4. IPv6-ready programs Current distributions already contain the most needed IPv6 enabled client and servers. See first on IPv6+Linux-Status-Distribution. If still not included, you can...
- 02:3802:38, 22 May 2013 diff hist +6,266 N IPv6-ready test/debug program New page: 4.3. IPv6-ready test/debug programs After you have prepared your system for IPv6, you now want to use IPv6 for network communications. First you should learn how to examine IPv6 packets w...
- 02:3702:37, 22 May 2013 diff hist +1,370 N IPv6-ready tool konfigurasi network New page: 4.2. IPv6-ready network configuration tools You wont get very far, if you are running an IPv6-ready kernel, but have no tools to configure IPv6. There are several packages in existence wh...
- 02:3602:36, 22 May 2013 diff hist +4,459 N IPv6-ready kernel New page: 4.1. IPv6-ready kernel Modern Linux distributions already contain IPv6-ready kernels, the IPv6 capability is generally compiled as a module, but it's possible that this module is not load...
- 02:3502:35, 22 May 2013 diff hist −35 IPv6 Penjelasan Versi Lama No edit summary
21 May 2013
- 20:3320:33, 21 May 2013 diff hist +85 Compile Kernel →Proses Compile
- 20:3020:30, 21 May 2013 diff hist −401 Compile Kernel No edit summary
20 May 2013
- 15:5315:53, 20 May 2013 diff hist 0 Compile Kernel No edit summary
- 03:5403:54, 20 May 2013 diff hist +87 IPv6 Address : Bagian Network, juga dikenal sebagai prefix No edit summary
- 03:4803:48, 20 May 2013 diff hist −2 IPv6 Address : Alamat tanpa special prefix →=IPv4-mapped IPv6 address
- 03:4703:47, 20 May 2013 diff hist +50 IPv6 Address : Alamat tanpa special prefix No edit summary
- 03:4303:43, 20 May 2013 diff hist −10 IPv6 Address : Alamat tanpa special prefix No edit summary
- 03:3903:39, 20 May 2013 diff hist +5 IPv6 Address : Alamat tanpa special prefix No edit summary
- 03:3903:39, 20 May 2013 diff hist +60 IPv6 Address : Alamat tanpa special prefix No edit summary
- 03:3003:30, 20 May 2013 diff hist −176 IPv6 Basic : FAQ No edit summary current
- 03:2403:24, 20 May 2013 diff hist +249 IPv6 Basic : FAQ No edit summary
19 May 2013
- 09:2709:27, 19 May 2013 diff hist +9 IPv6 Basic : Penampakan IPv6 No edit summary current
- 03:1003:10, 19 May 2013 diff hist +22 IPv6 Basic : Sejarah IPv6 di Linux No edit summary current
- 02:5202:52, 19 May 2013 diff hist +78 IPv6 Basic : Apa itu IPv6 No edit summary current