0
votes
1answer
45 views
is it possible to spoof ip behind NAT?
hello!
is it possible to spoof the source ip if im behind a router that is using NAT?
if not, how do botnet programmers manage to make a SYN flood from their slaves? doesnt most …
0
votes
4answers
27 views
NAT, P2P and Multiplayer
How can an application be designed such that two peers can communicate directly with each other (assuming both know each other's IPs), but without outgoing connections? That's, no …
0
votes
3answers
40 views
Connect to a computer behind router in .net
We have a client server application which we are developing in .net. We want the server to push data to client. But the client is behind a router (like a home network setup). What …
0
votes
1answer
47 views
MySQL ring replication behind NAT
I am considering switching from Firebird where I'm using a hand-built replication to MySQL and its integrated replication solution. I have 4 departments with sporadic network conne …
2
votes
2answers
53 views
Testing NAT Breakthrough Code
I am very interested in at least trying to implement NAT break through for my senior project.
(I am doing a networking API).
It's not even a requirement of my project, just a inter …
0
votes
1answer
32 views
Server to server communication over NAT/router
I have two servers that need to be able to send requests to each other, and I need them to be able to communicate over a NAT or router. One server has a registered domain, and it i …
0
votes
0answers
28 views
NAT and iptables [closed]
Hi
I am new to iptables and NAT. But I am working on it through various material both in online and books. I have a doubt regarding NAT implementation using iptables.
Let us su …
2
votes
3answers
113 views
How do I make a TCP server work behind a router (NAT) without any redirection configuration needed.
The scenario is the following. I have two machines A and B:
A: Client (behind NAT)
B: Server (behind NAT)
I want B to be able to listen on any given port, so that A can send packe …
0
votes
0answers
50 views
Symmetric NAT conflict with port forwarding
I have one server behind NAT router that already set up port forwarding to server port 7000(server-client talk UDP). Everything is fine, except sometime the packet that is sent to …
0
votes
0answers
86 views
Setting up Windows 2008 with VPN and NAT [closed]
I have a Windows 2008 box set up with VPN, and that works quite well. NPS is used to validate the VPN clients, who are able to access the private address of the server, once connec …
0
votes
1answer
657 views
How to fix “a connection attempt failed because the connected party did not properly respond after a period of time …” error?
I'm making a game in C# and I want to display the progress (movements and so on) of opponent. So I send events in game via TCP protocol to opponent.
I've already tried my applicat …
0
votes
1answer
158 views
how to make my pc a server [closed]
I am running Apache Tomcat on my PC. My PC is connected to a router in my house and the router is connected to my ISP. Now I want to run a server on my pc so that my frined can vie …
1
vote
4answers
109 views
connecting to a private ip
I want to connect to a system which is behind a router. I know the public address of the router as well as the private ip (fixed always) of the system. How do i establish socket co …
2
votes
1answer
143 views
method to find my UDP socket’s “real” port?
Is there any free service to which I could send a UDP packet and it would respond telling me what is my "real" UDP port? (my application is behind a NAT)
This kind of service coul …
0
votes
1answer
233 views
Does Wippien use a direct connection?
I started using Wippien to make p2p connections between 2 distant Windows Servers. I use 2 different GMail Accounts.
Wippien uses "Mediators" to initiate the connection. But are …
