Results 1 to 4 of 4

Thread: Problems with DHCP + PPPoE.

  1. #1

    Question Problems with DHCP + PPPoE.

    Hi!
    Im installing WL700gE_kc_1078_02.nas on my Asus Wl-700gE everything cool!
    But... my ISP have a local network 172.20.0.0/16 there many comps and local torrents retracers, access in internet over PPPoE.
    D-link named this technology DualAccess.

    How can I get access in the local network ISP and at same time access to the internet through PPPoE?

    I`m try doing next
    in the WEB GUI im attune PPPoE session.
    in SSH:
    1) route add -net 172.20.0.0 netmask 255.255.0.0 eth0
    2) udhcpc -i eth0 -p /var/run/udhcpc.pid

    But nothing happen. What im doing wrong?

  2. #2
    i do not fully understand your configuration, but i think you should bind your route to br0 instead of eth0. i think the bridged interface should do the trick

    cu harald

  3. #3
    In two words:
    <My LAN (192.168.1.0/32)>--->---LAN(1-4)-|Asus WL700gE|-WAN--->---<LAN ISP (DHCP)172.20.0.0/16 >---| PPPoE SRV|--->---INTERNET
    and i want access at the same time in LAN ISP and INTERNET PPPoE

    Somebody used udhcp? Where i can find script to start for it?
    Last edited by unimozg; 10-09-2008 at 07:39.

  4. #4

    Thumbs up

    Well i solve my problem those way:
    connect on router across SSH:
    1) vi /opt/etc/rc.local
    I added:
    ###############
    # Everything from here on runs whenever the configuration changes
    ###############
    а) /usr/sbin/udhcpc -i eth0 -s /shares/MYVOLUME1/script.txt -b -p /var/run/udhcpc.pid
    б) iptables -I POSTROUTING -t nat -o eth0 -d 172.20.0.0/16 -j MASQUERADE

    2) copy script for udhcpc across WinSCP to folder /shares/MYVOLUME1/ (see attachment)

    That`s all. Im connected to the local retracker and my speed downloading grow up!
    Attached Files Attached Files

Similar Threads

  1. Настройки для Интерсвязь, Челябинск
    By Alex74 in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 27
    Last Post: 14-02-2010, 15:26

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •