On 12/9/06, michel bidard <[EMAIL PROTECTED]> wrote:
Ok ... here is the "ifconfig -A" ...

# ifconfig -A
[snip]
vlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:48:54:80:d0:ec
        vlan: 2 priority: 0 parent interface: rl0
        groups: vlan
        inet6 fe80::248:54ff:fe80:d0ec%vlan0 prefixlen 64 scopeid 0x8
        inet 10.0.0.1 netmask 0xff000000 broadcast 255.255.255.0
vlan1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:48:54:80:d0:ec
        vlan: 3 priority: 0 parent interface: rl0
        groups: vlan
        inet6 fe80::248:54ff:fe80:d0ec%vlan1 prefixlen 64 scopeid 0x9
        inet 10.0.1.1 netmask 0xff000000 broadcast 255.255.255.0
[...]

Fix your subnet mask. 0xff000000 puts all of your vlan interfaces on
the same subnet. And it looks like your broadcast was set to what you
wanted your netmask to be.

DS

Reply via email to