[ale] Freebsd Question
Robert Heaven
roberth1954 at aim.com
Fri Dec 6 13:46:53 EST 2013
In FreeBSD, if you have 2 NICs and you want 2 different subnets, 1 on each, your rc.conf would look like what Wolf said.
However, if you want a single NIC to listen for 2 different subnets you need to use the alias function:
ifconfig_dc0="inet 192.168.1.3 netmask 255.255.255.0"
ifconfig_dc0_alias0="inet 10.0.0.1 netmask 255.255.255.0"
-Robert
On Dec 6, 2013, at 1:35 PM, Chuck Payne <terrorpup at gmail.com> wrote:
> Wolf,
>
> that looks like you have two nics, as you would do in the rc.conf, is
> there a way to so ethx:x
>
> I have four nics, but I need to create a five a vip
>
> I was hoping to do ifconfig igb3:1, but I get there no device.
>
> Chuck
>
> On Fri, Dec 6, 2013 at 1:20 PM, Wolf Halton <wolf.halton at gmail.com> wrote:
>> https://www.freebsd.org/doc/handbook/config-network-setup.html
>>
>> ifconfig_dc0="inet 192.168.1.3 netmask 255.255.255.0"
>> ifconfig_dc1="inet 10.0.0.1 netmask 255.255.255.0 media 10baseT/UTP"
>>
>>
>>
>> Wolf Halton
>>
>> --
>> This Apt Has Super Cow Powers - http://sourcefreedom.com
>> Security in the Cloud - http://AtlantaCloudTech.com
>> Apache Developer wolfhalton at apache.org
>>
>>
>> On Fri, Dec 6, 2013 at 10:36 AM, Chuck Payne <terrorpup at gmail.com> wrote:
>>>
>>> Guys,
>>>
>>> In Linux is I want to create a vip with alias nic, I can simple do
>>>
>>> ifconfig eth0:1 10.0.0.1 netmask 255.255.255.0
>>>
>>> How can I do that in FreeBSD? I'm Googling but I am not seeing
>>> anything so simple
>>>
>>> Chuck
>>>
>>> --
>>> Terror PUP a.k.a
>>> Chuck "PUP" Payne
>>>
>>> (678) 636-9678
>>> -----------------------------------------
>>> Discover it! Enjoy it! Share it! openSUSE Linux.
>>> -----------------------------------------
>>> openSUSE -- en.opensuse.org/User:Terrorpup
>>> openSUSE Ambassador/openSUSE Member
>>> Community Manager -- Southeast Linux Foundation (SELF)
>>> skype,twiiter,identica,friendfeed -- terrorpup
>>> freenode(irc) --terrorpup/lupinstein
>>> Register Linux Userid: 155363
>>>
>>> Have you tried SUSE Studio? Need to create a Live CD, an app you want
>>> to package and distribute , or create your own linux distro. Give SUSE
>>> Studio a try. www.susestudio.com.
>>> See you at Southeast Linux Fest, June 7-9, 2013 in Charlotte, NC.
>>> www.southeastlinuxfest.org
>>> _______________________________________________
>>> Ale mailing list
>>> Ale at ale.org
>>> http://mail.ale.org/mailman/listinfo/ale
>>> See JOBS, ANNOUNCE and SCHOOLS lists at
>>> http://mail.ale.org/mailman/listinfo
>>
>>
>>
>> _______________________________________________
>> Ale mailing list
>> Ale at ale.org
>> http://mail.ale.org/mailman/listinfo/ale
>> See JOBS, ANNOUNCE and SCHOOLS lists at
>> http://mail.ale.org/mailman/listinfo
>>
>
>
>
> --
> Terror PUP a.k.a
> Chuck "PUP" Payne
>
> (678) 636-9678
> -----------------------------------------
> Discover it! Enjoy it! Share it! openSUSE Linux.
> -----------------------------------------
> openSUSE -- en.opensuse.org/User:Terrorpup
> openSUSE Ambassador/openSUSE Member
> Community Manager -- Southeast Linux Foundation (SELF)
> skype,twiiter,identica,friendfeed -- terrorpup
> freenode(irc) --terrorpup/lupinstein
> Register Linux Userid: 155363
>
> Have you tried SUSE Studio? Need to create a Live CD, an app you want
> to package and distribute , or create your own linux distro. Give SUSE
> Studio a try. www.susestudio.com.
> See you at Southeast Linux Fest, June 7-9, 2013 in Charlotte, NC.
> www.southeastlinuxfest.org
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://mail.ale.org/mailman/listinfo/ale
> See JOBS, ANNOUNCE and SCHOOLS lists at
> http://mail.ale.org/mailman/listinfo
More information about the Ale
mailing list