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.

1. Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: Hardy <kaber@xxxxxxxxx>
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/msg00304.html (10,163 bytes)

2. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: <davem@xxxxxxxxxxxxx>
Date: Sun, 6 Mar 2005 10:56:42 +0100
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 `MJ' M
/archives/netdev/2005-03/msg00308.html (9,282 bytes)

3. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: <yoshfuji@xxxxxxxxxxxxxx>
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/msg00347.html (11,618 bytes)

4. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: andro Selli <dhatarattha@xxxxxxxxxxxxx>
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/msg00348.html (10,174 bytes)

5. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: rattha@xxxxxxxxxxxxx>
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/msg00349.html (9,976 bytes)

6. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: xxxx>
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/msg00358.html (10,984 bytes)

7. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: xxxx>
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/msg00359.html (11,394 bytes)

8. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: lly@xxxxxxxxxxx>
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/msg00360.html (11,844 bytes)

9. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: denek Radouch <zdenek@xxxxxxx>
Date: Sun, 6 Mar 2005 21:45:16 +0100
* Andi Kleen <m1y8d0mss2.fsf@xxxxxx> 2005-03-06 21:19 Yes, it will work around the martian route and arp checks but will probably break quite a few usersapce applications.
/archives/netdev/2005-03/msg00361.html (10,793 bytes)

10. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx>
Date: Sun, 6 Mar 2005 22:30:47 +0100
Unlikely. glibc has an own LOOPBACK() and all modern distributions use separate kernel/user headers anyways. -Andi
/archives/netdev/2005-03/msg00366.html (11,592 bytes)

11. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: xxxxxxxxxxxxxx>
Date: Sun, 6 Mar 2005 22:50:11 +0100
* Andi Kleen <20050306213047.GA65970@xxxxxx> 2005-03-06 22:30 I was rather referring to the reduced loopback scope. I'm aware of at least 3 applications that make extensive use of big portions of the
/archives/netdev/2005-03/msg00367.html (11,682 bytes)

12. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: herbert@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 06 Mar 2005 16:50:55 -0500
OK. We've gone a full circle, [except for a few digressions along the lines of me not knowing that while the rest of the world still uses 'route', under linux it has long been deprecated] you seem to
/archives/netdev/2005-03/msg00368.html (12,558 bytes)

13. RE: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: @xxxxxxxxxxxxx>
Date: Mon, 7 Mar 2005 12:31:57 +0530
I don't know how much help you can get with "dummy" interface. Try to set your requirement with that special interface into mind. -- Sumit
/archives/netdev/2005-03/msg00400.html (11,591 bytes)

14. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: <sumit@xxxxxxxxxxxxx>
Date: Mon, 07 Mar 2005 10:05:36 +0200
2) If it does require kernel hacking, would you like to do it for me? (as I had said, as a contract) I think what Andi Kleen was talking about below is something like the attached 5 minutes patch (ap
/archives/netdev/2005-03/msg00403.html (14,372 bytes)

15. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: xxxxxxxxxxxx>
Date: 07 Mar 2005 07:14:44 -0500
That should do it. Or you can even return false in the macro always for his case - since he will never have a lo device. However, using these addresses is a BAD BAD idea. A lot of other machines will
/archives/netdev/2005-03/msg00411.html (12,296 bytes)

16. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: xxxxxxxxxxxxxx>
Date: 07 Mar 2005 18:50:31 -0500
BTW, please cc netdev or myself if you are addressing me. This email was just forwarde by someone else to me - I am not on linux-net. You seem to have trimmed down the CC list. Indeed 1918 I read thi
/archives/netdev/2005-03/msg00452.html (12,801 bytes)

17. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 07 Mar 2005 22:15:03 -0500
RFC 1918 trivializes the IP addressing by boxing all hosts into either a "private" or "public" category, based on their need to access the Internet. The major thing the RFC misses is the fact that in
/archives/netdev/2005-03/msg00463.html (12,897 bytes)

18. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: mal <hadi@xxxxxxxxxx>
Date: 08 Mar 2005 08:34:39 -0500
PS:- anyone not copying me in the responses while addressing me - i didnt see your response. sure. And the semantics are: dont route "private" addresses if they stray on the "public network". In othe
/archives/netdev/2005-03/msg00473.html (13,947 bytes)

19. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: nesh Venkatesan <ganesh.venkatesan@xxxxxxxxx>
Date: Tue, 8 Mar 2005 14:51:34 +0100
Using the same public block in all devices looks like the best solution. Have a nice fortnight -- Martin `MJ' Mares <mj@xxxxxx> http://atrey.karlin.mff.cuni.cz/~mj/ Faculty of Math and Physics, Char
/archives/netdev/2005-03/msg00474.html (12,042 bytes)

20. Re: Do you know the TCP stack? (127.x.x.x routing) (score: 1)
Author: astian.ionita@xxxxxxxxxxxxxxxx
Date: 08 Mar 2005 08:58:20 -0500
People tend to use private blocks in a chasis (unique IP for each blade) - which by default are not routed outside the chasis. I have a feeling this is what you meant cheers, jamal
/archives/netdev/2005-03/msg00476.html (12,336 bytes)


This search system is powered by Namazu