Есть FreeBSD 6.2-RELEASE
Нужно создать виртуальный интерфейс, к примеру чтобы он заменял мне карточку RealTek.
Все что я находил, было по поволу тунелей. А мне надо чтобы этот виртуальный фейс был как настоящий, то есть с одним наормальным адресом.Есть ли возможно реализовать это в FreeBSD?
Может man tapThe tap driver, like the pty driver, provides two interfaces: an inter-
face like the usual facility it is simulating (an Ethernet network inter-
face in the case of tap, or a terminal for pty), and a character-special
device ``control'' interface.
>Может man tap
>
> The tap driver, like the pty driver,
>provides two interfaces: an inter-
> face like the usual facility it is
>simulating (an Ethernet network inter-
> face in the case of tap, or
>a terminal for pty), and a character-special
> device ``control'' interface.
1) сделаем сабж:
ifconfig lo1 create 1.2.3.4/242) антисабш:
ifconfig lo1 destroy
>>Может man tap
>>
>> The tap driver, like the pty driver,
>>provides two interfaces: an inter-
>> face like the usual facility it is
>>simulating (an Ethernet network inter-
>> face in the case of tap, or
>>a terminal for pty), and a character-special
>> device ``control'' interface.
>
>
>1) сделаем сабж:
>ifconfig lo1 create 1.2.3.4/24
>
>2) антисабш:
>ifconfig lo1 destroy
Гы, даже не подумал бы мутить это на лупбеке :)
Спасибо!