Externally facing customer gateway

Moderator: crythias

Locked
fritzfreund
Znuny newbie
Posts: 16
Joined: 16 Oct 2012, 19:19
Znuny Version: 3.1.3
Real Name: Fritz Freund
Company: Intermountain Electric

Externally facing customer gateway

Post by fritzfreund »

I'm looking for a way to allow customer (and maybe agent) access from the internet. This way people don't need to log into our VPN in order to check on their tickets.

However, I don't want the database out in the DMZ. I would rather have some kind of gateway server that just runs some web services then it talks back to our database/primary server over a few specific ports that are open in the firewall.

Has anyone else attempted this?
OTRS 3.1.11
Ubuntu Server 11.04
MySQL
Active Directory (Agent & Customer), SMTP/POP with MS Exchange, Multiple companies
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Externally facing customer gateway

Post by crythias »

port 3306 is default port of mysql
Mysql must allow connection - either via 0.0.0.0 or single allowed ip address (firewall can mitigate)

Kernel/Config.pm
$Self->{DatabaseHost} = 'ip.of.host.or.fqdn';

you may need to change my.cnf, mysqld.conf, or appropriate file per installation of MySQL on your OS/Distribution and restart mysql server service after allowing connections via tcp/ip.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked