This is a discussion on How to specify the interface name to use with a specific route within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hello, Could any one tell me if it is possible in AIX 4.3.3 on a machine with 2 nics ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, Could any one tell me if it is possible in AIX 4.3.3 on a machine with 2 nics to specify a specific interface while using the "route add" command ? The AIX documentation mention the -interface parameter but it does not accept arguments ! Thanks -- Jérôme BAGATTIN Ingénieur technico-commercial BULL S.A. Agence de Polynésie-Française Centre Vaima B.P 20682 98713 Papeete Tahiti Polynésie-Française Tel. : (00 689) 54 44 83 mail : jerome.bagattin@bull.pf |
| |||
| U¿ytkownik "Jérôme" <jerome.bagattin@bull.pf> napisa³ w wiadomo¶ci news:bj91qh$gaupo$1@ID-189430.news.uni-berlin.de... > Hello, > Could any one tell me if it is possible in AIX 4.3.3 on a machine with 2 > nics to specify a specific interface while using the "route add" command ? > > The AIX documentation mention the -interface parameter but it does not > accept arguments ! > > Thanks > -- > Jérôme BAGATTIN > Ingénieur technico-commercial > BULL S.A. Agence de Polynésie-Française > Centre Vaima > B.P 20682 98713 Papeete Tahiti > Polynésie-Française > Tel. : (00 689) 54 44 83 > mail : jerome.bagattin@bull.pf > > try this: route add -net netIP interfaceIP -interface route add -host hostIP interfaceIP -interface |
| ||||
| Thank you Marrek, your command works correctly on my Aix 4.3.3 server. Marrek <ogniemi@poczta.onet.pl> a écrit dans le message : bj9951$cbf$06$1@news.t-online.com... > U¿ytkownik "Jérôme" <jerome.bagattin@bull.pf> napisa³ w wiadomo¶ci > news:bj91qh$gaupo$1@ID-189430.news.uni-berlin.de... > > Hello, > > Could any one tell me if it is possible in AIX 4.3.3 on a machine with 2 > > nics to specify a specific interface while using the "route add" command ? > > > > The AIX documentation mention the -interface parameter but it does not > > accept arguments ! > > > > Thanks > > -- > > Jérôme BAGATTIN > > Ingénieur technico-commercial > > BULL S.A. Agence de Polynésie-Française > > Centre Vaima > > B.P 20682 98713 Papeete Tahiti > > Polynésie-Française > > Tel. : (00 689) 54 44 83 > > mail : jerome.bagattin@bull.pf > > > > > > try this: > route add -net netIP interfaceIP -interface > route add -host hostIP interfaceIP -interface > > |