Re: Configuring jails

2020-05-04 Thread Shamim Shahriar
On 04/05/2020 01:42, Brandon helsley wrote: Doesn't work. I'm trying to update packages to see if networkings up. There must be a usual solution right? Sent from Outlook Mobile Useful point to start if you are really asking for help On both the host and the jail, if yo

RE: Configuring jails

2020-05-04 Thread Brandon helsley
uname -a: FreeBSD machine17.prtoto 12.1-RELEASE-p3 FreeBSD 12.1-RELEASE-P3 GENERIC amd64 cat /etc/jail.conf: manjail1 { host.hostname="manjail1.proto"; ip4.addr=205.171.3.25"; path="/usr/jails/manjail1";

Re: Configuring jails

2020-05-04 Thread Shamim Shahriar
On 04/05/2020 09:12, Brandon helsley wrote: uname -a: FreeBSD machine17.prtoto 12.1-RELEASE-p3 FreeBSD 12.1-RELEASE-P3 GENERIC amd64 cat /etc/jail.conf: manjail1 { host.hostname="manjail1.proto"; ip4.addr=205.171.3.25";

Re: Configuring jails

2020-05-04 Thread Brandon helsley
I don't have copy paste on my desktop so sending ifconfig will be difficcult. I can send mount though so you can hopefully tell me if there are any more errors. Sent from Outlook Mobile From: Shamim Shahriar Sent: Monday, May 4, 2020 2:23:3

Re: Configuring jails

2020-05-04 Thread Brandon helsley
Mount: devfs on /usr/jails/manjail1/dev ( devfs, local, multilabel) devfs on /usr/jails/manjail2/dev ( devfs, local, multilabel) I'm on zfs Sent from Outlook Mobile From: owner-freebsd-j...@freebsd.org on behalf of Brandon he

Re: Configuring jails

2020-05-04 Thread D'Arcy Cain
On 2020-05-03 19:42, Brandon helsley wrote: > Doesn't work. I'm trying to update packages to see if networkings up. There > must be a usual solution right? You are jumping too far ahead. While being able to update packages would prove that networking was up, not working does not prove anything e

Re: Configuring jails

2020-05-04 Thread Brandon helsley
You said" If so then ping it. If that works then try to ping something outside of your network. Try an IP address first and then try by name." I found an ip address in ifconfig. Then I netstat -rn and ping default gateway Ping gives me 64 bytes from 192.168.0.1: icmp_seq=71 ttl=64 time=2.628 ms W

Re: Configuring jails

2020-05-04 Thread Brandon helsley
Could you guys still help me. Updating pkg In a jail not working after resolve.conf has been copied and did ping too ip from ifconfig and the default gateway. I did ping inside the jail and it works. Sent from Outlook Mobile From: owner-fr

Re: Configuring jails

2020-05-04 Thread Cédric Maunoury
Hi Brandon, Maybe you can give a try to the « -c » option of pkg command to chroot during the upgrade... the network should not be an issue anymore. It’s more a workaround... Regards, Cedric Envoyé de mon iPhone > Le 4 mai 2020 à 18:05, Brandon helsley a écrit : > > Could you guys still he

Re: Configuring jails

2020-05-04 Thread Brandon helsley
I still can not bootstrap pkg. What is the -c option? I noticed there's a -j option, but I don't know what these arguments or options are supposed to do and what the commands are I need to issue to get these jails up and running. Sent from Outlook Mobile _

Re: Configuring jails

2020-05-04 Thread Brandon helsley
What does ping do with those addresses btw? I'm trying to learn as much as possible about networking and rounting and don't get the manpages. They are very obscure for a beginner. Please share. Sent from Outlook Mobile From: owner-freebsd-

Re: Configuring jails

2020-05-04 Thread Brandon helsley
Message: error fetching HTTP://pkg.FreeBSD.org/FreeBSD:12:amd64/quarterly/Latest/pkg.txz: Non-recoverable resolver failure A pre built version of pkg could not be found for your system Consider changing PACKAGESITE or installing It from ports:... Sent from Outlook Mobile

Re: Configuring jails

2020-05-04 Thread Dan Langille
Ping confirms the two devices can communicate On Mon, May 4, 2020, at 7:03 PM, Brandon helsley wrote: > What does ping do with those addresses btw? I'm trying to learn as much > as possible about networking and rounting and don't get the manpages. > They are very obscure for a beginner. Pleas

Re: Configuring jails

2020-05-04 Thread Brandon helsley
What's the point of adding a route or enabling nat and gateway? What would an example of adding a route be? And where and why do you get this ip addressm Sent from Outlook Mobile From: owner-freebsd-j...@freebsd.org on behalf of Dan Langi

Re: Configuring jails

2020-05-04 Thread BulkMailForRudy
Is IPv4 working?  ping 8.8.8.8 Is DNS working?  host fb.com Is IPv6 working?  ping6 fb.com If you can pass those test, you have networking ready. Next, can you ping the host for packages? ping pkg.FreeBSD.org Maybe pkg is tryign IPv6, try this:  ping6 pkg.FreeBSD.org Based on your error

Re: Configuring jails

2020-05-04 Thread BulkMailForRudy
On 5/4/20 4:03 PM, Brandon helsley wrote: I'm trying to learn as much as possible about networking and rounting and don't get the manpages. They are very obscure for a beginner. man pages are important.  If you can master one command and fully understand the man page for that one command, y

Re: Configuring jails

2020-05-04 Thread Brandon helsley
On jail: Ping 8.8.8.8 Ping: send socket: operation not permitted host fb.com ;;connection timed out; no servers could be reached Ping6 fb.com: ping6:name does not resolve Ping pkg.FreeBSD.org: ping: send socket: operation not permitted Ping6 pkg.FreeBSD.org: ping6: name does not resolve Sent fro

Re: Configuring jails

2020-05-04 Thread Brandon helsley
Everything working on host except for ping6 Sent from Outlook Mobile From: owner-freebsd-j...@freebsd.org on behalf of Brandon helsley Sent: Monday, May 4, 2020 7:19:38 PM To: BulkMailForRudy ; freebsd-jail@freebsd.org Subject: Re: Conf

Re: Configuring jails

2020-05-04 Thread Brandon helsley
Thanks rudy! I'll get straight to ping and be back to bother you guys for more priceless knowledge of sysadmin networking! Sent from Outlook Mobile From: owner-freebsd-j...@freebsd.org on behalf of BulkMailForRudy Sent: Monday, May 4, 202