|
|
 |  |
Re: Secondary IP''s on Mac OS XFrom: Men & Mice Support Date: Wednesday, January 23, 2002
Time: 5:32:12 pmThe following refers to Mac OS X Server, I believe:
____________________________________________________________________
At 4:32 PM -0700 9/5/01, Aaron Lynch wrote:
>How do you write a user manual, in which every step is absolutely wrong?
>Did they write the manual before they made the GUI?
>
>Here's how I got multihoming working on OSXS 2:
>
>I edited /System/Library/StartupItems/Network/Network
>
>And added:
>
>#!/bin/sh
>##
># Workaround for temporary Mac OS X Server bug by 'manually'
># running ifconfig, downing en0, adding IP aliases to the interface
># then bringing it back up.
># Make sure to remove this directory if the bug has been fixed in future
># software updates, and use at your own risk.
>##
>
>. /etc/rc.common
>
>ConsoleMessage "Setting extra IP addresses"
>
>
>ifconfig en0 222.222.222.4 netmask 255.255.255.0
>ifconfig en0 alias 222.222.222.5 netmask 255.255.255.255
>ifconfig en0 alias 222.222.222.6 netmask 255.255.255.255
>
>
>To the end of the file. (I've replaced my real Ip's with 2's)
____________________________________________________________________
I don't know if Aaron's example will work with Mac OS X, but it might.
____________________________________________________________________
Chris Buxton Men & Mice
support@menandmice.com Making DNS Easy
At 6:07 PM -0700 1/23/02, Steffan A. Cline wrote:
>Well,me not being a unix command line junkie I am lost with that one. Is
>there an easy way? Is it just a text file somewhere I can get to and
>configure? I did a sherlock search and didn't find a file with that name.
>
>
>-Steffan
>
>---------------------------------------------------------------
>T E L 6 0 2 . 5 7 9 . 4 2 3 0 | F A X 6 0 2 . 9 7 1 . 1 6 9 4
>Steffan A. Cline
>Steffan@ExecuChoice.net Phoenix, Az
>http://www.ExecuChoice.net USA
>The Executive's Choice in Lasso driven Internet Applications
>---------------------------------------------------------------
>
>
>> From: Len Conrad <LenConrad@MenAndMice.com>
>> Reply-To: "QuickDNS Talk" <quickdns-talk@lists.menandmice.com>
>> Date: Thu, 24 Jan 2002 00:57:51 +0000
>> To: "QuickDNS Talk" <quickdns-talk@lists.menandmice.com>
>> Subject: Re: Secondary IP's on Mac OS X
>>
>>
>>> This is OT and I apologize. I was looking thru all my past emails from the
>>> list and couldn't find on here where someone once explained how to set up
>>> secondary IP's on mac os x. Mac os 9 was easy just a simple text file.
>>> Anyone know how on os x?
>>
>> If it's as BSD-ish as I hear ....
>>
>> In FreeBSD, interfaces are configged in /etc/rc.conf.
>>
>> man rc.conf
>>
>> Len
>>
>>
>> ___________________________________________________________________
>>
>> Men & Mice: QuickDNS - DNS Expert - DNS Training - DNS Consulting
>> DNS Classes: Maidenhead, 01/21-23/02, Frankfurt 02/13-14/02
>> http://www.menandmice.com/8000/8100_course_schedule.html
>>
>>
|

Return to Digital Point Solutions' Home Page |