Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'For ethernet... what about airport?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
For ethernet... what about airport?
Authored by: milkki on Dec 28, '04 01:11:41PM

You can do this in terminal with ifconfig: sudo ifconfig en1 inet xxx.xxx.xxx.xxx netmask 255.255.255.0 alias

Where sudo = execute as root, en1 = the interface you want to add an alias to, xxx.xxx.xxx.xxx = ip you wan to add, 255.255.255.0 = desired netmask.

I'm using this all the time with airport (public ip via DHCP) and private ip LAN.

[ Reply to This | # ]