connecting to adsl

2018-09-03 Thread Frank White
Hi, I am trying to connect to adsl, but I have the following problems: Sep 3 12:06:34 myhost /bsd: pppoe0: received unexpected PADO Sep 3 12:07:31 myhost /bsd: pppoe0: received unexpected PADO Sep 3 12:08:28 myhost /bsd: pppoe0: host unique tag found, but it belongs to a connection in state 3 S

build an openbsd router/modem

2015-12-22 Thread Frank White
I want build a router/modem with openbsd. My is that I don't want anykind of linux code around. I don't have any problems to build a router, my problem is to have a modem without any linux firmware. Anyone know if there are any pure modem to use it ? Or any chip I can connect on any "itx or what u

Re: build an openbsd router/modem

2015-12-22 Thread Frank White
Dec 22, 2015 at 06:45:04PM +0000, Frank White wrote: >> >> I want build a router/modem with openbsd. My is that I don't want >> anykind of linux code around. I don't have any problems to build a >> router, my problem is to have a modem without any linux firmware.

Re: build an openbsd router/modem

2015-12-22 Thread Frank White
15, at 1:32 PM, Frank White wrote: >> >> Hi, >> Yes I am sorry, I want build a small embedded system with openbsd to >> connect a lan to an adsl line. I want all the devices with openbsd, >> included the adsl modem. So the embedded system must have one or more >>

Re: build an openbsd router/modem

2015-12-22 Thread Frank White
used a lot for this exact task. > > On Tue, Dec 22, 2015 at 07:32:57PM +, Frank White wrote: >> Hi, >> Yes I am sorry, I want build a small embedded system with openbsd to >> connect a lan to an adsl line. I want all the devices with openbsd, >> included the adsl mo

carp and squid

2016-12-21 Thread Frank White
Hi, does 2 nodes clustered openbsd firewall work with squid ? is there any specific configuration ?

console fonts

2016-12-22 Thread Frank White
Hi, I tried the following command to change console fonts: wsfontload -h 8 -e ibm /usr/share/misc/pcvtfonts/vt220l.808 but I have the following error: wsfontload: WSDISPLAYIO_LDFONT: Invalid argument ???

two ip with carp

2017-02-27 Thread Frank White
hi, I have 2 firewall in cluster with carp. The following is my configuration (8.x.x.x are examples for wan ip): first firewall 1) bnx0 8.8.8.7 (internet) 2) bge0 192.168.100.2 (lan) 3) bnx1 pfsync 4) 10.1.1.2 dmz carp0 8.8.8.8 (internet) carp1 192.168.100.1 (gateway for the lan) carp2 10.1.1.1 (g

Re: two ip with carp

2017-02-28 Thread Frank White
nd/or describe how you want the traffic > to flow, as well as your network topology? > > - Igor > > > On 2/27/17 6:07 AM, Frank White wrote: > > hi, > > I have 2 firewall in cluster with carp. The following is my configuration > > (8.x.x.x are examples for wan

hairpin nat with pf ?

2017-03-01 Thread Frank White
Hi, anyone know how to configure pf to make hairpin nat ?

Re: hairpin nat with pf ?

2017-03-01 Thread Frank White
yes it works well. But it's very interesting the use of tag. Is egress:0 the if alias ? 2017-03-01 16:09 GMT+01:00 Stuart Henderson : > On 2017-03-01, Frank White wrote: > > Hi, > > anyone know how to configure pf to make hairpin nat ? > > Should be something like th

bandwidth monitoring

2017-03-07 Thread Frank White
Hi, how can I monitor the bandwidth and know what client is occupying the bandwidth ? Thank u.

strange packets

2017-03-07 Thread Frank White
Hi, I have a new openbsd firewall but I have one strange problem... it is really slow for surfing internet. I have discovered that if I use squid as proxy (installed on the firewall) the internet speed is ok. If I don't use squid the browsing is very very slow... also if I ping google from a client

securing web browser

2015-08-14 Thread Frank White
Hi, anyone has some advices to make more secure a browser like firefox ? chroot + systrace ? Thank you.