Re: Can you create a FreeBSD gateway, with private IPs, without NAT/divert ?

2014-06-07 Thread Erich Dollansky
Hi, On Sat, 7 Jun 2014 09:48:39 -0700 (PDT) None Secure via freebsd-net wrote: > Yes, but in this case BOTH IPs of the gateway - both the external and > the internal interfaces - are non-routable IPs, and so is my ISP > cable modem. > > 192.168.1.1 is the cable modem > 192.168.1.2 is external i

Re: Can you create a FreeBSD gateway, with private IPs, without NAT/divert ?

2014-06-07 Thread John-Mark Gurney
None Secure via freebsd-net wrote this message on Sat, Jun 07, 2014 at 09:48 -0700: > Yes, but in this case BOTH IPs of the gateway - both the external and the > internal interfaces - are non-routable IPs, and so is my ISP cable modem. You keep saying non-routable IPs, but really, RFC1918 addres

Re: Can you create a FreeBSD gateway, with private IPs, without NAT/divert ?

2014-06-07 Thread Tom Pusateri
I've seen this setup with IPv4 before when the ISP does native IPv6. Maybe you can get global IPv6 addresses and can SSH directly over that. If not, at least go on record requesting IPv6 with your provider to push them along. Tom > On Jun 7, 2014, at 10:12 AM, None Secure via freebsd-net >

RE: Can you create a FreeBSD gateway, with private IPs, without NAT/divert ?

2014-06-07 Thread None Secure via freebsd-net
Matthew, Thanks for your response - I suspect that was the problem I was encountering (that the ISP will NAT for my external address) and that is why I switched to natd/divert, and it is indeed working properly. So what is the problem ?  Well, the problem is I am trying to use sshuttle, which

Re: Can you create a FreeBSD gateway, with private IPs, without NAT/divert ?

2014-06-07 Thread Adrian Chadd
On 7 June 2014 12:48, None Secure via freebsd-net wrote: > Yes, but in this case BOTH IPs of the gateway - both the external and the > internal interfaces - are non-routable IPs, and so is my ISP cable modem. > > 192.168.1.1 is the cable modem > 192.168.1.2 is external interface of my FreeBSD > 1

Re: Can you create a FreeBSD gateway, with private IPs, without NAT/divert ?

2014-06-07 Thread None Secure via freebsd-net
Yes, but in this case BOTH IPs of the gateway - both the external and the internal interfaces - are non-routable IPs, and so is my ISP cable modem. 192.168.1.1 is the cable modem 192.168.1.2 is external interface of my FreeBSD 10.10.10.1 is internal interface of my FreeBSD ... and my client (10.

Re: Can you create a FreeBSD gateway, with private IPs, without NAT/divert ?

2014-06-07 Thread Matthew Seaman
On 07/06/2014 07:22, None Secure via freebsd-net wrote: > BUT, what if my ISP is giving me a private IP, and my internal > network is also private IPs ? External gateway address is > 192.168.1.2 and internal gateway address is 10.10.10.1 ... the ONLY > way I could make this work is with natd and i