On Mon, Mar 21, 2016 at 8:04 AM, Florian Obser <[email protected]> wrote: > > > Automatic boot in progress: starting file system checks. > > /dev/sd0a (be4971db3e5f3b2f.a): file system is clean; not checking > > setting tty flags > > pf enabled > > net.inet.ip.forwarding: 0 -> 1 > > net.inet.ip.ifq.maxlen: 256 -> 1024 > > starting network > > add host 192.168.1.26: gateway 10.10.10.13 > ^^^^^^^^^^^^^^^^^^^^^ > Is it this that's breaking things? > > You were mentioning that you have a non-trunk setup, are you playing > routing tricks there, too? But I don't understand why the interface is > shown as running. It might be time for some printf debugging... > > If I remove this static route, pflow0 interface does not send packets after startup. 192.168.1.26 is NetFlow collector.
The other machine has no static route to 192.168.1.26 but pflow0 works fine after startup. It neither has a default route. It has several other static routes on interfaces other than the one used to originate pflow from. This machine uses re0 instead of trunk0. Here is 'dmesg -s' output from the "working" machine: Automatic boot in progress: starting file system checks. /dev/wd0a (3cfe75a1f7fc1795.a): file system is clean; not checking /dev/wd0e (3cfe75a1f7fc1795.e): file system is clean; not checking /dev/wd0d (3cfe75a1f7fc1795.d): file system is clean; not checking /dev/wd0f (3cfe75a1f7fc1795.f): file system is clean; not checking /dev/wd0g (3cfe75a1f7fc1795.g): file system is clean; not checking /dev/wd0h (3cfe75a1f7fc1795.h): file system is clean; not checking /dev/wd0j (3cfe75a1f7fc1795.j): file system is clean; not checking /dev/wd0i (3cfe75a1f7fc1795.i): file system is clean; not checking /dev/wd0k (3cfe75a1f7fc1795.k): file system is clean; not checking setting tty flags pf enabled net.inet.ip.forwarding: 0 -> 1 net.inet.esp.enable: 1 -> 1 net.inet.ah.enable: 1 -> 1 net.inet.ip.ifq.maxlen: 256 -> 1024 starting network add net 10.150.0.0/16: gateway 127.0.0.1 add net 10.155.18.80/28: gateway 10.156.57.17 add host 10.200.201.2: gateway 10.156.57.17 add host 10.200.201.3: gateway 10.156.57.17 add host 10.200.201.4: gateway 10.156.57.17 add net 10.156.0.0/16: gateway 10.156.57.17 starting early daemons: syslogd pflogd ntpd isakmpd. starting RPC daemons:. savecore: no core dump checking quotas: done. clearing /tmp kern.securelevel: 0 -> 1 creating runtime link editor directory cache. preserving editor files. starting network daemons: sshd ospfd smtpd sndiod. starting local daemons: cron. Fri Mar 18 03:11:54 TJT 2016
