Topic: static and dynamic ip usage

Can anybody help me how to use this static/dynamic and net configurations in chilli.conf file?
What i want is to reserve some ips for some network devices..
If i figure it right,
i have to comment net part and give a static and dynamic subnet in this configuration.
Just i wonder if i can make such this..
dynamic 192.168.1.0/24
static  192.168.1.0/29
so does it reserve 192.168.1.1-1.8 and starts giving in different subnet? or do i have to give a different subnet for dynamic and static like 192.168.1.0/24 and 192.168.2.0/24

Re: static and dynamic ip usage

hi gobirs,

i did similar stuff with my chilli.conf, but i reserved a whole subnet like so:

net 10.0.0.0/16
dynip 10.0.2.0/20
statip 10.0.1.0/24

so my static IP users will be in 10.0.1.0->254
and dynamic in 10.0.2->alot.*

what you are saying is basically correct, you cn resere part of a subnet for those static IP's, you will need to make your settings something like this

net 192.168.1.0/24
dynip 192.168.1.32/25
statip 192.168.1.0/29

for example

hope that helps

.