Re: /etc/network/interfaces: network option

2009-09-02 Thread Rakotomandimby Mihamina
09/02/2009 03:18 PM, Ariel Laganá:: >> r...@rktmb:~# ipcalc -n 192.168.1.8/27 >> Address: 192.168.1.8 1100.10101000.0001.000 01000 >> Netmask: 255.255.255.224 = 27 ...111 0 >> Wildcard: 0.0.0.31 ...000 1 Ne

Re: /etc/network/interfaces: network option

2009-09-02 Thread Ariel Laganá
Network: 192.168.1.0/27 OR Network: 192.168.1.0 Netmask: 255.255.255.224 Rakotomandimby Mihamina wrote: > 09/02/2009 01:11 PM, Alex Samad: >>> If I am on a 192.168.1.8/27 >>> What to put as 'network'? >> a good friend is ipcalc > > r...@rktmb:~# ipcalc -n 192.168.1.8/27 > Address: 192.168.1

Re: /etc/network/interfaces: network option

2009-09-02 Thread Rakotomandimby Mihamina
09/02/2009 01:11 PM, Alex Samad: If I am on a 192.168.1.8/27 What to put as 'network'? a good friend is ipcalc r...@rktmb:~# ipcalc -n 192.168.1.8/27 Address: 192.168.1.8 1100.10101000.0001.000 01000 Netmask: 255.255.255.224 = 27 ...111 0 Wildca

Re: /etc/network/interfaces: network option

2009-09-02 Thread Alex Samad
On Wed, Sep 02, 2009 at 08:59:13AM +0300, Rakotomandimby Mihamina wrote: > Hi all, > Let a /etc/network/interfaces be, with these lines: > iface eth0 inet static > address 192.168.1.15 > network 192.168.1.0 > broadcast 192.168.1.255 > gateway 192.168.1.254 > > What is the role of

Re: /etc/network/interfaces: network option

2009-09-01 Thread Rakotomandimby Mihamina
09/02/2009 09:20 AM, Andrei Popescu: I never quite understood classless addressing, It was just an example ;-) -- Architecte Informatique chez Blueline/Gulfsat: Administration Systeme, Recherche & Developpement +261 34 29 155 34 -- To UNSUBSCRIBE,

Re: /etc/network/interfaces: network option

2009-09-01 Thread Mike Bird
On Tue September 1 2009 22:59:13 Rakotomandimby Mihamina wrote: > Hi all, > Let a /etc/network/interfaces be, with these lines: >iface eth0 inet static > address 192.168.1.15 > network 192.168.1.0 > broadcast 192.168.1.255 > gateway 192.168.1.254 > > What is the role of 'net

Re: /etc/network/interfaces: network option

2009-09-01 Thread Andrei Popescu
On Wed,02.Sep.09, 08:59:13, Rakotomandimby Mihamina wrote: > Hi all, > Let a /etc/network/interfaces be, with these lines: > iface eth0 inet static > address 192.168.1.15 > network 192.168.1.0 > broadcast 192.168.1.255 > gateway 192.168.1.254 > > What is the role of 'network'? >