choose specify route cisco packet tracer Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Come Celebrate our 10 Year Anniversary!Cisco NAT Config for DSLCisco: Route based on vlanXP, single interface, multiple routes out?How do I combine static and dynamic DHCP leases on a Cisco router?Cisco BGP clustering and route reflection configuration exampleHow can I configure multiple default gateways on a CISCO Router?when choose OSPF and when RIPMultiple interfaces: route packets to specific interfaceKeep router interfaces isolatedCannot ping wan gateway from cisco router
The test team as an enemy of development? And how can this be avoided?
Karn the great creator - 'card from outside the game' in sealed
Should a wizard buy fine inks every time he want to copy spells into his spellbook?
Putting class ranking in CV, but against dept guidelines
What does this say in Elvish?
Why can't I install Tomboy in Ubuntu Mate 19.04?
One-one communication
Why weren't discrete x86 CPUs ever used in game hardware?
Tannaka duality for semisimple groups
What to do with repeated rejections for phd position
What would you call this weird metallic apparatus that allows you to lift people?
How to compare two different files line by line in unix?
How does the math work when buying airline miles?
What order were files/directories output in dir?
What does 丫 mean? 丫是什么意思?
In musical terms, what properties are varied by the human voice to produce different words / syllables?
A term for a woman complaining about things/begging in a cute/childish way
How to report t statistic from R
Strange behavior of Object.defineProperty() in JavaScript
How to write capital alpha?
Does the Mueller report show a conspiracy between Russia and the Trump Campaign?
What initially awakened the Balrog?
What's the meaning of "fortified infraction restraint"?
What makes a man succeed?
choose specify route cisco packet tracer
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Cisco NAT Config for DSLCisco: Route based on vlanXP, single interface, multiple routes out?How do I combine static and dynamic DHCP leases on a Cisco router?Cisco BGP clustering and route reflection configuration exampleHow can I configure multiple default gateways on a CISCO Router?when choose OSPF and when RIPMultiple interfaces: route packets to specific interfaceKeep router interfaces isolatedCannot ping wan gateway from cisco router
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
maybe my question can be stupid but i have some dubs about this one.
I have this
network
in R1 I use last ip for configure all port, I add DHCP in 192.168.0.0/25 (except server that have .23 statically). I had router rip on R1 v2 (because in other router I already have RIP v2 protocol)
After that I wish, that all packet that are destinate on "internet" go to R1,R3,R2,R4.
So IO thought that I can be use a default gateway in this way.
1-) In R4
ip route 0.0.0.0 0.0.0.0 fa1/0
where fa1/0 is output port from R4 to internet
and after
router rip
default-information originate
But in this way dont work , because i just say to all router that output of 0.0.0.0 is R4 (i think)
2-) in R1
So,I go back and I tried to do same on R1, but in this case I use
ip route 0.0.0.0 0.0.0.0 10.0.0.1
because 10.0.0.1 is a net for R3.(Can i use Fa3/0 too)
I used this method because I seen other example that add statically this three command on each router for specify the path. In my case i need to repet this ip route command on each router (R3, after R2 and last on R4) but on my configuration I can change just R1 and R4.
Am I doing something wrong?
My point 1-) working just if I dont specify the path, right?
networking cisco dhcp nat packet
New contributor
add a comment |
maybe my question can be stupid but i have some dubs about this one.
I have this
network
in R1 I use last ip for configure all port, I add DHCP in 192.168.0.0/25 (except server that have .23 statically). I had router rip on R1 v2 (because in other router I already have RIP v2 protocol)
After that I wish, that all packet that are destinate on "internet" go to R1,R3,R2,R4.
So IO thought that I can be use a default gateway in this way.
1-) In R4
ip route 0.0.0.0 0.0.0.0 fa1/0
where fa1/0 is output port from R4 to internet
and after
router rip
default-information originate
But in this way dont work , because i just say to all router that output of 0.0.0.0 is R4 (i think)
2-) in R1
So,I go back and I tried to do same on R1, but in this case I use
ip route 0.0.0.0 0.0.0.0 10.0.0.1
because 10.0.0.1 is a net for R3.(Can i use Fa3/0 too)
I used this method because I seen other example that add statically this three command on each router for specify the path. In my case i need to repet this ip route command on each router (R3, after R2 and last on R4) but on my configuration I can change just R1 and R4.
Am I doing something wrong?
My point 1-) working just if I dont specify the path, right?
networking cisco dhcp nat packet
New contributor
add a comment |
maybe my question can be stupid but i have some dubs about this one.
I have this
network
in R1 I use last ip for configure all port, I add DHCP in 192.168.0.0/25 (except server that have .23 statically). I had router rip on R1 v2 (because in other router I already have RIP v2 protocol)
After that I wish, that all packet that are destinate on "internet" go to R1,R3,R2,R4.
So IO thought that I can be use a default gateway in this way.
1-) In R4
ip route 0.0.0.0 0.0.0.0 fa1/0
where fa1/0 is output port from R4 to internet
and after
router rip
default-information originate
But in this way dont work , because i just say to all router that output of 0.0.0.0 is R4 (i think)
2-) in R1
So,I go back and I tried to do same on R1, but in this case I use
ip route 0.0.0.0 0.0.0.0 10.0.0.1
because 10.0.0.1 is a net for R3.(Can i use Fa3/0 too)
I used this method because I seen other example that add statically this three command on each router for specify the path. In my case i need to repet this ip route command on each router (R3, after R2 and last on R4) but on my configuration I can change just R1 and R4.
Am I doing something wrong?
My point 1-) working just if I dont specify the path, right?
networking cisco dhcp nat packet
New contributor
maybe my question can be stupid but i have some dubs about this one.
I have this
network
in R1 I use last ip for configure all port, I add DHCP in 192.168.0.0/25 (except server that have .23 statically). I had router rip on R1 v2 (because in other router I already have RIP v2 protocol)
After that I wish, that all packet that are destinate on "internet" go to R1,R3,R2,R4.
So IO thought that I can be use a default gateway in this way.
1-) In R4
ip route 0.0.0.0 0.0.0.0 fa1/0
where fa1/0 is output port from R4 to internet
and after
router rip
default-information originate
But in this way dont work , because i just say to all router that output of 0.0.0.0 is R4 (i think)
2-) in R1
So,I go back and I tried to do same on R1, but in this case I use
ip route 0.0.0.0 0.0.0.0 10.0.0.1
because 10.0.0.1 is a net for R3.(Can i use Fa3/0 too)
I used this method because I seen other example that add statically this three command on each router for specify the path. In my case i need to repet this ip route command on each router (R3, after R2 and last on R4) but on my configuration I can change just R1 and R4.
Am I doing something wrong?
My point 1-) working just if I dont specify the path, right?
networking cisco dhcp nat packet
networking cisco dhcp nat packet
New contributor
New contributor
edited Apr 14 at 10:31
theantomc
New contributor
asked Apr 14 at 9:55
theantomctheantomc
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
theantomc is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f962973%2fchoose-specify-route-cisco-packet-tracer%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
theantomc is a new contributor. Be nice, and check out our Code of Conduct.
theantomc is a new contributor. Be nice, and check out our Code of Conduct.
theantomc is a new contributor. Be nice, and check out our Code of Conduct.
theantomc is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f962973%2fchoose-specify-route-cisco-packet-tracer%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown