Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10972
| Date | 2011-08-06 18:20 +0800 |
|---|---|
| Subject | How to make the program support communication behind NAT device? |
| From | smith jack <thinke365@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1977.1312631173.1164.python-list@python.org> (permalink) |
The subnet behind my router is 192.168.1.0/24, my pc ip is 192.168.1.9, the server written with python is hosted on 192.168.1.3 on port 1033, i can connect to this server from my pc But cannot connect to this server when outside of this subnet? why? I have made port translate on router, that is 10.10.9.2:1033 to 192.168.1.3:1033 what's wrong?
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
How to make the program support communication behind NAT device? smith jack <thinke365@gmail.com> - 2011-08-06 18:20 +0800
csiph-web