Re: two NIC's in a jail

2018-03-23 Thread Joerg Surmann
Thanks for replay. netstat -an | egrep 'tcp4.*80 .*LISTEN' say: netstat: kvm not available: /dev/mem No such file or directory <- is inside a jail. tcp4    0        0 *.80        *.*        LISTEN grep -i Listen /usr/local/etc/apache24/httpd.conf Listen 80 Listen 443 From the internal IP is no

Re: two NIC's in a jail

2018-03-23 Thread Joerg Surmann
Thanks for replay. netstat -an | egrep 'tcp4.*80 .*LISTEN' say: netstat: kvm not available: /dev/mem No such file or directory <- is inside a jail. tcp4    0        0 *.80        *.*        LISTEN grep -i Listen /usr/local/etc/apache24/httpd.conf Listen 80 Listen 443 From the internal IP is no

Re: two NIC's in a jail

2018-03-23 Thread Joerg Surmann
tail -f /var/log/httpd-access.log 192.168.100.2 - - [23/Mar/2018:13:12:10 +] "OPTIONS * HTTP/1.0" 200 - 192.168.100.2 - - [23/Mar/2018:15:12:02 +] "OPTIONS * HTTP/1.0" 200 - 213.70.80.92 - - [23/Mar/2018:15:33:07 +] "OPTIONS * HTTP/1.0" 200 - 213.70.80.92 - - [23/Mar/2018:15:33:08 +

Re: two NIC's in a jail

2018-03-23 Thread Miroslav Lachman
Joerg Surmann wrote on 2018/03/23 16:45: Thanks for replay. netstat -an | egrep 'tcp4.*80 .*LISTEN' say: netstat: kvm not available: /dev/mem No such file or directory <- is inside a jail. tcp4    0        0 *.80        *.*        LISTEN grep -i Listen /usr/local/etc/apache24/httpd.conf Listen

Re: two NIC's in a jail

2018-03-23 Thread Joerg Surmann
Thanks for replay. netstat -an | egrep 'tcp4.*80 .*LISTEN' say: netstat: kvm not available: /dev/mem No such file or directory <- is inside a jail. tcp4    0        0 *.80        *.*        LISTEN grep -i Listen /usr/local/etc/apache24/httpd.conf Listen 80 Listen 443 From the internal IP is no

Re: two NIC's in a jail

2018-03-23 Thread Miroslav Lachman
Joerg Surmann wrote on 2018/03/23 13:49: Hi all, I have a Problem to understund how to manage 2 Networks inside a Jail. i have create a jail (using ezjail) with a alias IP. in rc.conf (on Host): ifconfig_vmx0="inet 192.168.100.1 netmask 255.255.255.0" ifconfig_vmx0_alias0="inet 192.168.100.2 n

two NIC's in a jail

2018-03-23 Thread Joerg Surmann
Hi all, I have a Problem to understund how to manage 2 Networks inside a Jail. i have create a jail (using ezjail) with a alias IP. in rc.conf (on Host): ifconfig_vmx0="inet 192.168.100.1 netmask 255.255.255.0" ifconfig_vmx0_alias0="inet 192.168.100.2 netmask 255.255.255.0"  <- this is the jail