Hi,

I am trying to set up multi-homed a firewall with OpenBSD 4.1 stable.
Basically, we have 3 network interfaces: sk0, sk1 and vr0.

SK0 is used for the internal LAN and is configured via hostname.sk0
as follows:

inet 150.161.3.1 255.255.255.0 NONE description "Rede Interna"
inet alias 150.161.3.100 255.255.255.255 150.161.3.100
inet alias 150.161.9.1 255.255.255.0 NONE

SK0 is used for the external interface and is configured this way:

inet 150.161.200.3 255.255.255.0 NONE description "Backbone UFPE"

And vr0 is used for the wireless network and is configured like:

inet 172.16.255.1 255.255.255.0 NONE description "Rede Wireless"

I have set up IP forwarding

net.inet.ip.forwarding=1        # 1=Permit forwarding (routing) of
IPv4 packets

I start routed from rc.conf.local via:

routed_flags="-s"

My default gateway is 150.161.200.22

For some reason, the conectivity keeps going up and down. I noticed the
following messages:

May 25 18:00:15 gw-int routed[8019]: Send bcast sendto(vr0,
172.16.255.255.520): No route to host
May 25 18:00:15 gw-int routed[8019]: Send bcast sendto(sk1,
150.161.200.255.520): No route to host
May 25 18:00:15 gw-int routed[8019]: Send bcast sendto(sk0,
150.161.3.255.520):No route to host

I told PF to log all blocked packets and I did not see anything related to
routed.

I would be grateful to anyone who helped me to discover what I am doing
wrong.

Regards,

H



----------------------------------------------------------------
This message was sent from 30Gigs.com. If you believe that this
message is unsolicited [SPAM] in nature, please send the complete
SMTP headers to [EMAIL PROTECTED] and we will take immediate
action to rectify the problem.

Reply via email to