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 vote
0 answers
2k views

rsyslog forwarding to different port

I am receiving syslog logs over port 513 that I am trying to forward to port 514 (where I have a service listening for them). So far, all my attempts have been unsuccessful. I've tried making a file ...
yitzik's user avatar
  • 33
0 votes
1 answer
2k views

Forwarding traffic from port ttyS3 to ttyUSB0 - input/output error

I am attempting to set up a basic pipe that'll transfer all data written to ttyS3 to ttyUSB0. I found a few solutions to the problem such as this, but they don't seem to help much. The issue seems to ...
Jebussy's user avatar
  • 11
-1 votes
1 answer
1k views

How to configure ingress rule for redirecting to IP based url rather than service name

i have ingress file where i am forwarding request to pods using service name but i have a scenario where few requests with path /abc* needs to be forwarded to ip based url say http://10.10.1.1:8080/. ...
Abhishek's user avatar
-1 votes
1 answer
1k views

Forward custom path logs via rsyslog

I have a mountpoint on my server where logs are getting pushed via application in a log file. I have created a custom file in /etc/rsyslog.d/xyz.conf. Below is the configuration of the file. $...
Ashish Raina's user avatar
1 vote
1 answer
609 views

Pass URL parameters with URL forwarding

I am a novice developer, started coding a few months back, only familiar with : HTML/JS/CSS & NODE/Express.js for server side.. PROJECT DETAILS I'm working on --- Developing a social platform just ...
Pranav Raghaw's user avatar
-1 votes
1 answer
37 views

Setting up subnet(s) with a router(s) in Azure?

I am trying to set up the following private subnets in Azure to behave the following way: Subnet A ======== 4 class A hosts - say 10.0.1.1-4 One of these hosts can actually route traffic to another ...
LinusGates's user avatar
-1 votes
1 answer
1k views

MIPS Pipeline forwarding: How to forward to the second succeeding instruction?

Say, for example, I have 3 instructions: 1, 2, and 3. I want to forward data from instruction 1 to instruction 3. The catch is, I can only forward from the EX/MEM register of instruction 1. So we have:...
turkishjedi21's user avatar
6 votes
2 answers
2k views

Best way to forward/redirect methods/attributes in python class without redundant code/docstrings?

I have a project, with some modules each of which contains a class doing their respective thing. Then I have an API class for the user. The API class instantiate those classes, and should forward/...
Alex's user avatar
  • 1,004
0 votes
0 answers
292 views

SSH session to computer, located behind Carrier-grade NAT and additional NAT

I have a Server computer (Windows) with public IP address and number of Node computers (Linux), which located behind CGNAT and additional NAT with private IP addresses. Nodes are familiar with Server ...
ivbsd1's user avatar
  • 93
0 votes
0 answers
97 views

In r over ssh, is there an easy way to detect the 'correct' local display for x11 programmatically?

My daily workflow involves sshing (with ssh -Y ...) into a linux cluster to compute in r. To keep my place, I use tmux to create persistent sessions for many reasons. Most of the time when I log in my ...
kentkr's user avatar
  • 168
0 votes
1 answer
145 views

Forward Azure Metrics for very specific resources to DataDog

This question may sound a little odd, but here it goes: A customer of ours would like to get access to certain metrics of his environment of our product which we host on Azure for the customer. It's a ...
donmartin's user avatar
  • 1,903
1 vote
2 answers
840 views

Port Forwarding Works from internet not within same network

I just obtained static IP from ISP and configured port forwarding on my Sercomm AOT-4221SR Router While accessing outside network it works properly and shows webpage of my server however when i ...
Abhijeet Patil's user avatar
0 votes
1 answer
221 views

Why is Splunk not showing miliseconds for JSON?

hello, Splunk is not showing up miliseconds for JSON logs. I have find some Questions and Answers here in splunk community, but without success. Description: I have HFs, indexer cluster and search ...
Jakub's user avatar
  • 23
0 votes
0 answers
84 views

Extract a forwarded domain name and output the result into html using JavaScript?

I would like to extract a forwarded domain name and output the result in an HTML field using JavaScript. Something similar to: function getParameterByName(name, url) { if (!url) url = window....
genuine's user avatar
1 vote
2 answers
204 views

Statically serve internal (apache server) NodeJS api open on a custom port and forward it to the public url

Introduction I have a university-managed server, that does not give students access to open ports for internet traffic, but students could still open ports (like 4040 for their NodeJS applications for ...
Just Mohit's user avatar

15 30 50 per page
1 2 3
4
5
43