Package: iptraf
Version: 3.0.0-3
When I run iptraf on my system, it will not show any information on
packets coming into vlan interfaces in any menu (detailed, general,
lan station monitor, etc.), neither when looking at that particular
interface or looking at "all". Iptraf does show packets on eth0 (the
Internet-facing interface). I have 9 vlans setup using eth1. I have
a Debian Etch system running the AMD64 kernel. Here is a snippet of /
etc/network/interfaces:
----------------
auto vlan3017
iface vlan3017 inet static
address 172.17.23.1
netmask 255.255.255.0
broadcast 172.17.23.255
vlan_raw_device eth1
auto vlan3018
iface vlan3018 inet static
address 172.17.24.1
netmask 255.255.255.0
broadcast 172.17.24.255
vlan_raw_device eth1
auto vlan3019
iface vlan3019 inet static
address 172.17.25.1
netmask 255.255.255.0
broadcast 172.17.25.255
vlan_raw_device eth1
auto vlan3020
iface vlan3020 inet static
address 172.17.26.1
netmask 255.255.255.0
broadcast 172.17.26.255
vlan_raw_device eth1
auto vlan3021
iface vlan3021 inet static
address 172.17.27.1
netmask 255.255.255.0
broadcast 172.17.27.255
vlan_raw_device eth1
auto vlan3022
iface vlan3022 inet static
address 172.17.28.1
netmask 255.255.255.0
broadcast 172.17.28.255
vlan_raw_device eth1
auto vlan3023
iface vlan3023 inet static
address 172.17.29.1
netmask 255.255.255.0
broadcast 172.17.29.255
vlan_raw_device eth1
auto vlan3024
iface vlan3024 inet static
address 172.17.30.1
netmask 255.255.255.0
broadcast 172.17.30.255
vlan_raw_device eth1
auto vlan3025
iface vlan3025 inet static
address 172.17.31.1
netmask 255.255.255.0
broadcast 172.17.31.255
vlan_raw_device eth1
--------------
Any insight would be appreciated! I can provide any additional info
required.
Nicholas P. Mueller