Re: howto configure a virtual switch for vmd network

2018-04-01 Thread niya
hi how do i configure a virtual switch to connect the interfaces of several vm's together. the interfaces will have fixed addresses and i will also be bridging the interfaces to the host. i know how to set up the bridge and then configure it with vm.conf but i not sure how to setup the

howto configure a virtual switch for vmd network

2018-03-31 Thread niya
hi how do i configure a virtual switch to connect the interfaces of several vm's together. the interfaces will have fixed addresses and i will also be bridging the interfaces to the host. i know how to set up the bridge and then configure it with vm.conf but i not sure how to setup the switch

Re: please ignore -- final test ?????? in posts

2018-03-16 Thread niya
On 16/03/2018 12:51, Larry Hynes wrote: Hi niya <niyal...@gmail.com> wrote: if anybody does read this post i'm trying to narrow down why i'm getting rows of ?? when i cut and paste information from the console to my mail client i use thunderbird to compose my mail #t

please ignore -- final test ?????? in posts

2018-03-16 Thread niya
if anybody does read this post i'm trying to narrow down why i'm getting rows of ?? when i cut and paste information from the console to my mail client i use thunderbird to compose my mail #test VM vm "base-vm" {     boot "/bsd"     enable     owner alarm    

please ignore -- just a test

2018-03-13 Thread niya
switch "local" {     interface bridge0 } # Test VM vm "test-vm" {     disable     owner alarm     memory 256M     disk "/home/alarm/vmm_network/vmm_base6.3.img"     interface { switch "local"     lladdr  fe:e1:bb:d1:6d:8d }     }

Re: bridging vmm network

2018-03-09 Thread niya
On 09/03/2018 01:56, Mike Larkin wrote: On Thu, Mar 08, 2018 at 05:48:05PM +, niya wrote: hi i working out my ideas for modelling my home network, the network will have four vether interfaces to cover the needs of my firewall, which will have  a lan, demilitarised zone, carp redundancy

bridging vmm network

2018-03-08 Thread niya
hi i working out my ideas for modelling my home network, the network will have four vether interfaces to cover the needs of my firewall, which will have  a lan, demilitarised zone, carp redundancy and connection to the wan, should i bridge all four vether interfaces to one bridge or a

wiki package or software suggestions

2018-03-03 Thread niya
hi could you suggest a wiki package or software to run in vmm ? shadrock

Re: httpd howto redirect port 80 to 443 in vm

2018-03-03 Thread niya
hi everyone On 02/03/2018 18:45, contact - ulysse lab wrote: Put into /etc/httpd.conf : types { include "/usr/share/misc/mime.types" } server "default" {     listen on * tls port 443     tls certificate "/etc/letsencrypt/live/example.com/fullchain.pem"     tls key

Re: httpd howto redirect port 80 to 443 in vm

2018-03-01 Thread niya
Hi On 27/02/2018 11:18, Solène Rapenne wrote: Le 2018-02-27 07:58, Mischa Peters a écrit : On 27 Feb 2018, at 05:04, niya <niyal...@gmail.com> wrote: hi using vmd in openbsd 6.2 and following http://thecyberrecce.net/2017/01/15/secure-webservers-with-openbsd-6-0-setting-up-httpd-m

httpd howto redirect port 80 to 443 in vm

2018-02-26 Thread niya
hi using vmd in openbsd 6.2 and following http://thecyberrecce.net/2017/01/15/secure-webservers-with-openbsd-6-0-setting-up-httpd-mariadb-and-php/ i have setup openbsd running a webserver everything installed and the webserver works via port 80 and 443. i can access the webserver from a remote

Re: unable to boot new 6.2 install

2018-02-18 Thread niya
On 16/02/2018 04:34, Mike Larkin wrote: On Fri, Feb 16, 2018 at 03:17:28AM +, niya wrote: hi i have installed openbsd 6.2 on a lenovo thinkcentre i5 desktop computer, the installation completes fine afaics. i reboot, the dmesg report scrolls up then the screen goes blank, i can't tell

unable to boot new 6.2 install

2018-02-15 Thread niya
hi i have installed openbsd 6.2 on a lenovo thinkcentre i5 desktop computer, the installation completes fine afaics. i reboot, the dmesg report scrolls up then the screen goes blank, i can't tell if dmesg completes or stops half way through, after which the machine doesn't respond to

howto use route-to with pf and carp

2016-08-13 Thread niya levi
hi i have two firewalls running pf and carp, i have apcupsd and ntp running on the firewalls, both connect to apcupsd and ntp servers on my lan , the firewalls also send mail to my internal mail server at regular intervals, the firewall when in slave mode loses all connectivity through the

pf how to redirect bittorent

2016-05-26 Thread niya levi
i have setup deluge with 57000 for the incoming port and 57001 for the out going port on a headerless box do i need something like this to redirect to bittorent traffic in pf.conf match in on egress proto { udp, tcp } from any to any port 57000 rdr-to $TORRENTBOX match in on $INT_IFACE proto {

how is a table of blocked addresses synchronized between redundant firewalls

2016-05-21 Thread niya levi
hi everyone i have two firewalls tied together with carp, i understand that state tables are synchronized between the firewalls with pfsync, are user created tables also synchronized, if not how is this done ? shadrock

pf queue bandwidth estimation

2016-05-12 Thread niya levi
using broadbandspeedchecker.co.uk i measured the bandwidth on my virgin media line, the download speed varied form as low as 20Mb/sec up to 50Mb/sec depending on the time of day the test was run, what will be the result if i put a value for the queue bandwidth which is greater or lesser the the

unable to add tun interface to bridge

2016-04-23 Thread niya levi
hi everyone i am trying to setup openvpn with tun on a bridge (openbsd 5.9), i tried the following but got an Invalid argument error, ifconfig tun0 create ifconfig bridge0 create ifconfig bridge0 add em0 ifconfig bridge0 add tun0 ifconfig: bridge0: tun0: Invalid argument what is the correct way