- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: No EBay but all else connects through Linksys ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2005 01:46 PM
тАО09-13-2005 01:46 PM
Ping to www.ebay.com works from all PC's.
From my workstation on the LAN runing FC3 with Firefox browser attempting http://www.ebay.com/ through eth1 LAN access shows it successfully resolving the DNS, then the status bar shows "wating for " several ebay redirect pages until it finally times out with "Document contains no data"
From my same work station, accessing the internet through a cable modem on eth0 http://www.ebay.com, same browser, works fine, no problem.
I've checked the router config and opened up everything I could find that might be restricting web site access.
Does anyone have a clue about what might be going on here.
Thanks for any help !!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2005 03:17 PM
тАО09-13-2005 03:17 PM
Re: No EBay but all else connects through Linksys router
on the FC3 box -
- call wget with the 'document contains no data url' (then look at the result with lynx or firefox - still nothing inside?
- reduce Your lan interfaces' MTU and MRU to ... say... 1460 bytes
- repeat the request after this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2005 03:18 PM
тАО09-13-2005 03:18 PM
Re: No EBay but all else connects through Linksys router
(just to have the easy things checked)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2005 11:45 PM
тАО09-13-2005 11:45 PM
Re: No EBay but all else connects through Linksys router
wget on the first connects quickly, then after spewing a couple pages of data quits with the following error.
06:42:23 (203.42 B/s) - `page_not_responding.html?eBayErrorEventName=p4kjkbsdab`jtb9?td.s5os575-2005.09.14.04.40.37.674.PDT' saved [8,784/8,784]
I'll try the others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2005 12:21 AM
тАО09-14-2005 12:21 AM
Re: No EBay but all else connects through Linksys router
It works; do you know if there is a way to determine the optimum MTU - MRU setting ?
veb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2005 12:35 AM
тАО09-14-2005 12:35 AM
Solution1.
look into PathMTUDiscovery, I don't know where it's implemented in linux, but surely there's something
2. (this is essentially what path mtu does, too)
set MTU=1500, MRU=1500
ping an external host:
set options to 'dont fragment' (might be default) and increase the 'length' from 1460 to 1500 in 1byte increments.
after that's done, set both MTU and MRU to that value for almost optimal performance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2005 02:01 AM
тАО09-14-2005 02:01 AM