Re: how to determine primary (source) IP address in jail

2019-02-28 Thread BulkMailForRudy
One way to fix the problem is to use VNET in your jails and you will get  a lo0 with 127.0.0.1 inside the jail. Rudy On 2/28/19 2:58 AM, Miroslav Lachman wrote: Is there some easy way to determine the primary (source) address which is used in jail with multiple IP addresses? I came to this p

Re: Ezjail

2020-04-30 Thread BulkMailForRudy
On 4/30/20 8:30 AM, Brandon helsley wrote: I installed and updated base jail with ezjail and then like the example in the handbook, created dnsjail with it's ip. I'm now needed to change the jail file in ezjail directory to a different ip address. What do I change it to and how do I do this?

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