Skip to main content

All Questions

Tagged with
0 votes
0 answers
44 views

connection refused from other device (python)

I am trying to create a messaging one-server platform on python, and I got to the moment where i set up the firewall, port forwarding and routing. But this server-client scheme works only on one ...
UA3YSR's user avatar
  • 1
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 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 vote
0 answers
69 views

cannot reach a webcam behind two routers

I am using internet over cable and this is connected via a Vodafone cable router. Attached to a lan port of that Vodafone router is my ASUS Router, which provides WLAN in another floor of my house. ...
MrSpock's user avatar
  • 27
2 votes
1 answer
6k views

Real IP behind Apache Load Balancer (Proxy) Server

I need to forward the real ip of the visitor to Apache Load Balancer. I have done it on Nginx successfully by just adding following two lines: proxy_set_header X-Real-IP $remote_addr; ...
skalkanci's user avatar
0 votes
1 answer
845 views

XAMPP - can not access from public ip

before I was accessing to my xampp server from my dynamic ip. Now I installed latest version of xampp under c:\xampp3 i have no antivirus windows firewall disabled still I can not access. Forwarding ...
Gomi Odabaşıoğlu's user avatar
2 votes
1 answer
22k views

ip route add by specifying source address in the same network

I have 4 pc´s and another pc, call it proxy, all being in the same network: 172.16.96.0/20 . I can ping between each other. But, I want to separate them into 2. That is: pc1 is directly connected to ...
Roxana Roman's user avatar
  • 1,012
-1 votes
2 answers
919 views

How to Find My Proper Ip Address to Connect to Another Computer Remotely

My friend wanted to connect to my computer using Remote Desktop Connection. But the problem is I am confused what my Ip address is. My computer is connected to the internet via router via broadband ...
RAF5UN's user avatar
  • 1
7 votes
2 answers
6k views

adding ip with forwarding rules in google cloud

Can anyone provide a tutorial on how I could add additional IP to my instance via forwarding in google cloud? The current documentation is too complicated and not helpful. It does not state where the ...
James Tan's user avatar
  • 1,356
0 votes
1 answer
350 views

PHP don't get client IP

I serve my PHP script with port forwarding(i use mamp) other users can view website but php don't return true client ip, it always return my server ip. I can't find my vpn ip in $_SERVER array what is ...
user3803717's user avatar
1 vote
0 answers
164 views

How to "manually" forward IP traffic in local network

Im a student and as a hobby I am writing a program that is supposed to perform a man in the middle attack with ARP spoofing, and then manipulate the traffic before sending it on to the victim. For ...
reuan's user avatar
  • 11
2 votes
1 answer
2k views

Connect via TCP and public IP without forwarding

I'm trying to write a simple chat program using TCP in java. To connect to a server I need to know its IP address. I'm connected to a router in my network, that connects me to the Internet. When I ...
zupazt3's user avatar
  • 1,036
2 votes
0 answers
945 views

Routing TCP/IP through PC [closed]

I want to use a PC with two Ethernet ports to be connected with the local networks at the first port and a detector which uses TCP/IP over Ethernet to communicate at the second port. The following ...
Fros's user avatar
  • 29
0 votes
1 answer
179 views

IP forwarding. UDP chat

I wrote client/server chat using UDP on a local host and it works just fine. Then I sent my server via Skype to my friend, and he told me his IPAddress, and it's also worked fine. When I tried to send ...
user1886060's user avatar
49 votes
7 answers
171k views

How to use HTTP_X_FORWARDED_FOR properly?

Alright, I have an small authentication issue. My web service allows to connect to my API over HTTP with a username and password, but this connection can also be restricted to a specific IP address. ...
kingmaple's user avatar
  • 4,282

15 30 50 per page