Login Banner?

Need help configuring your VPN? Just post here and you'll get that help.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
strictt9
OpenVpn Newbie
Posts: 1
Joined: Thu Mar 17, 2011 8:22 pm

Login Banner?

Post by strictt9 » Thu Mar 17, 2011 8:27 pm

Is there a way to create a login banner when users connect? I need to get a "Security Banner" displayed at login to meet our Nerc compliance.

Thanks in advance!

User avatar
Bebop
Forum Team
Posts: 301
Joined: Wed Dec 15, 2010 9:24 pm

Re: Login Banner?

Post by Bebop » Thu Mar 17, 2011 11:40 pm

strictt9 wrote:Is there a way to create a login banner when users connect? I need to get a "Security Banner" displayed at login to meet our Nerc compliance.

Thanks in advance!
A quick n dirty method would be to use an pre_script. Pre-script is a dot bat file called before OpenVPN connects to the server. Like I said "quick n dirty". Not sure of a cleaner method.
The cure for boredom is curiosity

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: Login Banner?

Post by janjust » Fri Mar 18, 2011 10:48 am

depends on how strict this nerc compliance is ... it's quite easy to circumvent the displaying of any login banner, if your users are skillful enough.

Barring that you can use a <connection>_up.bat script for the Windows GUI - this batch file will be run prior to starting the VPN connection.

Alternatively you could use an 'up' script in the client config , which launches a program to display banner text. It's even possible to push banner text messages from the server to the client and display them. But, as I said, it's quite easy to circumvent such measures.

For more details, buy my book and read chapter 6, it's all explained in there :)

Post Reply