This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

static route problem

how can i perform the following with ASG? (this is the command i performed in win2k3 with isa server)

route add 172.16.0.0 mask 255.255.255.0 192.168.50.1 

the above line worked fine for my isa win2k3 server.

how do i perform that with asg?

i went to add a static route but i am confused between the "gateway route" or "interface route"...

the obvious reason behind this is i have a pppoe server which people authenticate to with the ip subnet of 172.16.0.0/24 and i want this to show up and obviously go through asg...


This thread was automatically locked due to age.
Parents
  • I know you aren't confused, but I may be! [;)]

    OK, so I understand that the ASG Internal interface is 192.168.50.1/24 and the PPPoE server has an External interface of 192.168.50.5.  In that case, didn't you have a mistake in your first post?  Shouldn't that line have been:

    route add 172.16.0.0 mask 255.255.255.0 192.168.50.5

    Cheers - Bob
  • I know you aren't confused, but I may be! [;)]

    OK, so I understand that the ASG Internal interface is 192.168.50.1/24 and the PPPoE server has an External interface of 192.168.50.5.  In that case, didn't you have a mistake in your first post?  Shouldn't that line have been:

    route add 172.16.0.0 mask 255.255.255.0 192.168.50.5

    Cheers - Bob


    that sounds right. sorry

    so how do we make this fit into asg then?
Reply
  • I know you aren't confused, but I may be! [;)]

    OK, so I understand that the ASG Internal interface is 192.168.50.1/24 and the PPPoE server has an External interface of 192.168.50.5.  In that case, didn't you have a mistake in your first post?  Shouldn't that line have been:

    route add 172.16.0.0 mask 255.255.255.0 192.168.50.5

    Cheers - Bob


    that sounds right. sorry

    so how do we make this fit into asg then?
Children
No Data