On 03/12/06, Mark van Berkel <[EMAIL PROTECTED]> wrote: > > INTIF=ap0 > INTIP=192.168.2.1 > INTNM=255.255.255.0 > > INT2IF=eth1 > INT2IP=192.168.2.2 > INT2NM=255.255.255.0
Can't solve your specific problem, but slightly more generally - you have defined 2 different interfaces on the same network (192.168.2.0/24) - this will lead to brokenness. I suggest you separate these out as a first step - eg move the eth1 network to 192.168.3.0 or something with a similar effect. Peter -- Peter Bowyer Email: [EMAIL PROTECTED] _______________________________________________ Astlinux-users mailing list [email protected] http://lists.kriscompanies.com/mailman/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
