Video Screencast Help
Search Video Help Close Back
to help

If LLT could be configured over UDP with NAT?

Created: 14 Aug 2012 | Updated: 16 Aug 2012 | 2 comments
lmiao's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

Customer is ready to configure LLT over WANs, he asks if NAT configuration is supported on LLT subnets?

Thanks!

Comments 2 CommentsJump to latest comment

mikebounds's picture

I have a customer who has done this and it worked:  In the "link" lines in llttab you put the IP address of server and in the "set-addr", the NAT IP address - example:

 

set-node /etc/VRTSvcs/conf/sysname
set-cluster 1
link hb-normal /dev/udp - udp 50100 - 10.5.0.1 -
link hb1-nat /dev/udp - udp 50101 - 10.5.1.1 -
 
set-addr 1  hb-normal 10.6.0.1
set-addr 1  hb-nat 173.194.34.98
 
#disable LLT broadcasts
set-bcasthb 0
set-arp 0
Mike

UK Symantec Consultant in VCS, GCO, SF, VVR, VxAT on Solaris, AIX, HP-ux, Linux & Windows

If this post has helped you, please vote or mark as solution

SOLUTION
0
Login to vote
  • Actions
lmiao's picture

Got it... So many appreciate!

0
Login to vote
  • Actions