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!
Login Banner?
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.
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
- Bebop
- Forum Team
- Posts: 301
- Joined: Wed Dec 15, 2010 9:24 pm
Re: Login Banner?
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.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!
The cure for boredom is curiosity
- janjust
- Forum Team
- Posts: 2703
- Joined: Fri Aug 20, 2010 2:57 pm
- Location: Amsterdam
- Contact:
Re: Login Banner?
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
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
