|
|
Re: [Ethernet] Create 2 logical network with 1 physical interface
|
|
10/29/2008 11:52 AM
post15668
|
Re: [Ethernet] Create 2 logical network with 1 physical interface
On Wed, Oct 29, 2008 at 11:39:29AM -0400, Nicolas PIEQUET wrote:
> Hello
> I want to have 2 logical network interfaces, with the physical interface en0 .
>
> How can I do it ?
> Have I use "ifconfig create" ?
>
>
> for exemple :
> en0.0 : 192.168.0.1:255.255.255.0
> en0.1 : 10.0.0.1:255.0.0.0
>
The closest thing sounds like a vlan.
# ifconfig vlan0 create
# ifconfig vlan0 vlan 1234 vlanif en0
# ifconfig vlan0 10.0.0.1/8
-seanb
|
|
|
|
|