solamour l33t


Joined: 21 Dec 2004 Posts: 742 Location: San Diego, CA
|
Posted: Thu Nov 19, 2009 1:43 am Post subject: Q: How to ignore virtual network interface in avahi? |
|
|
I have 1 physical network interface and 1 virtual network interface.
Code: | myserver's interfaces
eth0
10.x.x.x
eth0:1
192.168.0.100
|
avahi works well when I don't have the virtual network interface, but now, when I do "ping myserver.local", it tries to ping "192.168.0.100" instead of "10.x.x.x".
Is there any way to make avahi ignore "eth0:1" and just use "eth0" only? I tried "deny-interfaces=eth0:1" in the configuration file, but it didn't seem to make any difference. I'd appreciate any help.
__
sol |
|