Re: ifconfig on 4.10 (SOLVED)

2004-10-22 Thread Scott Rothgaber
Daniel Bye wrote:
Is the new address in the same network range as the original, primary
address on the interface?  If so, the netmask should be /32 or
255.255.255.255.
That did it. Thanks!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ifconfig on 4.10

2004-10-22 Thread Daniel Bye
On Fri, 22 October, 2004 6:55 pm, Scott Rothgaber said:
> I'm moving our mail server from 4.4 to 4.10. When I try to add addresses
> to the NIC, ifconfig doesn't seem to want to cooperate...
>
> s2[/var/CommuniGate]
>  > ifconfig fxp0 add 63.82.200.42/24
> ifconfig: ioctl (SIOCAIFADDR): File exists
>
> This is the same command that I used on the 4.4 machine. Has something
> changed? If this is a security thing, can it be disabled via sysctl?

Is the new address in the same network range as the original, primary
address on the interface?  If so, the netmask should be /32 or
255.255.255.255.

HTH

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ifconfig on 4.10

2004-10-22 Thread Steve Bertrand
> I'm moving our mail server from 4.4 to 4.10. When I try to add
> addresses
> to the NIC, ifconfig doesn't seem to want to cooperate...
>
>
> s2[/var/CommuniGate]
>  > ifconfig fxp0 add 63.82.200.42/24
> ifconfig: ioctl (SIOCAIFADDR): File exists
>
>
> This is the same command that I used on the 4.4 machine. Has something
> changed? If this is a security thing, can it be disabled via sysctl?

This looks like an error generated if you are adding an IP alias
within the same subnet of an already configured IP.

If this is the case, apply it like this:

# ifconfig fxp0 63.82.200.42/32

or

# ifconfig fxp0 63.82.200.42 netmask 255.255.255.255

You weren't very clear if this is an alias or not, but it's my first
guess.

Regards,

Steve

>
> Thanks!
> Scott
>
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ifconfig on 4.10

2004-10-22 Thread Scott Rothgaber
Good Afternoon!
I'm moving our mail server from 4.4 to 4.10. When I try to add addresses 
to the NIC, ifconfig doesn't seem to want to cooperate...

s2[/var/CommuniGate]
> ifconfig fxp0 add 63.82.200.42/24
ifconfig: ioctl (SIOCAIFADDR): File exists
This is the same command that I used on the 4.4 machine. Has something 
changed? If this is a security thing, can it be disabled via sysctl?

Thanks!
Scott
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"