Re: OpenBGPd multiple local AS

2013-01-17 Thread Peter Hessler
You can absolutely run external BGP and internal BGP with the same AS. This is a very common configuration. On 2013 Jan 17 (Thu) at 05:36:24 + (+), Войнович Андрей Александрович wrote: :Hello! :I have public AS and address range, everything is Ok, but now I want to :connect my routers

named not answer on external query

2013-01-17 Thread lilit-aibolit
This is weird trouble. Years ago I did authoritative server on openbsd 4.x and it's just works for both - local network and queries from Internet. But now it doesn't. I know - this is my issue, please help to resolve. ###named.conf### // $OpenBSD: named-simple.conf,v 1.10 2009/11/02 21:12:56

Re: OpenBGPd multiple local AS

2013-01-17 Thread Войнович Андрей Александрович
I think this would be, but I have the same public AS number on both ends (R1 and R2 - 5), so BGPd will think that this is loop and will not accept this. -Original Message- From: Peter Hessler [mailto:phess...@theapt.org] Sent: Thursday, January 17, 2013 2:19 PM To: Войнович Андрей

Re: OpenBGPd multiple local AS

2013-01-17 Thread Peter Hessler
BGP will build the map, and will use the most optimal paths to connect to you, avoiding loops. When one of the peers is unavailable, it will recalculate its paths and select the best one. BGP will accept this configuration, and will avoid loops. On 2013 Jan 17 (Thu) at 08:34:00 + (+),

Re: named not answer on external query

2013-01-17 Thread Vadim Zhukov
17.01.2013 12:31 пользователь lilit-aibolit lilit-aibo...@mail.ru написал: This is weird trouble. Years ago I did authoritative server on openbsd 4.x and it's just works for both - local network and queries from Internet. But now it doesn't. I know - this is my issue, please

Re: named not answer on external query

2013-01-17 Thread lilit-aibolit
On 01/17/2013 11:27 AM, Vadim Zhukov wrote: At first, find where the flow gets stopped: enable debug logging on resolver and add match log (matches) to port 53 rule as first one in your firewall. Then probably you'll see the problem yourself. Oh, and please, if you get no packets seen

Re: I need a little more Enlightenment

2013-01-17 Thread Stefan Sperling
On Wed, Jan 16, 2013 at 10:50:36AM +1100, Rod Whitworth wrote: On Tue, 15 Jan 2013 11:33:54 +0100, Stefan Sperling wrote: The dmesg you quoted is from 5.2. Please show the -current dmesg from the USB stick install which actually has the problem. I was not clear enough. I only ran the USB

Re: named not answer on external query

2013-01-17 Thread Michael Lambert
On 17 Jan 2013, at 06:44, lilit-aibolit wrote: On 01/17/2013 11:27 AM, Vadim Zhukov wrote: At first, find where the flow gets stopped: enable debug logging on resolver and add match log (matches) to port 53 rule as first one in your firewall. Then probably you'll see the problem yourself.

how to upgrade gcc 4.2.1 to gcc-4.7.1

2013-01-17 Thread WANG Siyuan
Hi, I install gcc 4.7 on openbsd using pkg_add. after installation, I use 'gcc -v' to check, I found it is also gcc 4.2 ! how to upgrade gcc 4.2 to gcc 4.7 on openbsd? thank you! -- Yours sincerely, WANG Siyuan

Re: named not answer on external query

2013-01-17 Thread lilit-aibolit
On 01/17/2013 04:05 PM, Michael Lambert wrote: On 17 Jan 2013, at 06:44, lilit-aibolit wrote: On 01/17/2013 11:27 AM, Vadim Zhukov wrote: At first, find where the flow gets stopped: enable debug logging on resolver and add match log (matches) to port 53 rule as first one in your firewall.

Re: how to upgrade gcc 4.2.1 to gcc-4.7.1

2013-01-17 Thread Janne Johansson
2013/1/17 WANG Siyuan wangsiyuanb...@gmail.com: Hi, I install gcc 4.7 on openbsd using pkg_add. after installation, I use 'gcc -v' to check, I found it is also gcc 4.2 ! how to upgrade gcc 4.2 to gcc 4.7 on openbsd? thank you! The non-system gcc ends up in /usr/local/bin Edit your PATH

Re: how to upgrade gcc 4.2.1 to gcc-4.7.1

2013-01-17 Thread Ville Valkonen
On 17 January 2013 16:29, WANG Siyuan wangsiyuanb...@gmail.com wrote: Hi, I install gcc 4.7 on openbsd using pkg_add. after installation, I use 'gcc -v' to check, I found it is also gcc 4.2 ! how to upgrade gcc 4.2 to gcc 4.7 on openbsd? thank you! -- Yours sincerely, WANG Siyuan Hi,

Re: how to upgrade gcc 4.2.1 to gcc-4.7.1

2013-01-17 Thread Brad Smith
On Thu, Jan 17, 2013 at 03:57:48PM +0100, Janne Johansson wrote: 2013/1/17 WANG Siyuan wangsiyuanb...@gmail.com: Hi, I install gcc 4.7 on openbsd using pkg_add. after installation, I use 'gcc -v' to check, I found it is also gcc 4.2 ! how to upgrade gcc 4.2 to gcc 4.7 on openbsd? thank

Re: how to upgrade gcc 4.2.1 to gcc-4.7.1

2013-01-17 Thread Daniel Bolgheroni
On Thu, Jan 17, 2013 at 10:29:16PM +0800, WANG Siyuan wrote: Hi, I install gcc 4.7 on openbsd using pkg_add. after installation, I use 'gcc -v' to check, I found it is also gcc 4.2 ! Try egcc -v.

Re: how to upgrade gcc 4.2.1 to gcc-4.7.1

2013-01-17 Thread WANG Siyuan
Thank you! I just want to build a software on openbsd. On Thu, Jan 17, 2013 at 10:58 PM, Ville Valkonen weezeld...@gmail.com wrote: On 17 January 2013 16:29, WANG Siyuan wangsiyuanb...@gmail.com wrote: Hi, I install gcc 4.7 on openbsd using pkg_add. after installation, I use 'gcc -v' to

Assembler in openbsd is different from Linux ?

2013-01-17 Thread WANG Siyuan
Hi, I want to build a software on openbsd. But I get this error: src/util.c: Assembler messages: src/util.c:93: Error: `%es:(%di)' is not a valid 32 bit base/index expression This project is developed on Linux. How to install assembler used in Linux? Thank you! -- Yours sincerely, WANG Siyuan

Re: Assembler in openbsd is different from Linux ?

2013-01-17 Thread WANG Siyuan
Hi, unixeric Thank you for replay. I check the error. It is GCC inline assembly. I set CC as egcc in Makefile, Why this happen? This project could build on Linux. Thank you! On Thu, Jan 17, 2013 at 11:52 PM, unix unixe...@club-internet.fr wrote: Le 17/01/2013 16:27, WANG Siyuan a écrit : Hi,

Re: OpenBGPd multiple local AS

2013-01-17 Thread Stuart Henderson
On 2013-01-17, Войнович Андрей Александрович andr...@skbkontur.ru wrote: Hello! I have public AS and address range, everything is Ok, but now I want to connect my routers via LAN and announce my public networks between them. So I need to configure private AS and peers, as I think: A typical

pf: ICMP Ping with no state flag set not working

2013-01-17 Thread Jummo
Hi, I have just upgraded a OpenBSD 4.7 firewall to 5.2. The system routes between $net1 and $net2 with pf enabled. After the upgrade ping request from $net1 to $net2 get stuck (and vice versa). Only the first icmp echo-req from $net1 to $net2 get answered by a icmp echo-reply, all subsequent

Re: Running OpenBSD on Raspberry Pi

2013-01-17 Thread Mihai Popescu
On Sat, Jan 12, 2013 at 4:59 AM, Patrick Wildt wrote: Hello, I'm currently working on porting OpenBSD to the Freescale i.MX6, an ARM Cortex-A9 (1-4 cores). It is already supporting USB and SDMMC, works like a charm. The i.MX6 itself got some interesting features like PCIe, SATA and Gigabit

Re: I need a little more Enlightenment

2013-01-17 Thread Rod Whitworth
On Thu, 17 Jan 2013 14:13:09 +0100, Stefan Sperling wrote: On Wed, Jan 16, 2013 at 10:50:36AM +1100, Rod Whitworth wrote: On Tue, 15 Jan 2013 11:33:54 +0100, Stefan Sperling wrote: The dmesg you quoted is from 5.2. Please show the -current dmesg from the USB stick install which actually has

Re: snapshots total freeze (linux emulation)

2013-01-17 Thread frantisek holop
hmm, on Tue, Jan 15, 2013 at 02:42:55PM -0800, Philip Guenther said that On Fri, Dec 28, 2012 at 1:07 PM, Philip Guenther guent...@gmail.com wrote: On Fri, Dec 28, 2012 at 8:57 AM, frantisek holop min...@obiit.org wrote: ... savecore came on and i have in the logs: Dec 28 00:25:25 amaaq