Sponsored Content
Operating Systems Linux Red Hat Set new gateway for route to internet Post 303006135 by kamose on Friday 27th of October 2017 11:31:56 AM
Old 10-27-2017
Blade Set new gateway for route to internet

Hi all,
i have a rhel 6.2 with a default gateway.
This server is an Intranet office with no internet access.
DNS are already configured and it's possible to resolve my target.

My goal is to link my application (apache forward) only to http://mytarget.yyy through a new gateway (That does not have to replace the default GW), but for my application/server it must be transparent.

Or maybe there is a better way to resolve?

Thanks to all.
 

8 More Discussions You Might Find Interesting

1. IP Networking

internet speed thru gateway/server

Other than security does having a separate linux box for the intranet server and a separate one for intranet gateway effect the speed of the internet connection. We have our server and gateway on 40GB HD 256 MB RAM 1.5 GHz Intel P3 Can the server/gateway be configured for better speed?... (1 Reply)
Discussion started by: ramyar
1 Replies

2. UNIX for Dummies Questions & Answers

Add route gateway -> Restart !! Lose it

:confused: Hi: I donīt know how to add route gateway and when restart the machine lose this route and put other. In SCO ver 5.6 Enterprise write: etc\route delete gateway route add gateway 199.199.1.1. so , netstat -rn to see if has change -> all ok Restart -> !!!... (2 Replies)
Discussion started by: AlvaroD
2 Replies

3. Windows & DOS: Issues & Discussions

Using Windows XP as my internet gateway

I have many question regarding many things in Unix. here is another. I have a Novell 5 server Windows 2000 advanced server running active directory Windows 2000 professional server running exchange 2000 Windows XP professional providing my internet gateway through 56K dial up modem (sad I... (1 Reply)
Discussion started by: electrode101
1 Replies

4. UNIX for Dummies Questions & Answers

Internet access via gateway

Internet access via gateway env: RedHat 6.1 Hi, Until now, we used PPP via an ISDN modem to connect our server to the internet. The ISDN ip-up/down scripts in /etc/ppp add ippp0 as the default route. From that point on we can for instance get mail via fetchmail. Now we have a ADSL... (1 Reply)
Discussion started by: progressdll
1 Replies

5. Shell Programming and Scripting

script to change default route when primary gateway dies

Hello all! We have two fedora routers one at each site. What we are trying to do worked using freesco but not on fedora, i'm not very good at scripting and need a little guidence. Basicly what we are trying to do is if the primary line dies, the router will change it's routes to go through our... (0 Replies)
Discussion started by: slacker
0 Replies

6. AIX

IBM Server doesn't ping gateway unless you put a static route

Just want to know if someone has a clue about what could be happening here: I have an AIX box with four NICs in Ether channel connected to a Cisco Switch. When I try to ping the default gateway, sometimes it works, but sometimes it doesn't work unless it has a defined static route. Thanks... (1 Reply)
Discussion started by: witt
1 Replies

7. IP Networking

Firewall with sslvpn with Internet gateway

hi, i have this diagram internet | | -------------- |firewall/sslvpn | -------------- | | 192.168.0.0/24 | -------------------------- ---- ------------- | internet gateway win2003|----|10.1.2.0/24 |... (0 Replies)
Discussion started by: itik
0 Replies

8. Linux

Unable to add route with a specific gateway IP

Hi, This is the routing table on a RHEL 7 server : # route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.132.81.145 0.0.0.0 UG 100 0 0 eno49 10.132.81.144 0.0.0.0 255.255.255.240 U 100 0 0 eno49... (4 Replies)
Discussion started by: anaigini45
4 Replies
rt-mailgate(1)						     Request Tracker Reference						    rt-mailgate(1)

NAME
rt-mailgate - Mail gateway for Request Tracker SYNOPSIS
rt-mailgate --help : this text Usual invocation (from MTA): rt-mailgate --action (correspond|comment|...) --queue queuename --url http://your.rt.server/ [ --debug ] [ --extension (queue|action|ticket) ] [ --timeout seconds ] OPTIONS
"--action" Specifies what happens to email sent to this alias. The avaliable basic actions are: "correspond", "comment". If you've set the RT configuration variable "UnsafeEmailCommands", "take" and "resolve" are also available. You can execute two or more actions on a single message using a "-" separated list. RT will execute the actions in the listed order. For example you can use "take-comment", "correspond-resolve" or "take-comment-resolve" as actions. Note that "take" and "resolve" actions ignore message text if used alone. Include a "comment" or "correspond" action if you want RT to record the incoming message. The default action is "correspond". "--queue" This flag determines which queue this alias should create a ticket in if no ticket identifier is found. "--url" This flag tells the mail gateway where it can find your RT server. You should probably use the same URL that users use to log into RT. If your RT server uses SSL, you will need to install additional Perl libraries. RT will detect and install these dependencies if you pass the "--enable-ssl-mailgate" flag to configure as documented in RT's README. If you have a self-signed SSL certificate, you may also need to pass "--ca-file" or "--no-verify-ssl", below. "--ca-file" path Specifies the path to the public SSL certificate for the certificate authority that should be used to verify the website's SSL certificate. If your webserver uses a self-signed certificate, you should preferentially use this option over "--no-verify-ssl", as it will ensure that the self-signed certificate that the mailgate is seeing the right self-signed certificate. "--no-verify-ssl" This flag tells the mail gateway to trust all SSL certificates, regardless of if their hostname matches the certificate, and regardless of CA. This is required if you have a self-signed certificate, or some other certificate which is not traceable back to an certificate your system ultimitely trusts. Verifying SSL certificates requires LWP::UserAgent version 6.0 or higher; explicitly passing "--verify-ssl" on prior versions will error. "--extension" OPTIONAL Some MTAs will route mail sent to user-foo@host or user+foo@host to user@host and present "foo" in the environment variable $EXTENSION. By specifying the value "queue" for this parameter, the queue this message should be submitted to will be set to the value of $EXTENSION. By specifying "ticket", $EXTENSION will be interpreted as the id of the ticket this message is related to. "action" will allow the user to specify either "comment" or "correspond" in the address extension. "--debug" OPTIONAL Print debugging output to standard error "--timeout" OPTIONAL Configure the timeout for posting the message to the web server. The default timeout is 3 minutes (180 seconds). DESCRIPTION
The RT mail gateway is the primary mechanism for communicating with RT via email. This program simply directs the email to the RT web server, which handles filing correspondence and sending out any required mail. It is designed to be run as part of the mail delivery process, either called directly by the MTA or "procmail", or in a .forward or equivalent. SETUP
Much of the set up of the mail gateway depends on your MTA and mail routing configuration. However, you will need first of all to create an RT user for the mail gateway and assign it a password; this helps to ensure that mail coming into the web server did originate from the gateway. Next, you need to route mail to "rt-mailgate" for the queues you're monitoring. For instance, if you're using /etc/aliases and you have a "bugs" queue, you will want something like this: bugs: "|/opt/rt4/bin/rt-mailgate --queue bugs --action correspond --url http://rt.mycorp.com/" bugs-comment: "|/opt/rt4/bin/rt-mailgate --queue bugs --action comment --url http://rt.mycorp.com/" Note that you don't have to run your RT server on your mail server, as the mail gateway will happily relay to a different machine. CUSTOMIZATION
By default, the mail gateway will accept mail from anyone. However, there are situations in which you will want to authenticate users before allowing them to communicate with the system. You can do this via a plug-in mechanism in the RT configuration. You can set the array @MailPlugins to be a list of plugins. The default plugin, if this is not given, is "Auth::MailFrom" - that is, authentication of the person is done based on the "From" header of the email. If you have additional filters or authentication mechanisms, you can list them here and they will be called in order: Set( @MailPlugins => "Filter::SpamAssassin", "Auth::LDAP", # ... ); See the documentation for any additional plugins you have. You may also put Perl subroutines into the @MailPlugins array, if they behave as described below. WRITING PLUGINS
What's actually going on in the above is that @MailPlugins is a list of Perl modules; RT prepends "RT::Interface::Email::" to the name, to form a package name, and then "use"'s this module. The module is expected to provide a "GetCurrentUser" subroutine, which takes a hash of several parameters: Message A "MIME::Entity" object representing the email CurrentUser An "RT::CurrentUser" object AuthStat The authentication level returned from the previous plugin. Ticket [OPTIONAL] The ticket under discussion Queue [OPTIONAL] If we don't already have a ticket id, we need to know which queue we're talking about Action The action being performed. At the moment, it's one of "comment" or "correspond" It returns two values, the new "RT::CurrentUser" object, and the new authentication level. The authentication level can be zero, not allowed to communicate with RT at all, (a "permission denied" error is mailed to the correspondent) or one, which is the normal mode of operation. Additionally, if "-1" is returned, then the processing of the plug-ins stops immediately and the message is ignored. ENVIRONMENT
EXTENSION Some MTAs will route mail sent to user-foo@host or user+foo@host to user@host and present "foo" in the environment variable "EXTENSION". Mailgate adds value of this variable to message in the "X-RT-Mail-Extension" field of the message header. See also "--extension" option. Note that value of the environment variable is always added to the message header when it's not empty even if "--extension" option is not provided. perl v5.14.2 2013-05-22 rt-mailgate(1)
All times are GMT -4. The time now is 05:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy