Tuesday, October 25, 2011

things need to change to enable multiple hop routing

#!/bin/ash

# needed for static multihop routing
echo 1 > /proc/sys/net/ipv4/ip_forward
echo 0 > /proc/sys/net/ipv4/conf/all/send_redirects
echo 0 > /proc/sys/net/ipv4/conf/all/accept_redirects
echo 0 > /proc/sys/net/ipv4/conf/ath0/send_redirects
echo 0 > /proc/sys/net/ipv4/conf/ath0/accept_redirects
echo 0 > /proc/sys/net/ipv4/conf/ath1/send_redirects
echo 0 > /proc/sys/net/ipv4/conf/ath1/accept_redirects
echo 0 > /proc/sys/net/ipv4/conf/ath2/send_redirects
echo 0 > /proc/sys/net/ipv4/conf/ath2/accept_redirects

5 comments:

  1. Dear Mr Peizhao

    I am working with Openwrt to combine quagga routing to linux. But I meet some trouble. I realize that you have some experiences in Openwrt and Router. If you can, please help me. I will describe more detail as soon as receive your ACK.

    Please email me to phamhoangviet179@gmail.com soon. I am waiting for you

    Best Regard

    ReplyDelete
  2. sure,let me know how I can help...

    ReplyDelete
  3. Dear Mr Peizhao,

    Tomorrow, I will make a detail describe to send to you.

    Thank for replying me soon.

    Best Regard

    ReplyDelete
  4. Dear Mr Peizhao

    I send you my trouble. Please read and help me if you can or give me some advises.

    Here is the link

    http://www.mediafire.com/?1tnmon6ie2l5nni

    Thank you

    Best Regard

    ReplyDelete
  5. Sorry, can you help me or give me any idea?

    ReplyDelete

RISC-v emulator

Changes are based on https://risc-v-getting-started-guide.readthedocs.io/en/latest/linux-qemu.html For Ubuntu/Debian, in addition to sud...