kalo networking ...agar client langsung masuk ke server tu gimane ya ?
saya setup memang sudah bisa terhubung <ping>
saya sudah coba pake dhcp berhasil dan juga manual semisal server 192.168.0.1
dan client 192.168.0.2, ga ada masalah.
tapi ... hubungan antara server dan client ...menjadi seperti hubungan
komputer 1 dengan komputer 2 (server to server),
bukan komputer 2 dibawah komputer 1.
asumsi :
192.168.0.1 sebagai komputer 1
192.168.0.2 sebagai komputer 2
jadi bila menggunakan #who atau #w hanya muncul
nama saya sewaktu login di server <192.168.0.1>
sehingga saya tidak bisa gunakan write to another user in another computer
or ..wall
ataukah memang hubungan LAN begitu, atau
apakah ada yg salah di hosts, named.conf ?
saya setting :
hosts. (jika dhcp)
-------
192.168.0.1 kayatsu.server.net kayatsu
127.0.0.1 localhost.localdomain localhost
192.168.0.49 wawan.server.net dich
hosts (jika manual client disetup 192.168.0.2)
------
192.168.0.1 kayatsu.server.net kayatsu
127.0.0.1 localhost.localdomain localhost
192.168.0.2 wawan.server.net dich
named.conf
-------------
// generated by named-bootconf.pl
// secret must be the same as in /etc/rndc.conf
key "key" {
algorithm hmac-md5;
secret
"c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";
};
controls {
inet 127.0.0.1 allow { any; } keys { "key"; };
};
options {
directory "/var/named";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
//
// a caching only nameserver config
//
zone "." {
type hint;
file "named.ca";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "named.local";
};
saya pakai mdk 8.1 untuk server
juga pake mdk 8.1 untuk client
thx
--
harkim lie
--
Utk berhenti langganan, kirim email ke [EMAIL PROTECTED]
Dapatkan FAQ milis dg mengirim email kosong ke [EMAIL PROTECTED]
Informasi arsip di http://www.linux.or.id/milis.php3