November6
[root@polsri yum.repos.d]# cat dag.repo
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
gpgkey=http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
enabled=1
July15
#ntp server 202.9.69.1
#clock timezone WIB +7
June29
2001:df0:a9::/48
Router>enable
Router#configure terminal
Router(config)#ipv6 unicast-routing
Router(config)#exit
Router#
router bgp 46047
neighbor 2001:470:17:94::1 remote-as 6939
neighbor 2404:9800::505 remote-as 24203
neighbor 2404:9800::509 remote-as 17885
enable ipv6 catalyst
Switch>enable
Switch#config t
Switch(config)#sdm prefer dual-ipv4-and-ipv6
Switch(config)#end
Switch#reload
v4 v6 Jumlah IP
/32 /128 1
/31 /127 2
/30 /126 4
/29 /125 8
/28 /124 16
/27 /123 32
/26 /122 64
/25 /121 128
/24 /120 256
/23 /119 512
/22 /118 1024
/21 /117 2048
/20 /116 4096
/19 /115 8192
/18 /114 16384
/17 /113 32768
/16 /112 65536
/15 /111 131072
/14 /110 262144
/13 /109 524288
/12 /108 1048576
/11 /107 2097152
/10 /106 4194304
/9 /105 8388608
/8 /104 16777216
/7 /103 33554432
/6 /102 67108864
/5 /101 134217728
/4 /100 268435456
/3 /99 536870912
/2 /98 1073741824
/1 /97 2147483648
/0 /96 4294967296
March8
http://www.nawala.org/
DNS #1: 180.131.144.144
DNS #2: 180.131.145.145
May6
# When the following prompt appears, press the Spacebar to access the router’s bootstrap loader command prompt:
Hit [Enter] to boot immediately, or space bar for command prompt.
Booting [kernel] in 9 seconds…
# At the following prompt, enter boot -s to start up the system in single-user mode.
ok boot -s
# At the following prompt, enter recovery to start the root password recovery procedure.
Enter full pathname of shell or ‘recovery’ for root password recovery or RETURN for /bin/sh: recovery
# Enter configuration mode in the CLI.
# Set the root password. For example:
user@host# set system root-authentication plain-text-password
For more information about configuring the root password, see the JUNOS System Basics Configuration Guide.
# At the following prompt, enter the new root password. For example:
New password: polsri
Retype new password:
# At the second prompt, reenter the new root password.
# If you are finished configuring the network, commit the configuration.
root@host# commit
commit complete
# Exit configuration mode in the CLI.
# Exit operational mode in the CLI.
# At the prompt, enter y to reboot the router.
Reboot the system? [y/n] y
March31
#/etc/init.d/mysql stop
#mysqld_safe –-skip-grant-tables &
#mysql -u root
mysql> use mysql;
mysql> update user set password=PASSWORD(‘passwd-baru’) where User=’root’;
mysql> flush privileges;
mysql> quit
#/etc/init.d/mysql stop
#/etc/init.d/mysql start
#mysq -u root -p