|
||||||||
Please correct me if I'm wrong ... <interfaces> <lan> <if>dc0</if> <ipaddr>10.23.15.2</ipaddr> <subnet>24</subnet> </lan> <lan> <if>dc0</if> <ipaddr>alias 10.23.14.2</ipaddr> </lan> </interfaces> Wanting to add a second IP address to the lan interface. Which would be done in exec.php with: ipconfig dc0 inet alias 10.23.14.2 255.255.255.0 Thanks Barry |