Re: What is my home PC IP address

2019-07-31 Thread Laurence Chiu
Whenever I've setup a SFTP server at home assuming the server has a NAT
assigned IP address like 192.168. I've had to put a routing rule in the
router to send Port 22 traffic to that PC.

Otherwise the traffic hits your external IP but nobody is there to listen
to Port 22 traffic which is SFTP.

If you're doing FTP then it would be Port 21

On Thu, Aug 1, 2019, 3:07 AM Rupert Reynolds  wrote:

> Indeed, setting up a VPN can play havoc with the routing table, for
> example. I was hoping my reply would help to bring such issues to light.
>
> Roops
>
> On Mon, 29 Jul 2019, 16:23 Paul Gilmartin, <
> 000433f07816-dmarc-requ...@listserv.ua.edu> wrote:
>
> > On Mon, 29 Jul 2019 13:51:07 +0100, Rupert Reynolds wrote:
> > >
> > >It depends on where your VPN endpoint is. If you VPN to the site where
> MVS
> > >is running, then you should have an IP address on that subnet, as well
> as
> > >the public IP address you started with. Any traffic through that tunnel
> is
> > >encrypted as far as the endpoint.
> > >
> > I have used VPN provided by such a site where the required desktop client
> > completely usurped the desktop's IP stack, preventing all the desktop's
> > connection to the Internet other than through VPN and the site's firewall
> > and proxy.  This was to prevent any bridging of the site's intranet to
> the
> > Internet.  It was particularly frustrating to users who couldn't use
> their
> > local network printers while connected to VPN.
> >
> > Of course while they connected to that VPN their public ("home PC") IP
> > addresses were inaccessible from the Internet.
> >
> > -- gil
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: What is my home PC IP address

2019-07-31 Thread Rupert Reynolds
Indeed, setting up a VPN can play havoc with the routing table, for
example. I was hoping my reply would help to bring such issues to light.

Roops

On Mon, 29 Jul 2019, 16:23 Paul Gilmartin, <
000433f07816-dmarc-requ...@listserv.ua.edu> wrote:

> On Mon, 29 Jul 2019 13:51:07 +0100, Rupert Reynolds wrote:
> >
> >It depends on where your VPN endpoint is. If you VPN to the site where MVS
> >is running, then you should have an IP address on that subnet, as well as
> >the public IP address you started with. Any traffic through that tunnel is
> >encrypted as far as the endpoint.
> >
> I have used VPN provided by such a site where the required desktop client
> completely usurped the desktop's IP stack, preventing all the desktop's
> connection to the Internet other than through VPN and the site's firewall
> and proxy.  This was to prevent any bridging of the site's intranet to the
> Internet.  It was particularly frustrating to users who couldn't use their
> local network printers while connected to VPN.
>
> Of course while they connected to that VPN their public ("home PC") IP
> addresses were inaccessible from the Internet.
>
> -- gil
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: What is my home PC IP address

2019-07-29 Thread Paul Gilmartin
On Mon, 29 Jul 2019 13:51:07 +0100, Rupert Reynolds wrote:
>
>It depends on where your VPN endpoint is. If you VPN to the site where MVS
>is running, then you should have an IP address on that subnet, as well as
>the public IP address you started with. Any traffic through that tunnel is
>encrypted as far as the endpoint.
>
I have used VPN provided by such a site where the required desktop client
completely usurped the desktop's IP stack, preventing all the desktop's
connection to the Internet other than through VPN and the site's firewall
and proxy.  This was to prevent any bridging of the site's intranet to the
Internet.  It was particularly frustrating to users who couldn't use their
local network printers while connected to VPN.

Of course while they connected to that VPN their public ("home PC") IP
addresses were inaccessible from the Internet.

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: What is my home PC IP address

2019-07-29 Thread Rupert Reynolds
In the general case, your PC has an IP address for each interface.

I don't know your example setup, but I hope this helps to pose the right
questions:-

It depends on where your VPN endpoint is. If you VPN to the site where MVS
is running, then you should have an IP address on that subnet, as well as
the public IP address you started with. Any traffic through that tunnel is
encrypted as far as the endpoint.

If you VPN to an endpoint at one of the many providers, you'll have a
public IP address at the endpoint, and this can be a fixed IP address if
your VPN provider does that.

Typically, for most of your Internet traffic, once the VPN is up, the
public IP address you started with (probably the address of the
Internet-facing side of a broadband router) is no longer important. The
tunnel has effectively plugged your machine in at the VPN endpoint and how
it does it is transparent.

I hope this helps, at least a bit.

Roops



On Mon, 29 Jul 2019, 10:46 Robert Prins,  wrote:

> On 2019-07-28 09:59, tim.popes...@gmail.com wrote:
> > I know what not to dobut I don't know what to do, that's the point.
> > I installed a free VPN, used the 'what is my IP' and was able to PING to
> it from MVS. However when trying to open a FTP session I get
> > Connecting to:   xxx.xxx.xxx.xxx port: 21.,
> > Connection to server interrupted or timed out. USER command failed.
> Switch be,
> > tween users not accepted as anonymouslevel = 3,
> > Any idea what it means ?
>
> Did you set up the Windows firewall to allow FileZilla to accept
> connections?
> I've been using FileZilla server the way you use it for years, and never
> had any
> problems. FWIW, if you do not have a static IP address at home, create an
> account on noip.comto give yourself a "static" address.
>
> Robert
> --
> Robert AH Prins
> robert.ah.prins(a)gmail.com
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: What is my home PC IP address

2019-07-29 Thread Robert Prins

On 2019-07-28 09:59, tim.popes...@gmail.com wrote:

I know what not to dobut I don't know what to do, that's the point.
I installed a free VPN, used the 'what is my IP' and was able to PING to it 
from MVS. However when trying to open a FTP session I get
Connecting to:   xxx.xxx.xxx.xxx port: 21.,
Connection to server interrupted or timed out. USER command failed. Switch be,
tween users not accepted as anonymouslevel = 3,
Any idea what it means ?


Did you set up the Windows firewall to allow FileZilla to accept connections? 
I've been using FileZilla server the way you use it for years, and never had any 
problems. FWIW, if you do not have a static IP address at home, create an 
account on noip.comto give yourself a "static" address.


Robert
--
Robert AH Prins
robert.ah.prins(a)gmail.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN