Results 1 to 5 of 5

Thread: default route on a br0 interface? how?

  1. #1
    Join Date
    Nov 2004
    Location
    Belgrade SCG
    Posts
    33

    default route on a br0 interface? how?

    i tryed to set nvram variables but, it won`t work because it set`s up ip of default gw but for wan interface.

    routing table

    0.0.0.0 10.15.1.10 0.0.0.0 UG 0 0 0 eth1
    0.0.0.0 10.15.1.10 0.0.0.0 UG 1 0 0 br0

    now i setted up an manual default route and deleted an wan interface default route.

    now it shows this

    0.0.0.0 0.0.0.0 0.0.0.0 UG 0 0 0 eth1
    0.0.0.0 10.15.1.10 0.0.0.0 UG 1 0 0 br0



    of course it wont work...

    howto set this up?
    My network gear: 6 (six)ASUS WL-500G....3(three) LINKSYS WRT-54G...2 (two) LINKSYS WET-11....2 (two) PHEENET WAP011...PHEENET 108G...4(four) PCI Prism 2.5....3(three)PCI RTL8180....2(two)PCI ACX100(Ti chipset)....PCMCIA PRISM 2.5 200mW....PCMCIA PRISM 2.5 100 mW...few 8 port switches 10/100...new stuff D-Link DWL2000AP+,PHEENET WAP011RT,

  2. #2
    do you mean that you want 2 default gateways?
    How will it work then?

  3. #3
    Join Date
    Nov 2004
    Location
    Belgrade SCG
    Posts
    33
    no, i want to use asus as router,but NOT to use default gw over WAN port (eth1)

    just to use default gw over br0
    My network gear: 6 (six)ASUS WL-500G....3(three) LINKSYS WRT-54G...2 (two) LINKSYS WET-11....2 (two) PHEENET WAP011...PHEENET 108G...4(four) PCI Prism 2.5....3(three)PCI RTL8180....2(two)PCI ACX100(Ti chipset)....PCMCIA PRISM 2.5 200mW....PCMCIA PRISM 2.5 100 mW...few 8 port switches 10/100...new stuff D-Link DWL2000AP+,PHEENET WAP011RT,

  4. #4
    Join Date
    Sep 2004
    Location
    Austria
    Posts
    125
    I'm not quite sure if I understand what you are trying to achieve, but I'll try to do so .
    You would like to have your default route point to a host that is connected to your br0 interface, but the firmware automatically sets up a default route via the eth1 interface - Right?
    Just delete the current default route with
    Code:
    route del default
    and add your new route with
    Code:
    route add default gw x.x.x.x
    (x.x.x.x = the host your default route should point to).
    I don't know if (or how) this can be done with nvram variables, but you could insert the above commands into your post-boot script.

  5. #5
    Join Date
    Nov 2004
    Location
    Belgrade SCG
    Posts
    33
    well, how did i temporary solved this:

    1. my asus have some problem and it automaticly restart itself in random order (without any rules when should it happen)
    2. ofcourse i can manualy remove first def route over wan interface. but when router restarts itself, i must do it again... boring....
    3. i tryed nvram option to set up manualy an adress but problem is in interface of def route, i think that it is locked on wan, not on any other interface
    4. i used one of linuxes in network together with cron daemon, i made small telnet script which log in into asus every 30 minutes and checks for bad def route (i put good def route in manual route configuration), and if asus was restarted, script removes bad route,and stays only good one...

    My network gear: 6 (six)ASUS WL-500G....3(three) LINKSYS WRT-54G...2 (two) LINKSYS WET-11....2 (two) PHEENET WAP011...PHEENET 108G...4(four) PCI Prism 2.5....3(three)PCI RTL8180....2(two)PCI ACX100(Ti chipset)....PCMCIA PRISM 2.5 200mW....PCMCIA PRISM 2.5 100 mW...few 8 port switches 10/100...new stuff D-Link DWL2000AP+,PHEENET WAP011RT,

Similar Threads

  1. Clearing nvram = default settings?
    By wfleck in forum WL-500g Q&A
    Replies: 10
    Last Post: 28-06-2011, 16:06
  2. route in wl-500g
    By fulldamage in forum WL-500g Q&A
    Replies: 2
    Last Post: 24-02-2005, 09:41
  3. Change default firewall ruleset ?
    By majx in forum WL-500g Q&A
    Replies: 2
    Last Post: 08-02-2005, 15:59
  4. Route ports
    By Holli in forum WL-500g Q&A
    Replies: 4
    Last Post: 16-08-2004, 12:01
  5. No route from wan to lan after Quicksetup
    By Wino in forum WL-500g Q&A
    Replies: 12
    Last Post: 15-07-2004, 21:46

Posting Permissions

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