Results 1 to 9 of 9

Thread: Cisco gateway config

  1. #1
    Join Date
    Jul 2004
    Posts
    2,250
    Country
    Sierra Leone

    Default Cisco gateway config

    If my gateway is configure as below with 172.15.3.9 being my firewall if i want to go to 48.18.21.0 network will packet still be forwarded to the firewall? or since there is a static route it will ignore the second line?

    ip classless
    ip route 0.0.0.0 0.0.0.0 172.15.3.9
    ip route 48.18.21.0 255.255.255.0 172.15.5.251
    ip route 172.1.5.0 255.255.248.0 172.15.5.225
    The price of anything is the amount of life you exchange for it.
    Henry David Thoreau

  2. #2
    Join Date
    Jun 2005
    Posts
    692

    Default

    Well since your second line is the default route, pretty much all traffic will go to your firewall. If there are more 2 networks attached to the router then forget about using the default route.
    There's no place like 127.0.0.1

  3. #3
    Join Date
    Jun 2003
    Posts
    3,621

    Talking

    Can a Cisco certified individual render some further assistance to this degreed and experienced gentleman please?

  4. #4
    Join Date
    Jul 2004
    Posts
    2,250
    Country
    Sierra Leone

    Default

    Quote Originally Posted by BlackCryptoKnight View Post
    Can a Cisco certified individual render some further assistance to this degreed and experienced gentleman please?

    Come on BlackCyp. what this have to do with certification? Im not against studying cisco material im against organize test taking as a means to tek people money. I have cisco press books but i dont see my question that i just ask in there
    The price of anything is the amount of life you exchange for it.
    Henry David Thoreau

  5. #5
    Join Date
    Feb 2007
    Posts
    1,109

    Default

    Quote Originally Posted by BlackCryptoKnight View Post
    Can a Cisco certified individual render some further assistance to this degreed and experienced gentleman please?
    hahaha very funny....funny indeed to see the member who is askin for help here

    I am sure a cisco certified member will render some help soon.
    H E L T A - S K E L T A...........Simple but Effective
    Certified Wifi Penetration Specialist
    CompTIA A+ Certified

  6. #6
    Join Date
    Jul 2004
    Posts
    2,250
    Country
    Sierra Leone

    Default

    Quote Originally Posted by Kev4eva View Post
    hahaha very funny....funny indeed to see the member who is askin for help here

    I am sure a cisco certified member will render some help soon.


    You all not making any sense i'm asking for expertise and knowledge regarding a specific issue. I not asking for qualifications. CCNA,CCNP is qualifications not expertise so get that straight. uno no mek mi start pon uno again I would love for someone to answer my question certified or not!
    The price of anything is the amount of life you exchange for it.
    Henry David Thoreau

  7. #7
    Join Date
    Jun 2003
    Posts
    3,996
    Country
    Jamaica

    Default

    The Default Route (i.e. 0.0.0.0 0.0.0.0) is actually the last route taken. If you run the show ip route command you'll see a more descriptive name

    Gateway of last resort is 172.15.3.9 to network 0.0.0.0

    So Default route is more of a Last Resort route. The device will search through the entire routing table and if it doesn't see a static or dynamic route to the network it is trying to get to, then the Route of Last Resort is taken.

    But to try and explain what Twisted was saying, there may be no need for you to configure the default route. If no default route is defined, packets destined for a network not defined statically or dynamically in the routing table will be dropped. To use your IPs as an example, anything other than packets with a destination within 48.18.21.0 /24 or 172.1.5.0 /21 will be dropped. So take a look at your network, decide if you really need a default route then use it. It's not a hard and fast rule to configure it.

    Some security persons say you should know all your network segments and don't need a default route. You can use your default route as a black hole for virus, trojans, sniffers and other stuff.

    If your going to have packets on your network destined for the Internet then u will need a default route unless your using a proxy server. Because it's impossible for you to know every segment on the Internet, default route to your Firewall then to the Internet is the norm. If you have a proxy server, browsers will be configured to go to Internet through your Proxy then Firewall, then Internet. So that's why u don't need the default route in that case.

    PS
    Hope I didn't over explain
    Last edited by zRo ToLeRaNcE; February 27, 2008 at 12:59 PM.
    The trouble with learning from experience
    is that the test comes first and
    the lesson afterwards

  8. #8
    Join Date
    Jun 2005
    Posts
    692

    Default

    Thanks for the correction, I remembered that the wild card meant the default route but forgot thats it's only used when a destination can't be found in the routing table.
    There's no place like 127.0.0.1

  9. #9
    Join Date
    Jul 2004
    Posts
    2,250
    Country
    Sierra Leone

    Default

    Quote Originally Posted by zRo ToLeRaNcE View Post
    The Default Route (i.e. 0.0.0.0 0.0.0.0) is actually the last route taken. If you run the show ip route command you'll see a more descriptive name

    Gateway of last resort is 172.15.3.9 to network 0.0.0.0

    If your going to have packets on your network destined for the Internet then u will need a default route unless your using a proxy server. Because it's impossible for you to know every segment on the Internet, default route to your Firewall then to the Internet is the norm. If you have a proxy server, browsers will be configured to go to Internet through your Proxy server, then Firewall, then Internet. So that's why u don't need the default route in that case.

    PS
    Hope I didn't over explain
    THanks for you help ZERO we do have traffic going to the internet so thats why the defualt route is there.again thanks for the clarification
    Last edited by zRo ToLeRaNcE; February 27, 2008 at 12:58 PM.
    The price of anything is the amount of life you exchange for it.
    Henry David Thoreau

Posting Permissions

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