Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*Do\s+you\s+know\s+the\s+TCP\s+stack\?\s+\(127\.x\.x\.x\s+routing\)\s*$/: 104 ]

Total 104 documents matching your query.

41. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: r <greearb@xxxxxxxxxxxxxxx>
Date: Wed, 9 Mar 2005 16:46:02 +0000 (UTC)
I think you're both in agreement, however violently you try not to be. The question, though, is: *How* do you configure the nodes within the chassis such that the internal IPs (whatever they are) _st
/archives/netdev/2005-03/msg00605.html (13,587 bytes)

42. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: xxxxx>
Date: Thu, 10 Mar 2005 01:51:21 +0200
you can do that but you omit the interface addresses - suppose ext net is 10.20.10.1/24, internal is 10.10.10.1/24, no matter what routing policies and rules you put, both interface ips will be visi
/archives/netdev/2005-03/msg00614.html (10,842 bytes)

43. RE: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: >
Date: 09 Mar 2005 19:11:30 -0500
Lets end this thread - we are clearly never gonna get to a consensus. Whoever asked the question on how to expose loopback got their answer and you say you are not pushing the patch - so we are all o
/archives/netdev/2005-03/msg00618.html (10,852 bytes)

44. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: xxxx>
Date: Wed, 9 Mar 2005 19:23:51 -0500
What do you mean by "visible"? If you're referring to arp, the arp sysctls are probably adequate, and there's arpfilter if not. Not if you take 10.10.10.1 out of the "local" routing table, and policy
/archives/netdev/2005-03/msg00619.html (10,318 bytes)

45. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author:
Date: Thu, 10 Mar 2005 01:47:57 +0000
Indeed, I have exactly the same problem with a device that must simultaneously connect to: - the local customer-site ethernet - the local customer-site 802.11 wireless and auto-configure both interfa
/archives/netdev/2005-03/msg00626.html (13,200 bytes)

46. RE: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: . Miller" <davem@xxxxxxxxxxxxx>
Date: Thu, 10 Mar 2005 08:48:34 +0200 (EET)
1st bug: Customer had the same 10.100.xx.xx/24 net that I had and my inter-system communication wouldn't work, because all my routes got screwed up. (i.e the SNMP sub-agents couldn't talk with the ma
/archives/netdev/2005-03/msg00642.html (12,155 bytes)

47. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: davem@xxxxxxxxxxxxx>
Date: Thu, 10 Mar 2005 08:57:30 +0200 (EET)
Uh, why? The 127 packets never leave the "box". So you are allowed to use 127/8 but your client cannot break this rule. Why? -- Catalin(ux aka Dino) BOIE catab at deuroconsult.ro http://kernel.umbrel
/archives/netdev/2005-03/msg00643.html (12,389 bytes)

48. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: xxxxxxxx>
Date: Thu, 10 Mar 2005 11:10:07 +0100 (CET)
On Wed, 9 Mar 2005, Jason Lunz wrote: interfaces. I don't know whether policy routing gives enough control to do this in a general fashion; Not easily. The problem is to determine which path packets
/archives/netdev/2005-03/msg00647.html (13,054 bytes)

49. RE: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: ill <steve@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 10 Mar 2005 06:35:43 -0800
they No. If the client uses 127/8 on a linux box, it is just a loopback and will never go out on the wire and the applications (i.e. telnet, ftp, ping, whatever) will just loopback.
/archives/netdev/2005-03/msg00654.html (10,334 bytes)

50. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: as Graf <tgraf@xxxxxxx>
Date: Thu, 10 Mar 2005 09:49:40 -0500
This assumes that the client did not apply the same hack you did. -- Dmitry
/archives/netdev/2005-03/msg00656.html (11,318 bytes)

51. RE: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: adi@xxxxxxxxxx>
Date: Thu, 10 Mar 2005 07:04:02 -0800
They wouldn't do it on the same machine or system. I control my internal system. It's an embedded system which means I have complete control. If they applied it somewhere else on the network, I woul
/archives/netdev/2005-03/msg00658.html (10,231 bytes)

52. RE: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: xx>
Date: Thu, 10 Mar 2005 17:25:00 +0200 (EET)
They wouldn't do it on the same machine or system. I control my internal system. It's an embedded system which means I have complete control. If they applied it somewhere else on the network, I woul
/archives/netdev/2005-03/msg00659.html (10,965 bytes)

53. Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: Zdenek Radouch <zdenek@xxxxxxx>
Date: Sat, 05 Mar 2005 21:20:25 -0500
How can I disable the stack processing for the 127 net? Can someone estimate the amount of work needed to do that, and/or point me to the relevant piece of code? That is, I'd like to treat the 127 ne
/archives/netdev/2005-03/msg02227.html (10,163 bytes)

54. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: Martin Mares <mj@xxxxxx>
Date: Sun, 6 Mar 2005 10:56:42 +0100
Hello! Is it really? I've just tried ip addr del 127.0.0.1/8 dev lo ip addr add 127.0.0.1/24 dev lo and `ping 127.1.2.3' is then happily sent along the default route. Have a nice fortnight -- Martin
/archives/netdev/2005-03/msg02231.html (9,347 bytes)

55. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: Zdenek Radouch <zdenek@xxxxxxx>
Date: Sun, 06 Mar 2005 12:01:50 -0500
Well, at least it looks that way to me: svfx:~# netstat -rn Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.13.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192
/archives/netdev/2005-03/msg02270.html (11,697 bytes)

56. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: alex@xxxxxxxxxxxx
Date: Sun, 6 Mar 2005 12:12:05 -0500 (EST)
That's like testing on a yugo. Make sure after upgrading to 2.4, you also get iproute2 toolchain. On 2.4.27, once you delete 127.x address from the interface, traffic will go as expected to another r
/archives/netdev/2005-03/msg02271.html (10,199 bytes)

57. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: Thomas Graf <tgraf@xxxxxxx>
Date: Sun, 6 Mar 2005 18:31:45 +0100
It's in the local table tgr:axs ~ ip route list dev lo table local broadcast 127.255.255.255 proto kernel scope link src 127.0.0.1 broadcast 127.0.0.0 proto kernel scope link src 127.0.0.1 local 127
/archives/netdev/2005-03/msg02272.html (10,076 bytes)

58. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: Zdenek Radouch <zdenek@xxxxxxx>
Date: Sun, 06 Mar 2005 14:48:31 -0500
OK, I think I am getting the picture. 1) looks like what I need may be possible, at least as far as some kernels are concerned. It's not clear that 2.4.25 will work. 2) I only have to perform close t
/archives/netdev/2005-03/msg02281.html (11,114 bytes)

59. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: Andi Kleen <ak@xxxxxx>
Date: Sun, 06 Mar 2005 21:19:25 +0100
iproute2 has been the tool of choice since Linux 2.2. ifconfig/route and the old ioctl interface have been only there for compatibility and show only a small subset of the full functionality. That ha
/archives/netdev/2005-03/msg02282.html (11,574 bytes)

60. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: alex@xxxxxxxxxxxx
Date: Sun, 6 Mar 2005 15:19:11 -0500 (EST)
It is clear it will. Not really. Recent (as in, in past 3 years) tools and recent (as in, in past 3 years) kernel. No, not really. 'Route' utility is by definition deprecated. [root@bawx2 ~]# ip rout
/archives/netdev/2005-03/msg02283.html (11,869 bytes)


This search system is powered by Namazu