David Gollop wrote:

> Hi.. May I know what is the syntax to add in route entry in solaris with
> this network "100.100.164.0 255.255.252.0"
>
> I use this command "route add -net 100.100.164.0 100.100.164.1" it will add
> the entry 100.100.164.0/24 not /22  but if I use route add -net
> 100.100.164.0 255.255.252.0 100.100.164.1  it prompt me 255.255.252.0 is
> unreacheable?  How I going to add it??

You should use the "-netmask" in your command.

try : route add -net 100.100.164.0 -netmask 255.255.252.0 100.100.164.1

best regards
David

--
David LEFEVRE
CARDIF - Architecture et S�curit� Op�rationnelle
[EMAIL PROTECTED] - T�l : 01 41 42 76 63


**********************************************************************
L'int�grit� de ce message n'�tant pas assur�e sur Internet,
CARDIF ne peut �tre tenu responsable de son contenu.
Si vous n'�tes pas destinataire de ce message confidentiel,
Merci de le d�truire et  d'avertir imm�diatement l'expediteur.

The integrity of this message cannot be guaranteed on the
Internet. CARDIF can not therefore be considered responsible 
for the contents. 
If you are not the intended recipient of this confidential message,
then please delete it and notify immediately the sender.

**********************************************************************


================================================================================
     To unsubscribe from this mailing list, please see the instructions at
               http://www.checkpoint.com/services/mailing.html
================================================================================

Reply via email to