Ad Widget

Collapse

zabbix agent & multiple vlan access

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sergio.cricca
    Member
    • Mar 2008
    • 43

    #1

    zabbix agent & multiple vlan access

    Hi,
    I got this problem on 1.6.2 server/windows agent
    I need to connect multiple windows zabbix agents (on multiple vlans with different IP Classes) to 1 zabbix server.

    this is the scenario:

    zabbix (with 4 eth card one for each vlan/subnet) - 192.168.10.1 (vlan10), 192.168.20.1 (vlan20),192.168.30.1 (vlan30), 192.168.40.1 (vlan40)

    client1 - 192.168.10.100 (vlan10)
    client2 - 192.168.20.100 (vlan20)
    client3 - 192.168.30.100 (vlan30)
    client4 - 192.168.40.100 (vlan40)


    Now the problem is:

    if i setup SourceIP=192.168.10.1 , then only client1 agent can connect other are grey.
    if i setup SourceIP=192.168.20.1, then only client2 agent can connect other are grey.
    and so on...

    i tried to comment out SourceIP= with # and any client agent could connect.
    Same if I set SourceIP=0.0.0.0

    what should i configure to let agents from every vlan/subnet to be able to connect to zabbix server?

    Thank you a lot in advance
    Last edited by sergio.cricca; 25-05-2009, 18:07.
  • troffasky
    Senior Member
    • Jul 2008
    • 567

    #2
    If I were you, I'd install a router to route between your subnets. If the reason you don't have a router currently is that you don't want the subnets to see each other, then configure an ACL to only allow Zabbix traffic.

    Comment

    Working...