|
LamPUNGLInux
Komunitas Pengguna Linux Indonesia
Web Blog LamPUNGLInux .or.id ini merupakan White Papers bagi semua member Web Site komunitas ini, sebagai media untuk menuangkan semua hasil observasi, kegiatan, pengalaman, cerita dan informasi yang dimiliki tentang Linux & OpenSource Software, dengan tujuan dapat memberikan sebuah manfaat tersendiri bagi semua pengunjung yang membacanya.
" Let's Join with Us, To be share for everyone "

Fri, 15 May 2009 12:05:08 +0700
Setting pppoe di slackware 12.2
Posted by :
kar0r3t
On
Networking
langsung saja berikut ini langkah-langkahnya:
root@kar0r3t:~# pppoe-setup Welcome to the Roaring Penguin PPPoE client setup. First, I will run some checks on your system to make sure the PPPoE client is installed properly… Looks good! Now, please enter some information:
USER NAME
Isi username anda 111474276532@telkom.net
INTERFACE
Isi dengan ethernet yang terhubung ke modem ADSL anda >>> Enter the Ethernet interface connected to the DSL modem For Solaris, this is likely to be something like /dev/hme0. For Linux, it will be ethn, where ‘n’ is a number. (default eth1):eth1 Do you want the link to come up on demand, or stay up continuously? If you want it to come up on demand, enter the idle time in seconds after which the link should be dropped. If you want the link to stay up permanently, enter ‘no’ (two letters, lower-case.) NOTE: Demand-activated links do not interact well with dynamic IP addresses. You may have some problems with demand-activated links. >>> Enter the demand value (default no):no
Kita bisa menggunakan DNS sendiri yang ditulis pada
root@kar0r3t:~# nano /etc/resolv.conf nameserver 203.130.193.74 nameserver 202.134.0.155
DNS Please enter the IP address of your ISP’s primary DNS server. If your ISP claims that ‘the server will provide DNS addresses’, enter ’server’ (all lower-case) here. If you just press enter, I will assume you know what you are doing and not modify your DNS setup. >>> Enter the DNS information here:
Isi dengan password speedy anda dan ulangi sekali lagi untuk konfirmasi
PASSWORD >>> Please enter your PPPoE password: >>> Please re-enter your PPPoE password:
Isi dengan 0 agar bisa membuat firewall sendiri FIREWALLING Please choose the firewall rules to use. Note that these rules are very basic. You are strongly encouraged to use a more sophisticated firewall setup; however, these will provide basic security. If you are running any servers on your machine, you must choose ‘NONE’ and set up firewalling yourself. Otherwise, the firewall rules will deny access to all standard servers like Web, e-mail, ftp, etc. If you are using SSH, the rules will block outgoing SSH connections which allocate a privileged source port. The firewall choices are: 0 - NONE: This script will not set any firewall rules. You are responsible for ensuring the security of your machine. You are STRONGLY recommended to use some kind of firewall rules. 1 - STANDALONE: Appropriate for a basic stand-alone web-surfing workstation 2 - MASQUERADE: Appropriate for a machine acting as an Internet gateway for a LAN >>> Choose a type of firewall (0-2):0 ** Summary of what you entered ** Ethernet Interface: eth1 User name: 111474276532@telkom.net Activate-on-demand: No DNS: Do not adjust Firewalling: NONE
Terima semua konfigurasi yang telah kita buat tadi
>>> Accept these settings and adjust configuration files (y/n)?y
Selanjutnya jalankan pppoe anda yang sudah terkonfigurasi dengan benar root@kar0r3t:~# pppoe-start
Coba lihat Status pppoe, apakah sudah terkoneksi root@kar0r3t:~# pppoe-status pppoe-status: Link is up and running on interface ppp0 ppp0 Link encap:Point-to-Point Protocol inet addr:125.162.113.187 P-t-P:125.162.112.1 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1 RX packets:8601 errors:0 dropped:0 overruns:0 frame:0 TX packets:8402 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes:8820588 (8.4 MiB) TX bytes:1135421 (1.0 MiB)
Cobalah untuk cek konksi dengan perintah ping pungli.org root@kar0r3t:~# ping pungli.org PING pungli.org (202.67.13.2) 56(84) bytes of data. 64 bytes from dhe-202-67-13-2.static.dhecyber.net.id (202.67.13.2): icmp_seq=1 ttl=59 time=48.7 ms 64 bytes from dhe-202-67-13-2.static.dhecyber.net.id (202.67.13.2): icmp_seq=2 ttl=59 time=95.7 ms ^C --- pungli.org ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1003ms rtt min/avg/max/mdev = 48.731/72.251/95.771/23.520 ms
selesai dan selamat berinternet...
|
|