cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
394
Views
5
Helpful
2
Replies

Interzone IOS GKs problem

elischetinsky
Level 1
Level 1

I have the simplest 2 zones setup:

EP1 --- GK_A(MCM1) -- GK_B(MCM2) -- EP2

My configuration is:

MCM1:

gatekeeper

zone local MCM1 radvision.com 172.27.20.1

zone remote MCM2 test.com 172.27.20.2 1719

zone prefix MCM2 3013*

zone prefix MCM1 3024*

gw-type-prefix 1#* default-technology

no shutdown

MCM2:

gatekeeper

zone local MCM2 test.com 172.27.20.2

zone remote MCM1 radvision.com 172.27.20.1 1719

zone prefix MCM2 3013*

zone prefix MCM1 3024*

gw-type-prefix 1#* default-technology

no shutdown

I am getting the following message while dialing from EP1 to EP2

debug gate main 10

*Mar 1 04:52:22.998: GK: QUEUE_EVENT (minor 0) wakeup

*Mar 1 04:52:22.998: gk_rassrv_lrq(30244): Tech-prefix match failed.

*Mar 1 04:52:22.998: gk_rassrv_lrq(30244): Matched zone-prefix 3024

*Mar 1 04:52:23.002: No proxy found, failing LRQ.

Can't find anything on "No proxy found message"

Can anyone help?

2 Replies 2

mmelbourne
Level 5
Level 5

Try adding:

no use-proxy MCM1 default inbound-to terminal

no use-proxy MCM1 default outbound-from terminal

no use-proxy MCM2 default inbound-to terminal

no use-proxy MCM2 default outbound-from terminal

Please rate helpful posts!

The change has solved the issue, thanks a lot