RE: ifconfig alias problems

2004-03-13 Thread Remko Lodder
Well on my 5.2.1 it does not have a broadcast and it works
ifconfig_em0="inet etc"
ifconfig_em0_alias0="inet etc netmask 0x"
ifconfig_em0_alias1="inet etc netmask 0x"

Aren't there any errors in your syslog or something?
did you verify that you have a ifconfig_sis0 statement
before the aliases? Isn't there an error on screen
when booting up etc..

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Robert Fitzpatrick
Verzonden: zaterdag 13 maart 2004 21:34
Aan: FreeBSD
Onderwerp: Re: ifconfig alias problems


On Sat, 2004-03-13 at 14:52, Jim Freeze wrote:
> rc.conf - doesn't work:
>  ifconfig_sis0_alias0="inet 64.191.147.115 netmask 255.255.255.255"
>  ifconfig_sis0_alias0="inet 64.191.147.115 netmask 0x
>  (tried both - at different times)
>

I believe that would work, but looking at my 5.2.1, I see a broadcast
address, you can try adding 'broadcast x.x.x.x' to the end. Also, mine
are using 255.255.255.255.

--
Robert

___
[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]"


Re: ifconfig alias problems

2004-03-13 Thread Robert Fitzpatrick
On Sat, 2004-03-13 at 14:52, Jim Freeze wrote:
> rc.conf - doesn't work:
>  ifconfig_sis0_alias0="inet 64.191.147.115 netmask 255.255.255.255"
>  ifconfig_sis0_alias0="inet 64.191.147.115 netmask 0x
>  (tried both - at different times)
> 

I believe that would work, but looking at my 5.2.1, I see a broadcast
address, you can try adding 'broadcast x.x.x.x' to the end. Also, mine
are using 255.255.255.255.

-- 
Robert

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


ifconfig alias problems

2004-03-13 Thread Jim Freeze
Hi

Responding to my ISP to change my IP block, I simply changed
the numbers in  my config files and thought that there
would be no problems. However, for some reason, alias doesn't
want to work from rc.conf.

When I say 'doesn't work', I mean that I cannot ping my nameserver:
  208.238.88.101

If I remove the alias from rc.conf, I can ping the server.
If I add the same alias from the command line, I can still ping
the server.

This does not make sense to me. Should rc.conf and ifconfig from
the command line be the same?

Here are the two commands:

rc.conf - doesn't work:
 ifconfig_sis0_alias0="inet 64.191.147.115 netmask 255.255.255.255"
 ifconfig_sis0_alias0="inet 64.191.147.115 netmask 0x
 (tried both - at different times)

ifconfig from command line - works:
 ifconfig sis0 alias 64.191.147.115 netmask 0x

Any help is appreciated.
Thanks
-- 
Jim Freeze

It shall be unlawful for any suspicious person to be within the
municipality.
-- Local ordinance, Euclid Ohio
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"