On Thu, 5 May 2011 15:43:21 -0400 Ryan Ivey <[email protected]> wrote:
> ath0: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST> > inet 192.168.0.200 netmask 0xffffff00 broadcast 192.168.0.255 > sis0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet 192.168.0.199 netmask 0xffffff00 broadcast 192.168.0.255 networking 101. the ip of both interfaces is in the same network... you have to put the interfaces on different subnets, or split the 192.168.0.0/24 by using apropriate netmasks. (wikipedia -> subnetwork)

