Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Default Gateways...

Reply
Thread Tools

Default Gateways...

 
 
J. Lanza
Guest
Posts: n/a
 
      11-26-2005
Hello all,

During a static routing practice lab, a student defined his workstation's
Default Gateway to the router's Serial Interface and
not to the usual Ethernet Interface.

His workstation was physically connected to the R3 LAN and was logically
part of network 129.16.0.0

R1---------R2---------R3
|
LAN

The link between R3 and R2 was configured using network 1.0.0.0

Instead of defining his workstation's Default Gateway to 129.16.0.1 (R3's
FA0/0), he used 1.255.255.254 (R3's S0/0) and
everything worked correctly. Is this because of his station's ARP
request? The request surely reached FA0/0 because
directly connected and seems to have been switched by the router to the
Serial Port but I would have imagined that the
Gateway had to be defined as a member of the same logical network.

Many thanks

 
Reply With Quote
 
 
 
 
Arnold Nipper
Guest
Posts: n/a
 
      11-26-2005
On 26.11.2005 11:57 J. Lanza wrote

> Hello all,
>
> During a static routing practice lab, a student defined his workstation's
> Default Gateway to the router's Serial Interface and
> not to the usual Ethernet Interface.
>
> His workstation was physically connected to the R3 LAN and was logically
> part of network 129.16.0.0
>
> R1---------R2---------R3
> |
> LAN
>
> The link between R3 and R2 was configured using network 1.0.0.0
>
> Instead of defining his workstation's Default Gateway to 129.16.0.1 (R3's
> FA0/0), he used 1.255.255.254 (R3's S0/0) and
> everything worked correctly. Is this because of his station's ARP
> request? The request surely reached FA0/0 because
> directly connected and seems to have been switched by the router to the
> Serial Port but I would have imagined that the
> Gateway had to be defined as a member of the same logical network.
>


Usually this will not work. I guess that R3 had Proxy ARP configured.




Arnold
--
Arnold Nipper, AN45
 
Reply With Quote
 
 
 
 
CiscoHeadsetAdapter.com
Guest
Posts: n/a
 
      11-27-2005
Your R3 router has "Proxy ARP" enabled. What it does - your router answers
on behalf of another interface or host on another segment. It responds to
the ARP requestor with it's own MAC address, so, your workstation, when it
tries to communicate to 1.255.255.254 address sends actual frame to the R3
router. In most cases this feature is disabled because of security
considerations.

Good luck,

Mike
www.ciscoheadsetadapter.com

"J. Lanza" <> wrote in message
news:jcXhf.29142$.. .
> Hello all,
>
> During a static routing practice lab, a student defined his workstation's
> Default Gateway to the router's Serial Interface and
> not to the usual Ethernet Interface.
>
> His workstation was physically connected to the R3 LAN and was logically
> part of network 129.16.0.0
>
> R1---------R2---------R3
> |
> LAN
>
> The link between R3 and R2 was configured using network 1.0.0.0
>
> Instead of defining his workstation's Default Gateway to 129.16.0.1 (R3's
> FA0/0), he used 1.255.255.254 (R3's S0/0) and
> everything worked correctly. Is this because of his station's ARP
> request? The request surely reached FA0/0 because
> directly connected and seems to have been switched by the router to the
> Serial Port but I would have imagined that the
> Gateway had to be defined as a member of the same logical network.
>
> Many thanks
>



 
Reply With Quote
 
Hansang Bae
Guest
Posts: n/a
 
      11-27-2005
CiscoHeadsetAdapter.com wrote:

> [snip: proxy-arp] In most cases this feature is
> disabled because of security considerations.


But every Cisco router has it on by default.

--

hsb


"Somehow I imagined this experience would be more rewarding" Calvin
**************************ROT13 MY ADDRESS*************************
Due to the volume of email that I receive, I may not not be able to
reply to emails sent to my account. Please post a followup instead.
************************************************** ******************
 
Reply With Quote
 
J. Lanza
Guest
Posts: n/a
 
      11-27-2005
In article <wBaif.35416$>, says...
>
>
>CiscoHeadsetAdapter.com wrote:
>
>> [snip: proxy-arp] In most cases this feature is
>> disabled because of security considerations.

>
>But every Cisco router has it on by default.
>
>--
>
>hsb
>
>
>"Somehow I imagined this experience would be more rewarding" Calvin
>**************************ROT13 MY ADDRESS*************************
>Due to the volume of email that I receive, I may not not be able to
>reply to emails sent to my account. Please post a followup instead.
>************************************************* *******************



Many thanks to all who have answered. Regarding Proxy-Arp, if I
disable this "On by default" feature on all Cisco routers
shown below, what is the immediate consequence?

R_1------------R_2------------R_3
| | |
LAN1 LAN2 LAN3


When a Host on LAN1 sends a packet to a Host on LAN3 with
"no ip proxy-arp" issued on all routers, the Host LAN1 ARP request
will, as always, not be broadcast by R_1 and in this case, R_1
will also not proxy the request for the Host.

Realizing that the Host would usually receive R_1's MAC Address,
what MAC Address will the Host now receive in order to communicate
with Lan3?

Many thanks for your precious help!!

 
Reply With Quote
 
DigitalVinyl
Guest
Posts: n/a
 
      11-27-2005
The consequence is simple... misconfigured PCs and devices will not be
able to leave the network. It really is a good thing and Cisco
should not have it on by default. This is a good feature for a
home/SoHo device but for enterprise work it merely hides and disguises
errors so they can show other spurious symptoms. For instance WinXP
PCs will complain about DUPLICATE IP addresses randomly when a
misconfigured PC joins you LAN and utilizes ProxyArp to get around.
Techs chased this "duplicate" but no one had any idea that proxy-arp
was causing it. I have started to campaign for it to be turned off
here, but it will have to be coordinated with desktop support because
when it goes off, misconfigured desktops will stop working.



"J. Lanza" <> wrote:

>In article <wBaif.35416$>, says...
>>
>>
>>CiscoHeadsetAdapter.com wrote:
>>
>>> [snip: proxy-arp] In most cases this feature is
>>> disabled because of security considerations.

>>
>>But every Cisco router has it on by default.
>>
>>--
>>
>>hsb
>>
>>
>>"Somehow I imagined this experience would be more rewarding" Calvin
>>**************************ROT13 MY ADDRESS*************************
>>Due to the volume of email that I receive, I may not not be able to
>>reply to emails sent to my account. Please post a followup instead.
>>************************************************ ********************

>
>
>Many thanks to all who have answered. Regarding Proxy-Arp, if I
>disable this "On by default" feature on all Cisco routers
>shown below, what is the immediate consequence?
>
>R_1------------R_2------------R_3
> | | |
>LAN1 LAN2 LAN3
>
>
>When a Host on LAN1 sends a packet to a Host on LAN3 with
>"no ip proxy-arp" issued on all routers, the Host LAN1 ARP request
>will, as always, not be broadcast by R_1 and in this case, R_1
>will also not proxy the request for the Host.
>
>Realizing that the Host would usually receive R_1's MAC Address,
>what MAC Address will the Host now receive in order to communicate
>with Lan3?
>
>Many thanks for your precious help!!


DiGiTAL_ViNYL (no email)
 
Reply With Quote
 
Hansang Bae
Guest
Posts: n/a
 
      11-28-2005
J. Lanza wrote:
> Many thanks to all who have answered. Regarding Proxy-Arp, if I
> disable this "On by default" feature on all Cisco routers
> shown below, what is the immediate consequence?
>
> R_1------------R_2------------R_3
> | | |
> LAN1 LAN2 LAN3
>
>
> When a Host on LAN1 sends a packet to a Host on LAN3 with
> "no ip proxy-arp" issued on all routers,



It's not required on all routers. R3's LAN3 interface is the only one
that will need it (to break it). Or R1's LAN1 interface.


> the Host LAN1 ARP request
> will, as always, not be broadcast by R_1 and in this case, R_1
> will also not proxy the request for the Host.
> Realizing that the Host would usually receive R_1's MAC Address,
> what MAC Address will the Host now receive in order to communicate
> with Lan3?


It won't receive any replies. As a result, it will not be able to talk
to anyone outside of it's subnet.


--

hsb


"Somehow I imagined this experience would be more rewarding" Calvin
**************************ROT13 MY ADDRESS*************************
Due to the volume of email that I receive, I may not not be able to
reply to emails sent to my account. Please post a followup instead.
************************************************** ******************
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why is Default.aspx not present in the Default Content page? Gaetan ASP .Net 3 02-14-2006 07:24 PM
default.mspx or default.do micky ASP .Net 1 12-17-2005 12:42 AM
Default Domain Policy vs Default Domain Controller Policy Tyler Cobb MCSE 6 10-19-2005 09:36 PM
Default Mozilla isn't default! Help! M. FERRANTE Firefox 1 07-27-2005 09:07 AM
automatic default route propagation into RIP: default metric Ben Low Cisco 2 12-28-2003 03:57 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57