NAME SERVER PROBLEMS

Posted by claudemir_santos on 13-Mar-2018 19:14

good evening

I have the following configuration:

CentOS Linux release 7.4.1708 (Core)

Progress 11.7.2 64bit,

installed with the following components

OpenEdge Repl Plus

OE Enterprise RDBMS

OE Application Svr Ent

Databases running well

But when I start the proadsv service and the name server, the server starts to lose packets (apparently by udp multicast), if it stops the proadsv service the server returns to normal.

If you leave the service active but block the outgoing multicast traffic iptables (chain OUTPUT from iptables) .... the system does not lose packets .....

Can you help me? I do not know what it can be anymore

All Replies

Posted by Awadhesh Verma on 20-Mar-2018 02:31

udp protocol do not provide reliable message delivery. So if the client and server are communicating over udp transport packet loss may happen. So, if you do not want to loss packets, configure the server to use tcp and also connect client using host and port of server over tcp.

Posted by gus bjorklund on 20-Mar-2018 12:06

UDP should work fine in a LAN.

This thread is closed