- Posts: 9
- Thank you received: 0
Need help for my packet tracer ~
13 years 10 months ago #36388
by JYghost
Replied by JYghost on topic Re: Need help for my packet tracer ~
thx alot ! (: bt i tried to change the switch to client mode bt it still turn dark green ? why ??
13 years 10 months ago #36389
by JYghost
Replied by JYghost on topic Re: Need help for my packet tracer ~
erm SRY WRONG POST !~
13 years 10 months ago #36391
by Nevins
Below is an example:
!--- The access-list 101 denies icmp from any to any network
!--- but permits IP traffic from any to any network.
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#access-list 101 deny icmp any any
router(config)#access-list 101 permit ip any any
router(config)#^Z
router#show access-list
Extended IP access list 101
deny icmp any any
permit ip any any
router#
This has been taken from this page: www.cisco.com/en/US/products/sw/secursw/...186a00800a5b9a.shtml
You should note that unlike other things being blocked by an access control list ping is part of ICMP not TCP or UDP and therefore has no port to block.
Useful Threads
================================
www.firewall.cx/forum/2-basic-concepts/3...e-resource-page.html
Replied by Nevins on topic Re: Need help for my packet tracer ~
and if i wanted to set up ACL to block warehouse to ping payroll, how to i go about it ?
Below is an example:
!--- The access-list 101 denies icmp from any to any network
!--- but permits IP traffic from any to any network.
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#access-list 101 deny icmp any any
router(config)#access-list 101 permit ip any any
router(config)#^Z
router#show access-list
Extended IP access list 101
deny icmp any any
permit ip any any
router#
This has been taken from this page: www.cisco.com/en/US/products/sw/secursw/...186a00800a5b9a.shtml
You should note that unlike other things being blocked by an access control list ping is part of ICMP not TCP or UDP and therefore has no port to block.
Useful Threads
================================
www.firewall.cx/forum/2-basic-concepts/3...e-resource-page.html
13 years 10 months ago #36393
by JYghost
Replied by JYghost on topic Re: Need help for my packet tracer ~
www.sendspace.com/file/x6vs55
y cant i ping from hosts in Orchard(10.1.1.x) to router
(JurongIndustrial) ?
and if i wanted to set up ACL to block warehouse to ping payroll, how to i go about it ?
anyway thank alot for helping me ! (:
quite confuse about it, cause when i ping the host to the router,it successful bt when i ping from the router to host, it fail ~ why is it like this ? is it i configure the router wrongly ?
thank nevins ! (:
y cant i ping from hosts in Orchard(10.1.1.x) to router
(JurongIndustrial) ?
and if i wanted to set up ACL to block warehouse to ping payroll, how to i go about it ?
anyway thank alot for helping me ! (:
quite confuse about it, cause when i ping the host to the router,it successful bt when i ping from the router to host, it fail ~ why is it like this ? is it i configure the router wrongly ?
thank nevins ! (:
13 years 10 months ago #36395
by Nevins
Useful Threads
================================
www.firewall.cx/forum/2-basic-concepts/3...e-resource-page.html
Replied by Nevins on topic Re: Need help for my packet tracer ~
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.3.65, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 11/12/13 ms
JurongIndustrial#
Which one are you trying to ping from? Above is the result I got when I tried loading the file.
Sending 5, 100-byte ICMP Echos to 10.1.3.65, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 11/12/13 ms
JurongIndustrial#
Which one are you trying to ping from? Above is the result I got when I tried loading the file.
Useful Threads
================================
www.firewall.cx/forum/2-basic-concepts/3...e-resource-page.html
13 years 10 months ago #36396
by JYghost
Replied by JYghost on topic Re: Need help for my packet tracer ~
ok the second time i tried to ping the router to PC, it success.
but now there's some problems for this:
HQAdmin ping to JurongIndustrial - Fail
JurongWarehouse to ChangiSouth - Success
JurongLogistic to ChangiSouth - Fail
dun really understand ...
but now there's some problems for this:
HQAdmin ping to JurongIndustrial - Fail
JurongWarehouse to ChangiSouth - Success
JurongLogistic to ChangiSouth - Fail
dun really understand ...
Time to create page: 0.145 seconds