- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux bridge
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
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
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
07-15-2004 07:06 PM
07-15-2004 07:06 PM
Linux bridge
I have configured in my office a private network and a public network. I have connected both networks with a Linux PC ,redhat 8 , with 2 network cards . Traffic between both networks work correctly but when a try to open a web page form the public network to a web serve in the private network , the speed is very slow . I think it is caused when there are some java applications involved. In the private network every thing works correctly and we do not experience any other kind of problem
My questions:
-How can affect java to the network traffic.
-Is there any java configuration which can affect to this issue??
-Is there any log file I can enable in the linux.
I wait your comments , regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2004 06:17 PM
07-17-2004 06:17 PM
Re: Linux bridge
2) do you see any errors in "ifconfig" output? "dmesg" output?
3) you may use "ftp" in order to check your network bandwitch.
Rgds,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 06:30 PM
07-18-2004 06:30 PM
Re: Linux bridge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 08:27 PM
07-18-2004 08:27 PM
Re: Linux bridge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 10:54 PM
07-18-2004 10:54 PM
Re: Linux bridge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2004 01:38 AM
07-19-2004 01:38 AM
Re: Linux bridge
Regarding webserver - do static webpages open fast? You can check this with some benchmark tool.
Source for your problem may be DNS issues too, but in order to confirm this, we need to know more about your web application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2004 02:01 AM
07-19-2004 02:01 AM
Re: Linux bridge
this is an example of ftp transfer from the public to the private network , crossing the linux bridge:
200 Type set to I.
ftp> put aoml*
200 PORT command successful.
150 Opening BINARY mode data connection for aoml.zip.
226 Transfer complete.
ftp: 8064365 bytes enviados en 0,77 segundos 10459,62 a KB/s.
this is the same ftp example but not crossing the linux bridge.
ftp> put aoml.zip
200 PORT command successful.
150 Opening BINARY mode data connection for aoml.zip.
226 Transfer complete.
ftp: 8064365 bytes enviados en 0,71 segundos 11342,29 a KB/s.
I agree with you that DNS has much to do with web browsing , for this reason I have tried just to use the IP address of the remote server , but the result is the same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2004 02:01 AM
07-19-2004 02:01 AM
Re: Linux bridge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2004 03:08 AM
07-19-2004 03:08 AM
Re: Linux bridge
What type of Java applications do you use?
If a Java applet is embedded in a WEB page, a browser from the public subnet downloads it and executes it automatically. In example, an applet and server can communicate by having the applet establish a socket connection.
If your linux router doesn't allow raw socket connections then it disallows this sort of applet-server communications.
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 02:14 AM
07-20-2004 02:14 AM
Re: Linux bridge
2 Sergey - are you sure Java web-applications can use raw-sockets? AFAIK, raw sockets won't work for non-root [regular] users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 03:33 AM
07-20-2004 03:33 AM
Re: Linux bridge
When I make the connection from the external network I can see how sockets are opened but the die very fast....
In the internal network , communication is correct...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 03:36 AM
07-20-2004 03:36 AM
Re: Linux bridge
With a raw socket approach, an applet can establish persistent and biderectional connection with the database server rather than POST's to a CGI-bin script on a WEB-server. It is a standart Java programming solution.
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 03:46 AM
07-20-2004 03:46 AM
Re: Linux bridge
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 07:16 PM
07-20-2004 07:16 PM
Re: Linux bridge
And regarding Javier's problem - IMHO, if router/firewal [BTW, do you run iptables on your linux router?] denied "java raw socket" application won't run at all; and in our case application runs, but slow.
Do both client boxs have the same configuration?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 07:28 PM
07-20-2004 07:28 PM
Re: Linux bridge
In my opinion , java application is doing something which makes it slow when it jumps to another network . I have analized sockets in the clients side and I have seen how many of this sockets die . It seems that the client open the sockets but they do not receive the answer the wait ......
Strange problem.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 08:11 PM
07-20-2004 08:11 PM
Re: Linux bridge
Meanwhile can you run small test:
on your webserver please run "nslookup client" and "nslookup client_ip" commands in two situations - when your client in internal and external networks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 06:28 PM
07-22-2004 06:28 PM
Re: Linux bridge
I just wonder why java application is searching the netbios client name sending packages to the broadcast IP form the local network ?????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2004 07:14 PM
07-24-2004 07:14 PM
Re: Linux bridge
I see two solutions:
1) provide correct WINS (netbios) name resolution for both networks
2) to force java code to use DNS only