Re: route table behind router

2011-02-15 Thread Mike McClain
On Tue, Feb 15, 2011 at 11:48:53AM +0200, Andrei Popescu wrote: > On Lu, 14 feb 11, 18:34:01, Mike McClain wrote: > > >From this I take it you think ecn should be set to 1? > > http://www.frozentux.net/ipsysctl-tutorial/chunkyhtml/tcpvariables.html Thanks Andrei, I'll take a look. Mike -- Satis

Re: route table behind router

2011-02-15 Thread Andrei Popescu
On Lu, 14 feb 11, 18:34:01, Mike McClain wrote: > On Sun, Feb 13, 2011 at 12:49:13PM +0200, Andrei Popescu wrote: > > According to a quick search seems to imply that a firewall or a router > > along the way is the culprit. If you are lucky it's the router and a > > firmware upgrade might solve th

Re: route table behind router

2011-02-14 Thread Mike McClain
On Sun, Feb 13, 2011 at 12:49:13PM +0200, Andrei Popescu wrote: > According to a quick search seems to imply that a firewall or a router > along the way is the culprit. If you are lucky it's the router and a > firmware upgrade might solve the problem. >From this I take it you think ecn should b

Re: route table behind router

2011-02-13 Thread Mike McClain
On Sun, Feb 13, 2011 at 02:18:37AM -0600, Boyd Stephen Smith Jr. wrote: > > To get this done automatically at boot, edit /etc/sysctl.conf and add the > line: > net.ipv4.tcp_ecn = 0 Done and thank you, Mike -- Satisfied user of Linux since 1997. O< ascii ribbon campaign - stop html mail - www.a

Re: route table behind router [ solved ]

2011-02-13 Thread Mike McClain
Flags Metric RefUse > Iface > 192.168.10.00.0.0.0 255.255.255.0 U 0 00 eth0 > 0.0.0.0 192.168.10.10.0.0.0 UG0 00 eth0 > make sure it is using the gateway you think it is. Which assured me the problem was not

Re: route table behind router

2011-02-13 Thread Andrei Popescu
On Sb, 12 feb 11, 23:04:59, Mike McClain wrote: > > root@/deb40a:~> echo 0 > /proc/sys/net/ipv4/tcp_ecn > now fetchmail works and I can get urls in firefox According to a quick search seems to imply that a firewall or a router along the way is the culprit. If you are lucky it's the router an

Re: route table behind router

2011-02-13 Thread Boyd Stephen Smith Jr.
In <20110213070459.GA4674@playground>, Mike McClain wrote: >root@/deb40a:~> echo 0 > /proc/sys/net/ipv4/tcp_ecn >now fetchmail works and I can get urls in firefox To get this done automatically at boot, edit /etc/sysctl.conf and add the line: net.ipv4.tcp_ecn = 0 -- Boyd Stephen Smith Jr.

Re: route table behind router

2011-02-12 Thread Mike McClain
On Sat, Feb 12, 2011 at 12:45:39PM +0100, Pascal Hambourg wrote: > > At this point, I have two ideas : either a problem with TCP connections > or specifically with HTTP connections. I would first try to connect to > other TCP-based services such as SMTP, POP3, FTP... If it fails too, > then the p

Re: route table behind router

2011-02-12 Thread Camaleón
On Fri, 11 Feb 2011 19:16:56 -0800, Mike McClain wrote: > On Thu, Feb 10, 2011 at 12:57:17PM +, Camale?n wrote: >> >> Some cable providers (at least in Spain) tweak their cable modems to >> allow only one computer to browse the web (by means of "filters" that >> restrict the access to only on

Re: route table behind router

2011-02-12 Thread Pascal Hambourg
Andrei Popescu a écrit : > On Vi, 11 feb 11, 19:20:40, Mike McClain wrote: >> root@/deb40a:~> wget -v google.com >> --16:28:14-- http://google.com/ >>=> `google.com/index.html' >> Resolving google.com... 74.125.227.20, 74.125.227.16, 74.125.227.17, ... >> Connecting to google.com[74.12

Re: route table behind router

2011-02-12 Thread Andrei Popescu
On Vi, 11 feb 11, 19:20:40, Mike McClain wrote: > On Thu, Feb 10, 2011 at 09:02:32PM +0200, Andrei Popescu wrote: > > On Jo, 10 feb 11, 10:12:30, Mike McClain wrote: > > > I've done something to keep browsers that connect just fine via ppp > > > from connecting via eth0. > > > Thoughts? > > > > No

Re: route table behind router

2011-02-11 Thread Mike McClain
On Thu, Feb 10, 2011 at 09:02:32PM +0200, Andrei Popescu wrote: > On Jo, 10 feb 11, 10:12:30, Mike McClain wrote: > > I've done something to keep browsers that connect just fine via ppp > > from connecting via eth0. > > Thoughts? > > No, but maybe the output of 'host google.com' and 'wget google.c

Re: route table behind router

2011-02-11 Thread Mike McClain
On Thu, Feb 10, 2011 at 12:57:17PM +, Camale?n wrote: > > Some cable providers (at least in Spain) tweak their cable modems to > allow only one computer to browse the web (by means of "filters" that > restrict the access to only one MAC address). To avoid this, there are > routers that can

Re: route table behind router

2011-02-11 Thread Mike McClain
On Thu, Feb 10, 2011 at 08:06:07PM +0100, Pascal Hambourg wrote: > Mike McClain a ?crit : > > > > I've done something to keep browsers that connect just fine via ppp > > from connecting via eth0. > > Thoughts? > > An HTTP proxy setting ? > That was rather common with dialup connections. I had to

Re: route table behind router

2011-02-11 Thread Mike McClain
On Fri, Feb 11, 2011 at 09:51:48AM +, Chris Davies wrote: > Mike McClain wrote: > > I've done something to keep browsers that connect just fine via ppp > > from connecting via eth0. > > File > Work offline (or the equivalent) isn't set, is it? > Chris No but thanks for the thought. Mike --

Re: route table behind router

2011-02-11 Thread Chris Davies
Mike McClain wrote: > I've done something to keep browsers that connect just fine via ppp > from connecting via eth0. File > Work offline (or the equivalent) isn't set, is it? Chris -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Cont

Re: route table behind router

2011-02-10 Thread Pascal Hambourg
Mike McClain a écrit : > > I've done something to keep browsers that connect just fine via ppp > from connecting via eth0. > Thoughts? An HTTP proxy setting ? That was rather common with dialup connections. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "un

Re: route table behind router

2011-02-10 Thread Andrei Popescu
On Jo, 10 feb 11, 10:12:30, Mike McClain wrote: > I've done something to keep browsers that connect just fine via ppp > from connecting via eth0. > Thoughts? No, but maybe the output of 'host google.com' and 'wget google.com' can help diagnose. Regards, Andrei -- Offtopic discussions among Debi

Re: route table behind router

2011-02-10 Thread Mike McClain
On Thu, Feb 10, 2011 at 12:32:42PM +0200, Andrei Popescu wrote: > On Mi, 09 feb 11, 15:27:48, Mike McClain wrote: > > [snip] > > Here is what I'd do to try troubleshooting this: > - ping some IP on the internet (8.8.8.8 is one of Google's DNS servers) > If all this works try 'ping google.com' to

Re: route table behind router

2011-02-10 Thread Mike McClain
On Thu, Feb 10, 2011 at 10:21:16AM +0100, Pascal Hambourg wrote: > Hello, > > Mike McClain a ?crit : > > > > I can access the windows box through the router via smbclient. > > Even with IPtables that are ACCEPT, ACCEPT, ACCEPT, ... neither lynx > > or Firefox can access the inet though they c

Re: route table behind router

2011-02-10 Thread Camaleón
On Wed, 09 Feb 2011 15:27:48 -0800, Mike McClain wrote: (...) > Windows has no problem but the Debian box can still only see the net > via the phone modem and dialup. (...) Just an additional note on this. Some cable providers (at least in Spain) tweak their cable modems to allow only on

Re: route table behind router

2011-02-10 Thread Andrei Popescu
On Mi, 09 feb 11, 15:27:48, Mike McClain wrote: [snip] Here is what I'd do to try troubleshooting this: - ping internal ip of the router (192.168.1.1) - ping external ip of the router (you find it somewhere in its status page) - ping the router's default gateway and its DNS servers (also from

Re: route table behind router

2011-02-10 Thread Pascal Hambourg
Hello, Mike McClain a écrit : > > I can access the windows box through the router via smbclient. > Even with IPtables that are ACCEPT, ACCEPT, ACCEPT, ... neither lynx > or Firefox can access the inet though they can access the router. Web browers are poor tools when it comes to check IP co

route table behind router

2011-02-09 Thread Mike McClain
After a decade of dialup So Cal. Cox finally made me an offer I couldn't refuse. I've switched but can't connect on my Debian box. I've spent the last two weeks reading man pages, HOWTOs, searching the web and Deb user list archives but still don't get it. The setup is like so: cox cable-

Question pppd and route table

2009-12-09 Thread Alex Samad
Hi I am trying to create a pptp tunnel over a vpn (work related), it seems like the work client checks the route table for any changes :(, thats cool, I have route table 50 setup for all my extra pppd routing I want, but, it seems like whenever pppd (or is it pptp) starts talking to an end point

Re: keep route table

2005-06-30 Thread Roberto C. Sanchez
On Fri, Jul 01, 2005 at 12:26:37AM +0700, Khanh Cao Van wrote: > I've add many rule on route table but when restart my PC , they're > gone . How to keep them remain ? Add them in the /etc/network/interfaces file under the appropriate device, e.g., eth0. Check the man page for i

keep route table

2005-06-30 Thread Khanh Cao Van
I've add many rule on route table but when restart my PC , they're gone . How to keep them remain ? -- --- Cao Van Khanh

funny route table?

2001-12-03 Thread 'cduck' Chris Grierson
although it did actually function given enough time. i noticed that my route table on the debian firewall had entries of '40' for the MSS, a rather odd number, considering that the MSS is generally 40 *less* than the MTU (which is 1500 for ethernet). i hadn't set these explicitly, and

Re: flush route table?

2001-04-26 Thread Simon Law
On Thu, 26 Apr 2001 [EMAIL PROTECTED] wrote: > > Hello, > > Is it possible to flush the route table in debian with the route cmd? I > know its possible in freeBSD. If not what might be some other > options? Thank you in advance for your time. > Hi there, If

Re: flush route table?

2001-04-26 Thread Nate Amsden
[EMAIL PROTECTED] wrote: > > Hello, > > Is it possible to flush the route table in debian with the route cmd? I > know its possible in freeBSD. If not what might be some other > options? Thank you in advance for your time. only way i know how to do it is to restart netwo

flush route table?

2001-04-26 Thread ahall
Hello, Is it possible to flush the route table in debian with the route cmd? I know its possible in freeBSD. If not what might be some other options? Thank you in advance for your time. Andrew

Re: need to add 255.255.255.255 to route table

2001-01-29 Thread Morgan Terry
> Nick Barron wrote: > > hello, > > I recently installed a fresh potato box from 2.2r > I need to add: > route add -host 255.255.255.255 dev eth1 to my route table to make > windozs boxes happy w/ dhcp allocation > > where can I add this line to execute at boot?

Re: need to add 255.255.255.255 to route table

2001-01-29 Thread ktb
On Mon, Jan 29, 2001 at 07:32:54AM -0600, ktb wrote: > On Mon, Jan 29, 2001 at 05:17:39PM -0800, Nick Barron wrote: > > hello, > > > > I recently installed a fresh potato box from 2.2r > > I need to add: > > route add -host 255.255.255.255 dev eth1 to my route

Re: need to add 255.255.255.255 to route table

2001-01-29 Thread ktb
On Mon, Jan 29, 2001 at 05:17:39PM -0800, Nick Barron wrote: > hello, > > I recently installed a fresh potato box from 2.2r > I need to add: > route add -host 255.255.255.255 dev eth1 to my route table to make windozs > boxes happy w/ dhcp allocation > > where can I add

need to add 255.255.255.255 to route table

2001-01-29 Thread Nick Barron
hello,   I recently installed a fresh potato box from 2.2r I need to add: route add -host 255.255.255.255 dev eth1 to my route table to make windozs boxes happy w/ dhcp allocation   where can I add this line to execute at boot?   using 2.1 w/ 2..0.X I was able to add it to /etc/init.d

Re: changing route table ?

2000-12-04 Thread Christoph Simon
On Mon, 4 Dec 2000 11:45:56 - "Bob" <[EMAIL PROTECTED]> wrote: > I used to have my debian box conected through a gateway, set up with > > route add default gw 192.168.0.1 > > Now that gateway ceased to exist, and each time I want to connect to > internet I cant. I have to: >

RE:changing route table ?

2000-12-04 Thread Bob
Hello Fellow Debin Users ! I used to have my debian box conected through a gateway, set up with route add default gw 192.168.0.1 Now that gateway ceased to exist, and each time I want to connect to internet I cant. I have to: route -n (otherwise it tries to resolve names through

RE: route table

2000-04-09 Thread Pollywog
On 09-Apr-2000 00:33:46 Beavis wrote: > doesn't work! Did you do 'ifconfig lo 127.0.0.1 netmask 255.0.0.0' ? (before the route add command)

route table

2000-04-09 Thread Beavis
doesn't work! - Original Message - From: HENNEQUIN Eric <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 08, 2000 5:16 PM > In-reply-to: <[EMAIL PROTECTED]> (message from > Beavis on Sat, 08 Apr 2000 17:07:53 -0700) > Subject: Re: routing table > References: <[EMAIL P

Re: Route Table, more info

1999-11-23 Thread Marc Mongeon
Robert: Thanks for the correction, and the RFC pointer. I've got it clearly bookmarked now, so I won't make the same mistake again. Marc -- Marc Mongeon <[EMAIL PROTECTED]> Unix Specialist Ban-Koe Systems 9100 W Bloomington Fwy Bloomington, MN 55431-2200 (612)888-0123, x417 | FAX: (612)

Re: Route Table, more info

1999-11-23 Thread Robert Waldner
On Tue, 23 Nov 1999 08:02:43 CST, "Marc Mongeon" writes: >Jason: > >You have nothing else on the ethernet segment that contains the router >internal interface and the debian eth1 interface, right? First, stop >paying for 2 IP addresses that you don't need. Assign "internal" IP >addresses to the r

Re: Route Table, more info

1999-11-23 Thread Marc Mongeon
ED]> Unix Specialist Ban-Koe Systems 9100 W Bloomington Fwy Bloomington, MN 55431-2200 (612)888-0123, x417 | FAX: (612)888-3344 -- "It's such a fine line between clever and stupid." -- David St. Hubbins and Nigel Tufnel of "Spinal Tap" >>> "Jason"

Re: Route Table, more info

1999-11-23 Thread Jason
Here is the current route table, (output of netstat -nr) 131.107.2.0 0.0.0.0 255.255.255.0 U 1500 0 0 eth0 127.0.0.0 0.0.0.0 255.0.0.0 U 3584 0 0 lo The reason that it doesn't show the 207.158.140.138 address is because it

Route table

1999-11-23 Thread Jason
x address set as the gateway in the network config. I can post the ifconfig output and the current route table if needed. Thanks... -Jason

Re: Host Unreachable even though it's in the route table

1997-09-26 Thread Ross Gardler
David Wright wrote: > On Fri, 26 Sep 1997, Ross Gardler wrote: > > > My ISP has just changed my IP number, gateway and DNS server. I have > > manually changed the routing information in /etc/init.d/network to > > reflect the new numbers yet when I ping the gateway I get Destination > > Host Unre

Host Unreachable even though it's in the route table

1997-09-26 Thread Ross Gardler
My ISP has just changed my IP number, gateway and DNS server. I have manually changed the routing information in /etc/init.d/network to reflect the new numbers yet when I ping the gateway I get Destination Host Unreachable. the route -n command gives me the following output... DestinationGatew