Index | Thread | Search

From:
Hrvoje Popovski <hrvoje@srce.hr>
Subject:
Re: problem with gateway with snapshot #1660: Mon Feb 5 12:31:47 MST 2024
To:
tech@openbsd.org
Date:
Tue, 6 Feb 2024 00:15:10 +0100

Download raw body.

Thread
On 5.2.2024. 23:56, Hrvoje Popovski wrote:
> Hi all,
> 
> with latest snapshot my firewall can't ping it's gateway and default
> route isn't working. I see default route with netstat -rnf inet but
> firewall
> 
> Destination        Gateway            Flags   Refs      Use   Mtu  Prio
> Iface
> default            10.198.155.233    GS         0      209     -     8 em0
> 


if I remove 10.198.155.233 as gateway than I can ping it.

bcbnfw1# ping 10.198.155.233
PING 10.198.155.233 (10.198.155.233): 56 data bytes
64 bytes from 10.198.155.233: icmp_seq=0 ttl=255 time=0.874 ms
64 bytes from 10.198.155.233: icmp_seq=1 ttl=255 time=0.220 ms


arp
10.198.155.233                      00:1f:26:3d:d4:00     em0 19m39s




> em0: flags=8b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST>
> mtu 1500
>         lladdr 0c:c4:7a:da:cd:5a
>         index 3 priority 0 llprio 3
>         groups: egress
>         media: Ethernet autoselect (1000baseT full-duplex)
>         status: active
>         inet 10.198.155.234 netmask 0xfffffff8 broadcast 10.198.155.239
> 
> 
> bcbnfw1# ping 10.198.155.233
> PING 10.198.155.233 (10.198.155.233): 56 data bytes
> ping: sendmsg: Host is down
> ping: wrote 10.198.155.233 64 chars, ret=-1
> ping: sendmsg: Host is down
> ping: wrote 10.198.155.233 64 chars, ret=-1
> 
> bcbnfw1# arp -an | grep 193.198.155.233
> 10.198.155.233                      (incomplete)          em0 9s
> 
> 
> 
> With #1636: Sun Jan 28 23:10:14 MST 2024 everything seems to work just
> fine..
> 
> 
>