kumpulan tutorial n share how to

kumpulan tutorial n share how to
free counters [URL=http://s07.flagcounter.com/more/v9Al][IMG]http://s07.flagcounter.com/count/v9Al/bg=FFFFFF/txt=000000/border=CCCCCC/columns=8/maxflags=248/viewers=0/labels=1/pageviews=1/[/IMG][/URL]

Friday, June 25, 2010

Linux Newbie

Multi IP di ubuntu

entu saja kita lebih menyukai ip static dari pada dhcp.
cara adalah dengan mengedit interface

Quote:
sudo gedit /etc/network/interfaces
hilangkan iface eth0 inet static

ganti dengan manual, misal

Quote:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.168.1.212
network 192.168.1.0
netmask 255.255.255.0
broadcast 192.168.1.10
gateway 192.168.1.1

#kalo mau multi ip

auto eth0:1
iface eth0:1 inet static
address 192.168.0.200
network 192.168.0.0
netmask 255.255.255.0
auto eth0:N N=jumlah ip static yang mau dipake

kadang ada error kalo make ip banyak, nah solusinya adalah dengan menghilangkan b.cast dan gateway alias make satu aja di eth0 (......... ato ada cara lain ??)

No comments:

Post a Comment