View Single Post

  #2 (permalink)  
Old 01-10-2006, 07:13 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

Use ifconfig command:

Code:
ifconfig lnc0 192.168.1.2 netmask 255.255.255.255 alias
Make sure subnet is diff 255.255.255.255 than the orignal ip; see http://www.cyberciti.biz/nixcraft/vi...ddress-on.html
Reply With Quote