Operating System - HP-UX
1834102 Members
2428 Online
110063 Solutions
New Discussion

Re: how to update netmasks on a virtual interface

 
Hector Vargas
Frequent Advisor

how to update netmasks on a virtual interface

Hi,

I need to update the netmasks on a virtual interface. how do I do that

ifconfig lan2:1
inet 10.194.13.204 netmasks ff000000 broadcast 10.255.255.255



and I need netmaks 255.255.255.240
1 REPLY 1
Hector Vargas
Frequent Advisor

Re: how to update netmasks on a virtual interface

I found the solution

ifconfig lan2:1 inet netmasks 255.255.255.240

thanks