D-Link Forums
The Graveyard - Products No Longer Supported => Routers / COVR => DIR-655 => Topic started by: sitruc on April 01, 2012, 05:38:26 PM
-
I'm a programmer. Networking is not my specialty.
I need to allow programs I create (java C++), running on various computer (Windows, Linux) plugged into my router (my LAN), to send/receive UDP/TCP packets amongst themselves. Access Controls and Port Forwarding all seem to speak to communication with computers external to my network (i.e., the internet). I don't want allow protocols or open ports to/from computers on the internet. I only want to allow protocols and open ports between the computer plugged into my computer (my LAN)
-
You may want to connect a Gb network switch between router and PCs. This will help eliminate any router management or processing and having to do any configuration of the router.
Setup DHCP reserved IP addresses for all devices ON the router. Setup/Networking
Ensure devices are set to auto obtain an IP address.
Set Firewall settings to Endpoint Independent for TCP and UDP under Advanced/Firewall.
Enable uPnP and Multi-cast Streaming under Advanced/Networking.
-
No change. Should I reboot the router and computers?
-
I rebooted everything. No change. A and B can ping each other.
Here's my config:
Computer A (Linux)
IP 111.111.111.1
Computer B (Xp)
IP 222.222.222.2
Computer A has a UDP server listening on 111.111.111.1, UDP port 2323
Computer B has a UDP client sending UDP packets to 111.111.111.1, UDP port 2323
A never gets packets from B
-
Another reboot and Partial success.....
B (Xp) receives from A (Linux) when I run the Server on B and the Client on A
A still does not receive from B when I run the Server on A and the Client on B
I'd really like to get it working both ways
-
Is computer B on the same IP pool string or is this how you are defining an example for the forum? I would presume that Computer B is on 111.111.111.2?
I would recommend checking out a external network switch to better effect your network needs.
I rebooted everything. No change. A and B can ping each other.
Here's my config:
Computer A (Linux)
IP 111.111.111.1
Computer B (Xp)
IP 222.222.222.2
Computer A has a UDP server listening on 111.111.111.1, UDP port 2323
Computer B has a UDP client sending UDP packets to 111.111.111.1, UDP port 2323
A never gets packets from B