Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - dazza76

Pages: [1]
1
Other modules / MSDCS DNS issues
« on: October 15, 2020, 02:53:03 am »
We currently have 2 instances in a cluster .
both boxes have 2 interfaces an internal one for comms and an external one .
what we have noticed is when we query the dns both IP's appear in the query. how can we either exclude the external interface or ip ( it is a martian address)
we also note loopback addresses that are not 127.0.0.1 ar also advertised.

dig ad1.test.local
;; ANSWER SECTION:
ad1.test.local. 900 IN A 192.168.1.1    #internal for comms
ad1.test.local. 900 IN A 192.0.0.1       #external only no inter comms allowed firewalled
ad1.test.local. 900 IN A 192.0.255.1       #loopback test

dig ad2.test.local
;; ANSWER SECTION:
ad1.test.local. 900 IN A 192.168.1.2    #internal for comms
ad1.test.local. 900 IN A 192.0.2.2       #external only no inter comms allowed firewalled
ad1.test.local. 900 IN A 192.0.255.1       #loopback test


Thoughts/ Solutions ??






2
Other modules / Zentyal 5.0 multiple rpting domains
« on: November 22, 2017, 11:27:17 am »
Hello i am tying to get multiple routing domains to work where the  traffic that  comes in on an interface  needs to return on the same interface ,
I see that the settings are available with the multi routes using firewall marks but it simply does not work  :-(
The traffic trys to follow the default route and totally ignores the multi route

Any ideas

Pages: [1]