192.168.*.* is a class C private address space.
A simple router has two IP addresses: one that interfaces to one network, and a second that interfaces to a second network. Your setup would therefore look like:
192.168.0.* [private network] <--> router <--> RoadRunner network (24.24.*.*]
Your router should have the address 24.24.117.168 on the external interface, and the address 192.168.0.160 on the internal interface.
It works fine here:
- Code: Select all
trythil@beleriand trythil $ nmap -P0 -p 20,21 24.24.117.168
Starting nmap V. 3.00 ( www.insecure.org/nmap/ )
Interesting ports on cpe-024-024-117-168.midsouth.rr.com (24.24.117.168):
Port State Service
20/tcp filtered ftp-data
21/tcp open ftp
Nmap run completed -- 1 IP address (1 host up) scanned in 3 seconds
trythil@beleriand trythil $ ftp 24.24.117.168
Connected to 24.24.117.168.
220 BulletProof FTP Server ready ...
Name (24.24.117.168:trythil):
I do, however, have a friend who has had the exact same problems with LinkSys routers. As I'm not aware of their individual quirks, I'll have to ask him what he did to get around the problems.
This is a block of text that can be added to posts you make. There is a 512 character limit.