Skip to main content

Questions tagged [forwarding]

There are myriad kinds of forwarding. Use this if you must, but try to find a more specific [tag] first.

forwarding
-1 votes
1 answer
33 views

How do I redirect OldSite.com to NewSite.com/Sub/NewPage

I need to redirect several URLs to a new site that will have pages that replace the old sites. I don't care if the URL is masked or not. I just need the URL's to go to the new pages on the new ...
samoht's user avatar
  • 1
0 votes
2 answers
162 views

Forward Twilio MMS Messages Using Twilio Resources

I am trying to use Twilio to forward SMS and MMS messages to multiple phone numbers using Twilio recourses. I followed the online documentations and got SMS forwarding up easily. But I did not find ...
MSieg's user avatar
  • 1
0 votes
0 answers
433 views

Can't remote access on docker mariadb

i'm facing a huge problem after updating my docker version from 17.10.0-ee-preview-3 to 20.10.20. After putting back my mariadb docker, i cannot access it from outside anymore, even with the maridb ...
0pah's user avatar
  • 1
-1 votes
1 answer
347 views

Azure DNS Forwarding

New to DevOps I've been assigned the transfer of Our GoDaddy DNS to Azure I cannot find any ressource that allows me to setup DNS Forwarding in Azure Is it possible? Thank you
Flexible Plants's user avatar
1 vote
1 answer
121 views

Redirecting the url entered with htaccess to a different location in the same way

When I enter my example.com url I want to redirect to example.com/en/ but when I enter example.com/demo I want to redirect to example.com/us/demo. The word demo here is just variable. how can I do ...
Arda Osman's user avatar
1 vote
1 answer
460 views

Is it possible to relay/forward messages from contact A to contact B using Twilio on WhatsApp?

I would like to be able to have a single phone number that holds a list of contacts. And then for contact A to be able to send a message to that phone number that looks like this: "Fred: Hi fred!&...
Marco Olariu's user avatar
2 votes
1 answer
2k views

Bash script to send commands to remote ssh session

Is it possible to write a bash script that opens a remote node (i.e. through ssh and/or slurm) and starts an interactive session there after running some commands? I'm trying to automate the process ...
Empiromancer's user avatar
  • 3,844
0 votes
1 answer
108 views

How to set up traffic forwarding so my origin IP address remains the same when calling an external API from Azure or my laptop

I have an Azure App Service and multiple Azure Functions that need to call into a specific external API - let's call it external.api.com. I also frequently run the App Service and Azure Functions ...
Calum Peebles's user avatar
0 votes
1 answer
87 views

Cut-through behaviour for the INET WirelessHost

The INET WirelessHost inherits from the StandardHost which has store-and-forward as its default forwarding behaviour. Is there a way to change that behaviour to cut-through? I did not find any fitting ...
konstantinM's user avatar
2 votes
0 answers
309 views

Redirect URL to different IP address

I have 3 HTTPS IIS web servers at home all with different URLs configured. My WAN is a single dynamic IP address provided by my ISP. I would like to somehow redirect to the correct web server and IP ...
Danny's user avatar
  • 21
1 vote
0 answers
107 views

Vault port forwarding with Vagrant on Macos

I have a vagrant machine (almalinux/8) on my MacOS (Big Sur). I have configured my Vagrantfile to forward Vautl port config.vm.define "vault" do |s| s.vm.hostname = "vault&...
samuelj's user avatar
  • 135
0 votes
1 answer
460 views

PHP redirection with parameter forwarding

I am using the following PHP script in order to create redirects : <?php $id = isset( $_GET['id'] ) ? rtrim( trim( $_GET['id'] ), '/' ) : 'default'; $f = fopen( 'redirects.txt', 'r' ); $urls ...
Fabien's user avatar
  • 1
0 votes
0 answers
95 views

Authentication in email forwarding between SMTP servers

I am writing a Mail Relay Server in PHP for Newsletter mailings. This server encodes all links in the e-mails so that they point to an accompanying website for tracking (click count only) and ...
Spider IT's user avatar
3 votes
1 answer
204 views

Managing ssh keys

Suppose that I have a remote server and GitLab private repository. I do not want to add key from my server to ssh keys in GitLab account, so I make ssh key forwarding. However, when I try to run my ...
Alex Rozhnov's user avatar

15 30 50 per page
1 2
3
4 5
43