> Ada yang tahu tool buat connection ke LAN. > dengan mengunakan 1 Ethernet Card saja tapi kita bisa set untuk misal 3 IP. > > Misalnya A. Kantor Bandung > IP 10.10.14.15 > Subnet 255.255.255.0 > Gateway 10.10.14.1 > > B. Kantor Jakarta > IP : 192.168.20.100 > Subnet 255.255.255.0 > Gateway 192.268.20.1 > > > Jadi apabila kita berada di bandung, kita tinggal buka tool itu dan kita > connection dengan A. > demikian apabila kita di jakarta tinggal connection menggunakan tool > tersebut select B. > > Saya tidak tahu nama tool itu ada yang tahu mohon sharingnya. Terima Kasih >
Cobain, kalo ndak salah ya... :) Buat batch file (contoh : ip_set.bat), copy & paste script berikut : -------------------------------------- @echo off if not "%1"=="" goto proses echo Waiting for dump process . . . netsh -c interface dump > ip_new.txt echo Your IP has been backup on ip_new.txt echo To Restore IP, Just Drag ip?.txt to ip_set.bat goto keluar :proses echo Restoring IP in progress . . . netsh -f %1 echo Restoring Complete ! :keluar pause -------------------------------------- Cara pakainya : 1. set IP secara manual u/ setiap lokasi / kantor. 2. jalankan ip_set untuk membackup IP & menghasilkan file ip_new.txt 3. Rename ip_new.txt dgn nama yang bersesuaian. Contoh; ip_ktr_A.bat 4. Lakukan langkah 1 s.d 3 sebanyak kantor yg dimaksud. 5. u/ restore ip, drag file ip_ktr_A.bat ke ip_set.bat Regards, Not the best, only a h4rd3st one... -- www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] ## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ## ## Jaket ITCENTER tersedia di http://shop.itcenter.or.id Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ITCENTER/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ITCENTER/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
