View Single Post
  #6   (View Single Post)  
Old 16th May 2008
18Googol2's Avatar
18Googol2 18Googol2 is offline
Real Name: whoami
Spam Deminer
 
Join Date: Apr 2008
Location: pwd
Posts: 283
Default

Edit: So does it work? Otherwise, try the following configuration:

Code:
subnet 192.168.0.0 netmask 255.255.255.0 {
        range 192.168.0.101 192.168.0.143;
        range 192.168.0.145 192.168.0.154;
        range 192.168.0.156 192.168.0.199;
}

        host geopc {
            hardware ethernet  00:30:18:A8:06:0D;
            fixed-address 192.168.0.60;}

        host jazz {
            hardware ethernet 00:1A:4D:5C:9F:7F;
            fixed-address 192.168.0.58;}

        host vlado {
            hardware ethernet 00:1A:4D:5B:86:0B;
            fixed-address 192.168.0.144;}

        host ico {
            hardware ethernet 00:18:F3:C7:4E:14;
            fixed-address 192.168.0.155;}
__________________
The power of plain text? It can control an entire OS

Last edited by 18Googol2; 16th May 2008 at 02:07 PM.
Reply With Quote