I have successfully set up a log4net UDP Appender in a non VPC environment = however when I try to do the same thing in a VPN I cannot get it to work. I= have tried opening up all UDP in and outbound ports but it still doesn't n= ot work. My config is as follows.
<log4net debug=3D"true"> <appender name=3D"logFaces" type=3D"log4net.Appender.UdpAppender"> <param name=3D"RemoteAddress" value=3D"10.0.1.7"/> <param name=3D"RemotePort" value=3D"7071"/> <param name=3D"Encoding" value=3D"UTF-8"/> <layout type=3D"log4net.Layout.XmlLayoutSchemaLog4j, log4net"> <locationInfo value=3D"true"/> </layout> </appender> <root> <priority value=3D"DEBUG" /> <level value=3D"ALL" /> <appender-ref ref=3D"logFaces" /> </root> </log4net> Do I need to set the LocalPort as well as the Remote? Thanks Nicki This message and any attachments contain information that may be RMS Inc. confidential and/or privileged. If you are not the intended recipient (or authorized to receive for the intended recipient), and have received this message in error, any use, disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to the e-mail and permanently deleting the message from your computer and/or storage system.