This issue has been solved.

If LLT could be configured over UDP with NAT?

Created: 14 Aug 2012 | Updated: 16 Aug 2012
lmiao's picture
Login to vote
0 0 Votes

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

Thanks!

Quick Look Solution

I have a customer who has

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

Filed Under

Comments

mikebounds's picture
mikebounds
Trusted Advisor
Accredited
15
Aug
2012
Votes
0
SOLUTION

I have a customer who has

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

lmiao's picture
lmiao
Symantec Employee
Accredited
15
Aug
2012
Votes
0

Got it... So many appreciate!

Got it... So many appreciate!