Re: jails in different private subnets on the same host

2016-05-20 Thread Kurt Jaeger
Hi! > >> Why would it need to use the nameserver if I am telneting through IP? > > Use telnet -N to avoid DNS lookups. > Oh, great! That worked. It could connect to the web server jail > immediately. So it looks like the problem is with connecting to the DNS > jail, but why? It's not the probl

Re: jails in different private subnets on the same host

2016-05-20 Thread Grzegorz Junka
On 19/05/2016 15:19, Kurt Jaeger wrote: Hi! Why would it need to use the nameserver if I am telneting through IP? Use telnet -N to avoid DNS lookups. Oh, great! That worked. It could connect to the web server jail immediately. So it looks like the problem is with connecting to the DNS jai

Re: jails in different private subnets on the same host

2016-05-19 Thread Grzegorz Junka
On 19/05/2016 15:40, Ernie Luzar wrote: James Gritton wrote: On 2016-05-18 09:08, Grzegorz Junka wrote: I just tried telnet 192.168.1.50 80 from the main host and from the 10.33.1.40 jail. From the main host it works without issues. From the jail it eventually connected after 15 or so seconds

Re: jails in different private subnets on the same host

2016-05-19 Thread Ernie Luzar
James Gritton wrote: On 2016-05-18 09:08, Grzegorz Junka wrote: I just tried telnet 192.168.1.50 80 from the main host and from the 10.33.1.40 jail. From the main host it works without issues. From the jail it eventually connected after 15 or so seconds of waiting. That sounds like about the k

Re: jails in different private subnets on the same host

2016-05-19 Thread Kurt Jaeger
Hi! > Why would it need to use the nameserver if I am telneting through IP? Use telnet -N to avoid DNS lookups. -- p...@opsec.eu+49 171 3101372 4 years to go ! ___ freebsd-jail@freebsd.org mailing list https://lists

Re: jails in different private subnets on the same host

2016-05-19 Thread Grzegorz Junka
On 19/05/2016 14:50, James Gritton wrote: On 2016-05-18 09:08, Grzegorz Junka wrote: I just tried telnet 192.168.1.50 80 from the main host and from the 10.33.1.40 jail. From the main host it works without issues. From the jail it eventually connected after 15 or so seconds of waiting. That s

Re: jails in different private subnets on the same host

2016-05-19 Thread James Gritton
On 2016-05-18 09:08, Grzegorz Junka wrote: I just tried telnet 192.168.1.50 80 from the main host and from the 10.33.1.40 jail. From the main host it works without issues. From the jail it eventually connected after 15 or so seconds of waiting. That sounds like about the kind of timeout I'd exp

Re: jails in different private subnets on the same host

2016-05-18 Thread Grzegorz Junka
On 18/05/2016 14:11, Bjoern A. Zeeb wrote: >> On 18 May 2016, at 14:00 , Grzegorz Junka >> wrote: >> >> Is it possible to have two jails on the same host each one in a >> different private subnet, e.g. 192.168.1.0 and 10.33.1.0, and have >> routing between them working without issues? >> >> I

Re: jails in different private subnets on the same host

2016-05-18 Thread Bjoern A. Zeeb
> On 18 May 2016, at 14:00 , Grzegorz Junka wrote: > > Is it possible to have two jails on the same host each one in a different > private subnet, e.g. 192.168.1.0 and 10.33.1.0, and have routing between them > working without issues? > > I know it's possible to run jails with IPs in those tw