Most home use routers come per-configured with DHCP addresses being in the
range of *.02 to *.100, or less. The idea is to keep DHCP address in one
small sub range while static ip's are above this.

BTW has this issue been posted before ? Or did someone drag up an old post ?

auto eth0
 iface eth0 inet static
    address 192.168.1.99
    netmask 255.255.255.0
    *network 192.168.0.0     *<--- wrong network based on the rest of the
configuration
    gateway 192.168.1.1
    broadcast 192.168.1.255

*network 192.168.0.0 *should be *network 192.168.1.0 *OR the rest of the
configuration is wrong.



On Sun, Sep 28, 2014 at 3:25 AM, DLF <[email protected]> wrote:

> Hi
> just a thought but try a lower IP address...
>
> I know on my modem/router it comes with a configured range valid between 0
> to 50.  I'm not sure why it does that.
>
>
>
> On Saturday, 27 September 2014 11:14:19 UTC+2, Pascal De Oliveira wrote:
>>
>> Hello,
>> I have a BBBK Rev B with Debian 7.6 booting from a SD card. I'm trying to
>> set up a static IP.
>> I have added the following lines in the /etc/network/interfaces file :
>>
>> auto eth0
>>  iface eth0 inet static
>>     address 192.168.1.99
>>     netmask 255.255.255.0
>>     network 192.168.0.0
>>     gateway 192.168.1.1
>>     broadcast 192.168.1.255
>>
>>
>> This has no effect and it still use DHCP.
>> What is wrong ?
>>
>> Thanks in adavance for any help.
>> Pascal
>>
>>  --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to