[zorp] Dummy interface woes (Zorp GPL)

Peter HOLTZL zorp@lists.balabit.hu
Thu, 08 Jan 2004 14:22:12 +0100


> This is what instances.conf looks like:
> 
>   blue -v 5 -p /etc/zorp/policy.py -B '192.168.1.1'
>   purple -v 5 -p /etc/zorp/policy.py -B '192.168.1.1'
>   red -v 5 -p /etc/zorp/policy.py -B '192.168.1.1'
> 
> Question: does dummy0 need to be set up in
> /etc/networking/interfaces? Or is something else wrong here?

autobind ip should not be routable and nost a connected private network,
like 1.2.3.4/32 we usually choose:

auto dummy0
iface dummy0 inet static
	address 1.2.3.4
	netmask 255.255.255.255

and in the instances.conf we use --autobind-ip 1.2.3.4

-- 
HÖLTZL Péter

BalaBit IT Kft          | Tel:   +36  1 371-0540 | GnuPG Fingerprint:
holtzl.peter@balabit.hu | Mobil: +36 20 366-9667 | 796B C9D3 E492 B006 C8B2
http://www.balabit.hu/  | Fax:   +36  1 208-0875 | 4D1F 5320 28E3 9A1B 3FC6