Re: Re:

2020-05-05 Thread Noon OG
I'm using ezjail, and this is how i've got ping to work: (on the host side) [image: image.png] On Wed, May 6, 2020 at 2:31 AM Mike Wayne wrote: > On Tue, May 05, 2020 at 07:42:50PM +, Brandon helsley wrote: > > I did what you said with changing the nameserver and sysctl and to no > luck. >

Re: Re:

2020-05-05 Thread Mike Wayne
On Tue, May 05, 2020 at 07:42:50PM +, Brandon helsley wrote: > I did what you said with changing the nameserver and sysctl and to no luck. > If I try to sysctl inside the jail I get operation not permitted. As the original posters daid, you have to do the sysclt on the HOST, not in the jail.

Re: Re:

2020-05-05 Thread Brandon helsley
What is the next step after that? Sent from Outlook Mobile From: owner-freebsd-j...@freebsd.org on behalf of Brandon helsley Sent: Tuesday, May 5, 2020 1:42:50 PM To: Noon OG Cc: freebsd-jail@freebsd.org Subject: Re: Re: I did what you

Re: Re:

2020-05-05 Thread Brandon helsley
I did what you said with changing the nameserver and sysctl and to no luck. If I try to sysctl inside the jail I get operation not permitted. Sent from Outlook Mobile From: owner-freebsd-j...@freebsd.org on behalf of Brandon helsley Sent:

Re: Re:

2020-05-05 Thread Brandon helsley
Ok Im back. Fixed it Sent from Outlook Mobile From: Noon OG Sent: Tuesday, May 5, 2020 12:31:05 PM To: Brandon helsley Cc: freebsd-jail@freebsd.org Subject: Re: Re: we're all here . we'll all help, as much as possible ;) On Tue, May 5,

Re: Re:

2020-05-05 Thread Noon OG
we're all here . we'll all help, as much as possible ;) On Tue, May 5, 2020 at 7:15 PM Brandon helsley wrote: > Thanks for the help, it might take me some time to get back to this step. > As I've been trying to learn I just today messed with ifconfig trying to > reassign ip addresses to the net

Re: Re:

2020-05-05 Thread Brandon helsley
Thanks for the help, it might take me some time to get back to this step. As I've been trying to learn I just today messed with ifconfig trying to reassign ip addresses to the network interface card and it seems I can't get it back up and running. I'm going to reinstall and set the jails backup

Re: Re:

2020-05-05 Thread Noon OG
let's just try something like, edit that /etc/resolv.conf file, and, instead of nameserver 127.0.0.1, change it to nameserver 8.8.8.8 about the ping thing: run this on the host: sysctl security.jail. allow_raw_sockets=1 and https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-ezjail.ht

Re: Re:

2020-05-05 Thread Brandon helsley
For ls -al /etc/resolv.conf:-rw-r--r-- 1 root wheel 125 may 4 06:36 /etc/resolv.conf cat /etc/resolv.conf: Generated by resolvconf search home #nameserver 192.168.0.1 #nameserver 205.171.3.25 Nameserver 127.0.0.1 Options edns0 Also, ping : send socket: operation not permitted . Sent from Outl

Re:

2020-05-05 Thread Noon OG
Hi Brandon, It's show and tell day ;) first step, inside the jail: ls -al /etc/resolv.conf cat /etc/resolv.conf if you got nothing, just go for something like: echo "nameserver 8.8.8.8" >> /etc/resolv.conf either way, ping 8.8.8.8 should return something. On the other hand, there are a few sy

[no subject]

2020-05-05 Thread Brandon helsley
I was told "Based on your error (resolver), your DNS is hosed.Rudy" can I get additional help today for services in jails? Thanks Brandon Sent from Outlook Mobile ___ freebsd-jail@freebsd.org mailing list https://lists.freebsd.o

Re: Configuring jails

2020-05-05 Thread Brandon helsley
Good Morning. Sent from Outlook Mobile From: owner-freebsd-j...@freebsd.org on behalf of Brandon helsley Sent: Monday, May 4, 2020 7:23:31 PM To: BulkMailForRudy ; freebsd-jail@freebsd.org Subject: Re: Configuring jails Thanks rudy! I'