Zebra configuration problem
shogunx
shogunx at sleekfreak.ath.cx
Wed Apr 21 05:37:11 EDT 2004
Make sure that your /proc/sys/net/ipv4/ip_forward has a value of 1.
echo "1" > /proc/sys/net/ipv4/ip_forward
also, you can route packets between the two networks by manually adding a
route on the clients on either side.
ethernet network:
route add -net 10.1.10.0 netmask 255.255.255.0 gateway 10.0.1.37
wireless network:
route add -net 10.0.1.0 netmask 255.255.255.0 gateway 10.1.10.1
with this you should be able to ping wireless hosts from wired hosts, and
likewise.
Scott
On Wed, 21 Apr 2004, Yann Garcia wrote:
> Hi,
> My objectives are to install and make running a Nocat gateway/AuthServ
> on the same Linux box.
> To make it, I have installed the official RedHat kernel with HostAp
> (2.4.20-13.9.HOSTAP). I use the installation procedure described by the
> Linux Wireless Access Point HOWTO"
> (http://oob.freeshell.org/nzwireless/LWAP-HOWTO.html). The DHCP and the
> firewall seam to work fine. The problem comes from TCP/IP routing. I use
> Zebra to make the TCP/IP routing packets. My problem is that the zebra
> daemon seams to have problems because the logs file contains a lot of
> error message ZEBRA: netlink-listen filter function error. Im looking
> for information about the possible cause of these errors, but I didnt
> find informations that help me. I cant ping LAN network from WLAN
> station and I cant ping WLAN station from Network computer. I use
> tethereal to see what happen: I see on the wlan0 interface the ping
> packets coming from WLAN station but these packets arent routed to eth0
> interface (I see nothing on this interface!). I have two network
> interfaces:
> eth0 is the LAN interface
> o InetAddr: 10.0.1.37/16
> o Network: 10.0.0.0
> o Broadcast: 10.0.255.255
> wlan0 is the WLAN interface
> o InetAddr: 10.1.10.1/24
> o Network: 10.1.10.0
> o Broadcast: 10.1.10.255
> Please, I need some help because I dont understand what happen. I check
> my configuration files (zebra.conf & ospf.conf) and I dont found
> errors!
> Thanks a lot for your help!
>
> Best regards,
>
> Yann Garcia
> Software Engineer
>
> SmartCom
> 400, Av Roumanille - BP 309
> 06906 Sophia Antipolis Cedex
> France
>
> Tel: +33 493 008 746
> Fax: +33 493 001 101
> Mail: yann.garcia at smartcom.com
> Site: www.smartcom.com
>
>
> _______________________________________________
> HostAP mailing list
> HostAP at shmoo.com
> http://lists.shmoo.com/mailman/listinfo/hostap
>
sleekfreak pirate broadcast
http://sleekfreak.ath.cx:81/
More information about the HostAP
mailing list