Here's my setup: I have a laptop that I roam around everywhere with, and I have a desktop computer at home that is connected to the web using a router with NAT.
My objective here is to create an SSH server which I can use for the purpose of file storage/access as well as using it as a proxy server.
If I've got a typical home router -- say a Net Gear -- which has certain ports forwarded to a internal server, is there a way to tweak the router to let me access that internal server using the external IP address from within the same network?
I have a kippo honeypot setup on our local network, and our DMZ uses:
sysctl net.ipv4.ip_forward=1
ldconfig
iptables -t nat -A PREROUTING -p tcp -s $ATTACKER_IP --dport 22 -j DNAT --to-destination 192.168.1.200:2222
iptables -t nat -A POSTROUTING -j MASQUERADE
There is also a port forward on the router so port 2222 can be hit from outside the network.
Environment:
I have a Brother 7360N Network Printer connected to a TPLINK Router over an Ethernet cable.
My desktop, running Windows 8 is connected to the TPLINK Router over an Ethernet cable. A ROKU device is connected over Ethernet.
The TPLINK Router is setup as "Client Bridge (Routed)" wirelessly connected to my other router, a Linksys 3000. Both routers are on DD-WRT.
i have a Linksys WRT54G/GS/GLid like that the computers that are connected to my router to obtain public ips from my isp dhcp server instead of private onesive installed tomato firmware on my router
I'm having a bit of trouble understanding which networking solution to use for my problem:
I have a home network which includes several computers behind a router either directly through the router or through switches.
The router I am using has DynDNS set up on it, I can VPN to my desktop via Hamachi, I can RDP via Windows 7 RDP, and I can do other sorts of fancy tricks.
The one last thing I wou
I have setup SFTP and have working from the command line thru a fios router on port 22 (the default). Server is on 12.04. laptop is on 11.04
filezilla works just fine both on the lan side and bouncing out of the lan to the DYNDNS site to access the sshd server.
Possible Duplicate:
Local server outside: How to access url internal over router?
I have a sample site that I want to host on my machine and I want it accessible externally through the WAN IP. I configured the site on port 81 in IIS 7.5, forwarded port 81 in my netgear wgr614x10 router, yet the site keeps timing out when I try to pull it up.
I'm setting up an Apache 2.2 Ubuntu web server for internal services that is also supposed to be accessed from outside our LAN. Our LAN has a single external IP that is the external IP of our RV042 Cisco router.
We have set up several A records on our external DNS server that point to this IP.