jak vytvorit zarizeni lo1

Jiri Calda calda at dzungle.ms.mff.cuni.cz
Sun Apr 8 20:05:59 CEST 2007


Miroslav Lachman wrote:

> v cmd mi normalne funguje:
> ifconfig lo1 create inet 10.11.12.13 netmask 255.255.255.0
> 
> # ifconfig lo1
> lo1: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
>          inet 10.11.12.13 netmask 0xffffff00
> 
> Ale v rc.conf tohle rozhodne nefunguje:
> ifconfig_lo1="create inet 10.11.12.1 netmask 255.255.255.0"

Spravne:

cloned_interfaces="vlan200"
ifconfig_vlan200="inet 172.20.0.2/24 vlan 200 vlandev em0"

Zamen vlan200 za lo1

Jirka



More information about the Users-l mailing list