Forum OpenACS Q&A: Re. dummy device

Collapse
4: Re. dummy device (response to 1)
Posted by Robert Schöftner on
perhaps you shouldn't ifconfig dummy, but enable aliasing and do something like
ifconfig eth0:1 12.3.59.7 etc...
(or ip addr add 12.3.59.7 dev eth0 if using the new userland-tools)

then at least traceroute will work as excepted