Saturday 28 2012

Fixed Wireles Telephone

        Apa itu FWT / Fixed Wireles Telephone merupakan Fixed Wireless Terminal yang berfungsi
sebagai telephone cost control atau penghemat pulsa telepon anda hingga 90%.
FWT  ini adalah sustu perangkat telekomunikasi yang sangat tepat guna sangat efektif dan syarat akan efisiensi biaya telepon , mempunyai 1-4 buah Slot SIMCard GSM atupun CDMA yang mana bisa diisi
SIMCard operator yang sering sekali masyarakat gunakan (Contohnya : Telkomsel, Indosat,
XL, dan AXIS/3) dan 1 buah slot line untuk PSTN atau FWT CDMA.
Kenapa bisa hemat??
Alat ini memanfaatkan situasi operator selular yang saling bersaing dalam hal tarif telepon
atau bisa disebut dengan perang tarif. Oleh karena itu, Alat ini bisa me-route-ing secara
otomatis dengan mendeteksi awalan dial nomer telepon. Contohnya : Jika kita hendak
menelepon no.0813012XXXX, maka FWT ini langsung secara otomatis
me-route-ing ke Slot SIMCard telkomsel, dan begitu seterusnya.
Keunggulan FWT Metrotel MultiRUIM:
 Telepon Luar Biasa murah ke Tujuan Manapun.
MultiRUIM, memiliki 4 buah slot SIMCard.
 Bisa dihubungkan dengan PaBX atau telepon biasa.
 Cocok untuk di rumah, pabrik, kantor, hotel,dll.
 Memiliki Fitur terlengkap.
 Lebih portable, Mudah dibawa.
 Tagihan telepon menjadi lebih murah.

Sumber : http://panamitra.webs.com

Monday 09 2012

Install Share Printer Ubuntu Macet

Apabila setting share printer ubuntu 10 dengan server printer berada pada windows xp mengalami kemacetan dan muncul error seperti ini "client-error-not-possible" solusinya adalah dengan menginstall smbclient caranya terserah deh... : mau lewat synaptic atau apt-get install.



Saturday 07 2012

Basic Samba Setup On Linux Mint 10

The Samba software lets you turn your Linux Mint 10 machine into a file server that can, with proper configuration, share files with Windows machines, Macs, and other Linux systems. Samba has a vast array of options and configuration settings, but this guide will show you how to setup a basic Samba installation on your Mint machine.
All Terminal commands in this walkthrough are bolded, and USERNAME stands for your username on your Linux Mint system.
First, you’ll need to install Samba. Fire up a Terminal window and use this command:
sudo apt-get install samba
Follow the default prompts to install Samba. Now, Samba uses a separate set of passwords than the standard Linux system accounts (stored in /etc/samba/smbpasswd), so you’ll need to create a Samba password for yourself with this command:
sudo smbpasswd -a USERNAME
(USERNAME, of course, is your actual username.)
Type a suitably strong password (make sure it includes uppercase, lowercase, punctuation, and numbers). Once your password is created, the next step is to edit your /etc/samba/smb.conf file, the configuration file for Samba. Begin by creating a folder named ‘test’ on your home folder; we’ll use that for our test shared folder (you can create other shared folders using the same method):
mkdir /home/USERNAME/test
(NOTE: DO NOT use sudo to create the folder, because then the owning user and group will be set as ‘root’, which means you won’t be able to access the folder using your Samba username and password.)
Next, make a safe backup copy of the original smb.conf file to your home folder, in case you make an error:
sudo cp /etc/samba/smb.conf ~
Now use your text editor of choice to edit smb.conf:
sudo gedit /etc/samba/smb.conf
Once smb.conf has loaded, add this to the very end of the file:
[test]
path = /home/USERNAME/test
available = yes
valid users = USERNAME
read only = no
browsable = yes
public = yes
writable = yes

(There should be no spaces between the lines, and note also that there should be a single space both before and after each of the equal signs.)
These settings will share the test folder we created earlier, and give your username and your username alone permission to read and write to the folder. Once you have input the changes, save smb.conf, exit the text editor, and restart Samba with this command:
sudo restart smbd

Once Samba has restarted, use this command to check your smb.conf for any syntax errors:
sudo testparm
If you pass the testparm command, Samba should be working; try accessing the shared folder from another computer on your LAN.

sumber : http://www.jonathanmoeller.com

Thursday 05 2012

Mengatur Ubuntu 11.10 Menjadi Access Point

Setelah sebelumnya saya mencoba mengubah ponsel Android menjadi titik akses bergerak (Mobile Access Point), berikutnya saya mencoba mengubah laptop Acer Aspire 4752G yang terpasang Kubuntu 11.10 menjadi sebuah titik akses nirkabel. Ceritanya saya ingin membagi-pakaikan koneksi internet yang menggunakan modem 3G ke wireless. Selanjutnya ponsel Android akan menggunakan koneksi internet tersebut. Kalau saya tidak salah istilah kerennya adalah laptop tethering. Koreksi ya kalau salah… :)

Sebagai informasi, Acer Aspire 4752G saya menggunakan adapter wireless Atheros Communications Inc. AR9287 Wireless Network Adapter dengan driver IEEE 802.11 dan diasosiasikan dengan antarmuka (interface) devais wlan0. Berikut adalah langkah-langkah yang saya lakukan.
Ubah berkas /etc/sysctl.conf untuk mengaktifkan bagi-pakai koneksi internet. Hilangkan komentar pada baris.
net.ipv4.ip_forward=1
Selanjutnya pasang paket hostapd dan dnsmasq.
$ sudo apt-get install hostapd dnsmasq
Ubah konfigurasi /etc/default/hostapd. Masukkan nilai-nilai berikut.
RUN_DAEMON="yes"
DAEMON_CONF="/etc/hostapd.conf"

Buat berkas /etc/hostapd.conf. Masukkan nilai-nilai berikut.
interface=wlan0
channel=3
driver=nl80211
ssid=custom_ssid
hw_mode=g
auth_algs=1
wpa=2
wpa_passphrase=secret_key
wpa_pairwise=TKIP

Silakan ubah nilai untuk interface sesuai antarmuka devais yang digunakan, berikut nilai ssid dengan nama ssid yang diinginkan serta nilai wpa_passphrase dengan kata sandi yang diinginkan.
Setelah itu ubah nilai /etc/default/dnsmasq.
Hilangkan tanda komentar pada.
DNSMASQ_OPTS="--conf-file=/etc/dnsmasq.alt"
Dan berikan tanda komentar pada.
#CONFIG_DIR=/etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new
Buat berkas /etc/dnsmasq.alt dan masukkan nilai berikut.
interface=wlan0
dhcp-range=192.168.11.11,192.168.11.100,12h

Jangan lupa sesuaikan nilai interface dengan antarmuka devais yang digunakan dan nilai untuk dhcp-range dengan nilai yang diinginkan.
Berikutnya atur alamat ip untuk perangkat antar muka devais yang digunakan. Saya mengubahnya secara temporer menggunakan perintah ifconfig.
$ sudo ifconfig wlan0 192.168.11.1
Saya mengubahnya secara temporer karena kadang-kadang saya menggunakannya untuk berinternet juga selain menggunakan modem. Bila ingin mengubah secara permanen, bisa mengubah berkas /etc/network/interfaces. Contohnya sebagai berikut.
auto lo
iface lo inet loopback
auto wlan0
iface wlan0 inet static
address 192.168.11.1
netmask 255.255.255.0

Bila mengubah alamat IP melalui berkas /etc/network/interfaces, jangan lupa muat-ulang layanan networking.
$ sudo /etc/init.d/networking restart
Berikutnya muat-ulang layanan hostapd.
$ sudo /etc/init.d/hostapd restart
Sekarang cobalah untuk memindai titik akses nirkabel menggunakan perangkat nirkabel lain. Kemudian kaitkan koneksi. Bila sudah berhasil dengan tanda perangkat nirkabel bisa membaca ssid, mengaitkan koneksi dan mendapatkan alamat IP secara otomatis, selanjutnya yang perlu dilakukan tinggal membagi-pakaikan koneksi internet dari laptop ke perangkat nirkabel lainnya.
$ sudo iptables -t nat -A POSTROUTING -j MASQUERADE -o ppp0 -s 192.168.11.0/24
Sesuaikan parameter -o dengan antarmuka devais yang mendapatkan koneksi internet secara langsung. Pada contoh di atas ppp0 adalah antarmuka devais untuk modem 3G.
Selamat mencoba.

sumber : http://sutriadi.wordpress.com/