Do I Have A Firewalled LAN Run By ISP In Between?

Do I Have A Firewalled LAN Run By ISP In Between?

Secure Home | Search | About
 Networking Firewalls    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content add this group's latest topics to your Google content
Subject Author Date
Do I Have A Firewalled LAN Run By ISP In Between? Patient Guy 03-02-2008
Posted by Patient Guy on March 2, 2008, 1:03 pm
If you were  Registered and logged in, you could reply and use other advanced thread options

1. I have a (wireless) router set up in "gateway mode." Hosts on the LAN
are dynamically assigned 192.168.1.x addreses, and the router itself is
192.168.1.1 (note the subnet mask is 255.255.255.240, giving up to---
what?---16 hosts).

2. When I interface with the router (via web interface) to check for its
WAN IP assignment, I get to my astonishment the following:

IP Address: 10.202.46.2                  
Subnet Mask: 255.255.255.0                  
Default Gateway:         10.202.46.1                  
DNS 1: 10.202.46.1                  

Of course, I am astonished because 10.x.x.x. are also designated for
private LAN and not Internet IP addresses, right?

4. I have access to a host "on the Internet" (169.237.x.x) through a
remote desktop connection (which can be made!) and so can follow all sorts
of TCP activity (ftp, http) from that host while at host 192.168.1.3.
This remote host is running FileZilla ftp server and I can monitor
attempts to connect and IP addresses. When I attempt to use FireFTP (an
"extension" creating an ftp client within the FireFox http client), the
FileZilla server monitor on the remote host reports that my IP address is
64.30.y.y, and not 10.202.46.2, which is consistent with my understanding
that 10.x.x.x addresses are private.

That means that the ISP must be "onion"ing its network: that is,
providing service as a layer or shell of its own private network, and
running a layer within a layer, with a complex network address translation
system. Is that possible??

At any rate, I am not concerned about how they configure their networks.
I am ONLY concerned that they are or might be firewalling inbound port 80
service, or for that matter, any service.

QUESTION: What is going on here? I have additional information below
which may be helpful.

4. When I attempt to connect to the FileZilla server on the remote host
through the FireFTP client, I can login, but I cannot start a file
transfer. I always get a

425 Can't get data connection

error.

5. In attempting to monitor traffic through various hosts, I have been
trying to enable logging or other kinds of monitors.

(a) the router has its own logging feature which I have enabled, but it
only shows "outgoing" traffic to various unrecognizable IP addresses as
destinations and all the hosts 192.168.x.x. on the LAN as sources and the
ports are usually "www" (assuming port 80), "ftp" (assuming port 21) and
strangely, port 500 (is this a known security exploit?)

(b) I am looking for monitoring software to use on the 192.168.1.3 host
running IIS web server (on a Vista Premium windows environment), which I
also want to use for ftp for large file transfers. I will probably
install Wireshark, which is probably overkill for the monitoring I need.

QUESTION: are there other ways to monitor my attempts to request http
service from the remote host...to see if it is getting to the target host,
or at least to the router? How does one enable logging on IIS? It's not
obvious, and I probably should be using Apache anyway.

Posted by Chris Davies on March 3, 2008, 5:06 am
If you were  Registered and logged in, you could reply and use other advanced thread options
> 1. I have a (wireless) router set up in "gateway mode." Hosts on the LAN
> are dynamically assigned 192.168.1.x addreses [...]

> 2. When I interface with the router (via web interface) to check for its
> WAN IP assignment, I get to my astonishment the following:
> IP Address: 10.202.46.2

> Of course, I am astonished because 10.x.x.x. are also designated for
> private LAN and not Internet IP addresses, right?

Yes. Your ISP appears to be using 10.* addresses for its own network.
This is perfectly acceptable, provided they are hidden from the rest
of the Internet. The potential downside is that you can't have inbound
connectivity to your network.


> 4. I have access to a host "on the Internet" (169.237.x.x) [...]

University of California, Davis UCDAVIS2 (NET-169-237-0-0-1)
169.237.0.0 - 169.237.255.255

> This remote host is running FileZilla ftp server and I can monitor
> attempts to connect and IP addresses. When I attempt to use FireFTP (an
> "extension" creating an ftp client within the FireFox http client), the
> FileZilla server monitor on the remote host reports that my IP address is
> 64.30.y.y, and not 10.202.46.2, which is consistent with my understanding
> that 10.x.x.x addresses are private.

It's quite possible that your 64.30.* address is part of the public IP
address range for UCD.


> That means that the ISP must be "onion"ing its network: that is,
> providing service as a layer or shell of its own private network, and
> running a layer within a layer, with a complex network address translation
> system. Is that possible??

Clearly it's possible because it's happening. Your router is using NAT to
hide your network behind a single IP address. Your ISP is doing exactly
the same - hiding its network (and your single "public" IP address)
behind one or more IP addresses.


> At any rate, I am not concerned about how they configure their networks.
> I am ONLY concerned that they are or might be firewalling inbound port 80
> service, or for that matter, any service.

Almost certainly yes.


> 4. When I attempt to connect to the FileZilla server on the remote host
> through the FireFTP client, I can login, but I cannot start a file
> transfer. I always get a
> 425 Can't get data connection

I don't see that inbound connections to your network are relevant to
this problem. I think you may be mixing things up a little. But, to
resolve this error try switching your FTP client to "passive" mode.

Chris

Posted by Patient Guy on March 3, 2008, 1:03 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
comp.security.firewalls:

>> 1. I have a (wireless) router set up in "gateway mode." Hosts on the
>> LAN are dynamically assigned 192.168.1.x addreses [...]
>
>> 2. When I interface with the router (via web interface) to check for
>> its WAN IP assignment, I get to my astonishment the following:
>> IP Address: 10.202.46.2
>
>> Of course, I am astonished because 10.x.x.x. are also designated for
>> private LAN and not Internet IP addresses, right?
>
> Yes. Your ISP appears to be using 10.* addresses for its own network.
> This is perfectly acceptable, provided they are hidden from the rest
> of the Internet. The potential downside is that you can't have inbound
> connectivity to your network.
>
>
>> 4. I have access to a host "on the Internet" (169.237.x.x) [...]
>
> University of California, Davis UCDAVIS2 (NET-169-237-0-0-1)
> 169.237.0.0 - 169.237.255.255
>
>> This remote host is running FileZilla ftp server and I can monitor
>> attempts to connect and IP addresses. When I attempt to use FireFTP
>> (an "extension" creating an ftp client within the FireFox http
>> client), the FileZilla server monitor on the remote host reports that
>> my IP address is 64.30.y.y, and not 10.202.46.2, which is consistent
>> with my understanding that 10.x.x.x addresses are private.
>
> It's quite possible that your 64.30.* address is part of the public IP
> address range for UCD.

don't think so. This is what the FileZilla server on the UCD host is
showing during attempts to make an FTP connection from the host with IP
10.202.46.2 above using the ftp client. That is,

router NAT ISP NAT
192.168.1.3 ---------> 10.202.46.2 ------> 64.30.y.y ---> Internet


Internet ---> host 169.237.x.x running FileZilla ftp server



>
>> That means that the ISP must be "onion"ing its network: that is,
>> providing service as a layer or shell of its own private network, and
>> running a layer within a layer, with a complex network address
>> translation system. Is that possible??
>
> Clearly it's possible because it's happening. Your router is using NAT
> to hide your network behind a single IP address. Your ISP is doing
> exactly the same - hiding its network (and your single "public" IP
> address) behind one or more IP addresses.
>
>
>> At any rate, I am not concerned about how they configure their
>> networks. I am ONLY concerned that they are or might be firewalling
>> inbound port 80 service, or for that matter, any service.
>
> Almost certainly yes.
>
>
>> 4. When I attempt to connect to the FileZilla server on the remote
>> host through the FireFTP client, I can login, but I cannot start a
>> file transfer. I always get a
>> 425 Can't get data connection
>
> I don't see that inbound connections to your network are relevant to
> this problem.

Why would the ISP stop my ftp client on 192.168.1.3 making requests to the
server fully outside of it at host 169.237.x.x? I figure if I can solve
at least that problem, I might be able to solve the problem of providing
http service on 192.168.1.3....possibly. Sort of the one problem solved
leads possibly to another problem solved.

> I think you may be mixing things up a little. But, to
> resolve this error try switching your FTP client to "passive" mode.
>

Oh, and that 425 error does happen in PASV mode.


> Chris
>


Posted by Chris Davies on March 5, 2008, 3:19 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
P> 1. I have a (wireless) router set up in "gateway mode." Hosts on the
P> LAN are dynamically assigned 192.168.1.x addreses [...]

P> 2. When I interface with the router (via web interface) to check for
P> its WAN IP assignment, I get to my astonishment the following:
P> IP Address: 10.202.46.2

P> 4. I have access to a host "on the Internet" (169.237.x.x) [...]


C> It's quite possible that your 64.30.* address is part of the public IP
C> address range for UCD.


P> don't think so. This is what the FileZilla server on the UCD host is
P> showing during attempts to make an FTP connection from the host with IP
P> 10.202.46.2 above using the ftp client. That is,

P> router NAT ISP NAT
P> 192.168.1.3 ---------> 10.202.46.2 ------> 64.30.y.y ---> Internet
P>
P> Internet ---> host 169.237.x.x running FileZilla ftp server


I think that's what I said. (Well, I know what I said; I'm trying to
interpret your addresses.) It looks like 64.30.* is the public side of
your ISP.

The "missing piece" is an assumption that UCD /is/ your ISP.


P> Why would the ISP stop my ftp client on 192.168.1.3 making requests to the
P> server fully outside of it at host 169.237.x.x?

I don't think this is an intentional fault.

P> Oh, and that 425 error does happen in PASV mode.

Mmm, that really surprises me. What happens if you switch to active
mode, then?


P> I might be able to solve the problem of providing
P> http service on 192.168.1.3....possibly.

No chance. Serving HTTP requires inbound service, which you won't have
through (two layers of) NAT. An FTP client is an outbound service,
which should work through properly implemented NAT.

Finally, as a thought... do you really need to use FTP or can you use
one of the secure protocols such as SFTP?

Chris

Posted by Moe Trin on March 6, 2008, 3:03 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
On Wed, 05 Mar 2008, in the Usenet newsgroup comp.security.firewalls, in article

>C> It's quite possible that your 64.30.* address is part of the public IP
>C> address range for UCD.

(207.115.x.x is the news server) had these two headers:

NNTP-Posting-Host: 64.30.107.165
X-Trace: newssvr14.news.prodigy.net 1204481029 ST000 64.30.107.165 (Sun,
02 Mar 2008 13:03:49 EST)

>I think that's what I said. (Well, I know what I said; I'm trying to
>interpret your addresses.) It looks like 64.30.* is the public side of
>your ISP.

Yes

>The "missing piece" is an assumption that UCD /is/ your ISP.

No.

[compton ~]$ bzgrep '|64.30.' IP.ADDR/stats/delegated-arin-20080215.bz2
arin|US|ipv4|64.30.0.0|16384|20000119|allocated
arin|US|ipv4|64.30.64.0|8192|20040830|allocated
arin|US|ipv4|64.30.96.0|8192|20010419|allocated
arin|US|ipv4|64.30.128.0|4096|20071114|allocated
arin|US|ipv4|64.30.160.0|8192|20010424|allocated
arin|US|ipv4|64.30.192.0|8192|20000124|allocated
arin|US|ipv4|64.30.224.0|4096|20010503|allocated
arin|US|ipv4|64.30.240.0|4096|20040622|assigned
[compton ~]$

OrgName: SureWest Broadband
OrgID: SUREW
Address: 5411 Luce Ave
City: McClellan
StateProv: CA
PostalCode: 95652
Country: US

NetRange: 64.30.96.0 - 64.30.127.255
CIDR: 64.30.96.0/19
NetName: SUREWEST-64-30
NetHandle: NET-64-30-96-0-1

About 18 miles / 30 KM Northeast of UC Davis. Of the others, only
64.30.192.0/19 (a commercial provider) is in California (about 380
miles / 620 KM Southeast).

Old guy

Similar ThreadsPosted
Firewalled torrents behind two routers? March 12, 2007, 1:34 pm
Getting HTTP Service Through Firewalled DSL Modem and Router March 24, 2008, 7:05 pm

The site map in XML format XML site map

Contact Us | Privacy Policy