<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Linux Forums - Linux Networking</title>
		<link>http://www.linuxforums.org/forum/</link>
		<description>Hardware/Software related, Modems, Internet connection sharing, IPTables etc.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 03:32:15 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.linuxforums.org/forum/linux2/misc/rss.jpg</url>
			<title>Linux Forums - Linux Networking</title>
			<link>http://www.linuxforums.org/forum/</link>
		</image>
		<item>
			<title>iptables - adding a 2nd subnet for WiFi?</title>
			<link>http://www.linuxforums.org/forum/linux-networking/155987-iptables-adding-2nd-subnet-wifi.html</link>
			<pubDate>Fri, 20 Nov 2009 13:20:59 GMT</pubDate>
			<description>Hi, 
 
My LAN is 192.168.160.0 
I have a Draytek router 192.168.160.1 and I DMZ to my 
Ubuntu 9.10 Server (2.6.31-14-generic-pae) which I run a few...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
My LAN is 192.168.160.0<br />
I have a Draytek router 192.168.160.1 and I DMZ to my<br />
Ubuntu 9.10 Server (2.6.31-14-generic-pae) which I run a few services on.<br />
<br />
I have just added a Wireless Card 192.168.3.1, installed DHCPd and HOSTAPd, creating a 2nd subnet 192.168.3.0.  The card is working fine as an AP and I now need assistance with adding filtering to IPTABLES.<br />
<br />
I want wireless peers to be able to get a DHCP address and to access my LAN and the internet.<br />
<br />
Help with setting up the filtering, and I believe MASQuerading would be appreciated.<br />
<br />
David</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-networking/">Linux Networking</category>
			<dc:creator>dhumble</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-networking/155987-iptables-adding-2nd-subnet-wifi.html</guid>
		</item>
		<item>
			<title>Ping by Hostname</title>
			<link>http://www.linuxforums.org/forum/linux-networking/155977-ping-hostname.html</link>
			<pubDate>Fri, 20 Nov 2009 07:45:36 GMT</pubDate>
			<description>Two linux (Redhat) computers are connected to an ordinary DSL router which runs DHCP service. 
A router dynamically assigns 192.168.1.100 IP address...</description>
			<content:encoded><![CDATA[<div>Two linux (Redhat) computers are connected to an ordinary DSL router which runs DHCP service.<br />
A router dynamically assigns 192.168.1.100 IP address to the first computer (hostname DENVER). And<br />
another machine (hostname DALLAS) is assigned 192.168.1.101.<br />
The router's settings (site accessed via 192.168.1.1) shows both of those computers listed with their  corresponding hostnames and IP addresses:<br />
<br />
Connection Type:	  Ethernet<br />
PC Name:	                  DENVER<br />
IP Address:	          192.168.1.100<br />
MAC Address:	          00:1b:63:ac:45:df<br />
 <br />
 	<br />
Connection Type:	  Ethernet<br />
PC Name:	                  DALLAS<br />
IP Address:	          192.168.1.101<br />
MAC Address:	          00:19:d1:9f:8d:52<br />
<br />
<br />
I can ping both machines using their corresponding IP addresses: &quot;ping 192.168.1.100&quot; and &quot;ping 192.168.1.101&quot;. That works great. <br />
The problem occurs when I try to ping them using their hostnames instead of their ip addresses. They even don't respond to PING command if I ping the machine with its own name!<br />
I went ahead and &quot;hard coded&quot; (typed) the combination of host names and their ip addresses into the each computer's /etc/hosts configuration files:<br />
  <br />
192.168.1.100     DENVER.mynetwork  DENVER<br />
192.168.1.101     DALLAS.mynetwork   DALLAS<br />
<br />
To my surprise that fixed one computer. But only one computer.... another is still not reachable by hostname. <br />
I forgot to mention that both computers running a very basic fresh all-by- default Redhat Linux install... meaning no dns servers or dhcp servers or other additional servers or services were installed yet....  Should I stop using DSL Router's DHCP server? Should I instead install Linux's DHCP server  on one of the computers and run DHCP server on a  computer?<br />
 Thanks in advance for any suggestions!</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-networking/">Linux Networking</category>
			<dc:creator>sputniks</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-networking/155977-ping-hostname.html</guid>
		</item>
		<item>
			<title>Minimising WAN response times</title>
			<link>http://www.linuxforums.org/forum/linux-networking/155911-minimising-wan-response-times.html</link>
			<pubDate>Thu, 19 Nov 2009 00:29:08 GMT</pubDate>
			<description>I have a client / server app. 
Client server calls are made only when the user runs a query. 
The client request is approx 100KB and the server...</description>
			<content:encoded><![CDATA[<div>I have a client / server app.<br />
Client server calls are made only when the user runs a query.<br />
The client request is approx 100KB and the server response is about the same size.<br />
Some background is that the client app currently hits a server that is in the same region globally. Therefore the impact of the network on response times is minimal. However I would like to retire the regional servers and instead have all global trafiic comming to a single server instance in London.<br />
In this case many of my clients would be making WAN round trips.<br />
<br />
My target response time for the round trip from a client app in Singapore to the server in London is sub-second for a 100K message to the server and a 100k message back to the client.<br />
<br />
I did a few experiments using TCP and UDP with the client in Singapose and the Server in London.<br />
FYI RTT from ping was 200ms.<br />
<br />
With a TCP client/server it was taking 1.5 seconds from the moment the client started sending its query to the last read() of the response completing.<br />
<br />
When I did a similar test using UDP the response time was about 205ms, which is close to the RTT.<br />
<br />
Does the 1.4sec TCP round trip seem reasonable or is it likely I've not tuned TCP adequately - is so then what should I be looking at?<br />
<br />
Now I understand that UDP is unreliable and thats bad for my application but at the same time the 1.5 seconds TCP timing is a killer for the responsiveness of my app across the WAN.<br />
<br />
What if anything are my options to reduce the response times in this scenario?<br />
<br />
<br />
FYI the TCP client/server had their SO_SNDBUF/SO_RCVBUF set to 1MB.<br />
What I noticed for TCP across the WAN was that for a single 100KB send() by the client call I got lots of small reads (mostly 1.4KB but some a lot bigger) at the server.<br />
<br />
I noticed that the UDP client was able to send data grams up to about 60K (I think there is a 64K limit), so I had to send a couple to handle 100KB.<br />
One option I had considered with UDP reliability was sending the pair of datagrams from the client to the server then after a short delay of say 50ms send them again just in case the first pair didn't make it, then if the client doesn't get it's response within say 400ms of the start then try one more time before giving up.<br />
If this all fails then give the user an error message about the network being down.<br />
The hope here is that 99.99% of the time one of the three attemps will succeed and so I get response times between 200 and 600ms.<br />
This is still well short of the 1.4 seconds I get from TCP.<br />
But I have no idea whether this approach is likely to be at all reliable - how many attempts to send a UDP datagram does one need to make before one is likely to be successful and how many attempts does one need to make befor it's worth giving up and signalling a comms error?<br />
<br />
I was really hoping that the 'simpler' TCP approach would give response times that were closer to the RTT. And to be honest all that adhoc reliability stuff I describe above is a pain.<br />
<br />
If UDP is a sensible option for my use case - ie occasional 100KB round trips across the WAN - then does anyone have any advice on making it more reliable?<br />
<br />
Do things like UDT help here? www .cs.uic.edu /~ygu1/]UDT Manual<br />
<br />
All help / advice appreciated.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-networking/">Linux Networking</category>
			<dc:creator>johnlon</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-networking/155911-minimising-wan-response-times.html</guid>
		</item>
		<item>
			<title>installed wvdial..but prob in installing usb modem</title>
			<link>http://www.linuxforums.org/forum/linux-networking/155899-installed-wvdial-but-prob-installing-usb-modem.html</link>
			<pubDate>Wed, 18 Nov 2009 17:36:07 GMT</pubDate>
			<description>PLSSSSSSSSSSSSSSSSS REPLYYYYYYYYYYYYYYYYYYYYYYYYY 
M A UBUNTU 9.10 USER 
guies...i manged to installed wvdial 
but there is problem in installing...</description>
			<content:encoded><![CDATA[<div>PLSSSSSSSSSSSSSSSSS REPLYYYYYYYYYYYYYYYYYYYYYYYYY<br />
M A UBUNTU 9.10 USER<br />
guies...i manged to installed wvdial<br />
but there is problem in installing tata indicom wireless usb modem..<br />
when i typed wvdialconf/etc/wvdial.conf...notjing happened it didnt detected directory<br />
but when i typed wvdialconf,,,following is the output...<br />
<br />
<br />
omi@omi:~$ wvdialconf<br />
Editing `/etc/wvdial.conf'.<br />
<br />
Scanning your serial ports for a modem.<br />
<br />
Modem Port Scan&lt;*1&gt;: S0 S1 S2 S3<br />
WvModem&lt;*1&gt;: Cannot get information for serial port.<br />
ttyACM0&lt;*1&gt;: ATQ0 V1 E1 -- OK<br />
ttyACM0&lt;*1&gt;: ATQ0 V1 E1 Z -- OK<br />
ttyACM0&lt;*1&gt;: ATQ0 V1 E1 S0=0 -- OK<br />
ttyACM0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 -- OK<br />
ttyACM0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 -- OK<br />
ttyACM0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 -- OK<br />
ttyACM0&lt;*1&gt;: Modem Identifier: ATI -- ERROR<br />
ttyACM0&lt;*1&gt;: Speed 4800: AT -- OK<br />
ttyACM0&lt;*1&gt;: Speed 9600: AT -- OK<br />
ttyACM0&lt;*1&gt;: Speed 19200: AT -- OK<br />
ttyACM0&lt;*1&gt;: Speed 38400: AT -- OK<br />
ttyACM0&lt;*1&gt;: Speed 57600: AT -- OK<br />
ttyACM0&lt;*1&gt;: Speed 115200: AT -- OK<br />
ttyACM0&lt;*1&gt;: Speed 230400: AT -- OK<br />
ttyACM0&lt;*1&gt;: Speed 460800: AT -- OK<br />
ttyACM0&lt;*1&gt;: Max speed is 460800; that should be safe.<br />
ttyACM0&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 -- OK<br />
<br />
Found an USB modem on /dev/ttyACM0.<br />
Modem configuration written to /etc/wvdial.conf.<br />
/etc/wvdial.conf&lt;Warn&gt;: Can't write '/etc/wvdial.conf.tmp2602': Permission denied<br />
/etc/wvdial.conf&lt;Warn&gt;: Can't write '/etc/wvdial.conf' ('/etc/wvdial.conf'): Bad file descriptor<br />
ttyACM0&lt;Info&gt;: Speed 460800; init &quot;ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0&quot;<br />
<br />
but after this when i typed gedit/etc/wvdial.conf..<br />
it says bash:no such directory...(something like that)..<br />
<br />
can u guide me</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-networking/">Linux Networking</category>
			<dc:creator>linux_pathak</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-networking/155899-installed-wvdial-but-prob-installing-usb-modem.html</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Network unreachable: cannot ping router]]></title>
			<link>http://www.linuxforums.org/forum/linux-networking/155813-solved-network-unreachable-cannot-ping-router.html</link>
			<pubDate>Mon, 16 Nov 2009 05:22:22 GMT</pubDate>
			<description>problem: 
 
 Trying to ping router 192.168.1.1, saying network unreachable (or not reachable, forgot exact word). 
 
 doing  
 
Code: 
---------...</description>
			<content:encoded><![CDATA[<div>problem:<br />
<br />
 Trying to ping router 192.168.1.1, saying network unreachable (or not reachable, forgot exact word).<br />
<br />
 doing <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">dmesg | grep eth | less</code><hr />
</div>Returning at the last a line like: no ipv6 router present.<br />
<br />
Doing<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">lspci -vv | grep -i eth</code><hr />
</div>Returning the Intel ethernet card that I have.<br />
<br />
Doing<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">/sbin/ifconfig -a</code><hr />
</div>doesn't return any inet , bcast, mask addresses.<br />
<br />
Now, first I thought the ethernet cable was not working, so I took my router and the cable and connected in other person's machine, but there the router page opened properly. Now, he told me, that the lancard may got fried. Another person told me to check the etherent port.<br />
<br />
Now, I am very confused, how to troubleshoot this? Biggest problem is that, I don't have internet by my side to check immediately this forums or anything. <br />
<br />
Any suggestion please....</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-networking/">Linux Networking</category>
			<dc:creator>imranka</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-networking/155813-solved-network-unreachable-cannot-ping-router.html</guid>
		</item>
		<item>
			<title>Cisco VPN Client compatible with FVS318 V3</title>
			<link>http://www.linuxforums.org/forum/linux-networking/155808-cisco-vpn-client-compatible-fvs318-v3.html</link>
			<pubDate>Mon, 16 Nov 2009 00:49:07 GMT</pubDate>
			<description>I would like to use a Cisco VPN client with a Netgear FVS318 V3 ,,,,,I know how to configure Netgear FVS318 V3 for IPsec,,,because I am using...</description>
			<content:encoded><![CDATA[<div>I would like to use a Cisco VPN client with a Netgear FVS318 V3 ,,,,,I know how to configure Netgear FVS318 V3 for IPsec,,,because I am using TheGreenbow client now with it.<br />
<br />
But I do not know how to configure Cisco VPN<br />
<br />
I just want to find out how to do that ? specially with the option &quot;Group Authentication&quot; which it asks about username and password.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-networking/">Linux Networking</category>
			<dc:creator>zillah</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-networking/155808-cisco-vpn-client-compatible-fvs318-v3.html</guid>
		</item>
		<item>
			<title>Internet Connection not accessible.</title>
			<link>http://www.linuxforums.org/forum/linux-networking/155781-internet-connection-not-accessible.html</link>
			<pubDate>Sun, 15 Nov 2009 02:05:53 GMT</pubDate>
			<description><![CDATA[I'm a new user of Ubuntu. I requested the Ubuntu 9.10 cd online and got it in around 3 weeks. I've chosen the 'Install over windows' option for my...]]></description>
			<content:encoded><![CDATA[<div>I'm a new user of Ubuntu. I requested the Ubuntu 9.10 cd online and got it in around 3 weeks. I've chosen the 'Install over windows' option for my use right now. The version of windows being 'Windows 7'. The problem is that I'm unable to connect to the internet. I'm using LAN cord to connect to my modem. The 'Network Manager' tht the user manual talks about, is not to be found yet. When I click on the 'Network' icon on the top right portion of the panel, it shows that 'autoeth0' is connected but when I open firefox and try to open any website, the 'Server not found' comes up on the firefox window. Thus I'm not able to surf the web.<br />
Please suggest me something to solve this.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-networking/">Linux Networking</category>
			<dc:creator>Techieskull</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-networking/155781-internet-connection-not-accessible.html</guid>
		</item>
		<item>
			<title><![CDATA[fantaip shows "Fnta [Error   fantaip.c:428] short packet!!!!"]]></title>
			<link>http://www.linuxforums.org/forum/linux-networking/155723-fantaip-shows-fnta-error-fantaip-c-428-short-packet.html</link>
			<pubDate>Fri, 13 Nov 2009 20:01:16 GMT</pubDate>
			<description>Hi, 
 
I try to use unicornscan and fantaip on Ubuntu. 
 
sudo fantaip -i eth1 192.168.0.200 
 
 The fantaip shows the following error when runs as 
...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I try to use unicornscan and fantaip on Ubuntu.<br />
<br />
sudo fantaip -i eth1 192.168.0.200<br />
<br />
 The fantaip shows the following error when runs as<br />
<br />
<br />
&quot; Fnta [Error   fantaip.c:428] short packet!!!!&quot;<br />
<br />
I googled, found a thread by Robert E. Lee and I tried his steps:<br />
5) patch -p1 &lt; ../attributemissing.patch<br />
6) make install<br />
<br />
but I still gets this problem. <br />
<br />
Really appreciate anyone can help.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-networking/">Linux Networking</category>
			<dc:creator>yu_zyy</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-networking/155723-fantaip-shows-fnta-error-fantaip-c-428-short-packet.html</guid>
		</item>
		<item>
			<title><![CDATA[sudo iwconfig ra0 essid "xx" does not work]]></title>
			<link>http://www.linuxforums.org/forum/linux-networking/155641-sudo-iwconfig-ra0-essid-xx-does-not-work.html</link>
			<pubDate>Thu, 12 Nov 2009 02:27:03 GMT</pubDate>
			<description>Hello Linux network friends, 
 
I am currently having a problem in switching wireless network (ap) manually using the following command: 
 
--$sudo...</description>
			<content:encoded><![CDATA[<div>Hello Linux network friends,<br />
<br />
I am currently having a problem in switching wireless network (ap) manually using the following command:<br />
<br />
--$sudo iwconfig ra0 essid &quot;network name&quot;<br />
<br />
Although there is no error in executing this command and the LED on the adapter  blinks for a few times, the network (ap -- access point) hasn't change. My linux distribution is Ubuntu 8.10, linux 2.6.7-27-generic. The wireless adapter is WUSB600N USB stick (Ralink's RT2870 chipset). All the networks do not require key (encryption key: off). Please help.<br />
<br />
Regards,<br />
<br />
George</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-networking/">Linux Networking</category>
			<dc:creator>gwang09</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-networking/155641-sudo-iwconfig-ra0-essid-xx-does-not-work.html</guid>
		</item>
		<item>
			<title>Netgear FVS318 V3 and TheGreenBow Client VPN</title>
			<link>http://www.linuxforums.org/forum/linux-networking/155635-netgear-fvs318-v3-thegreenbow-client-vpn.html</link>
			<pubDate>Wed, 11 Nov 2009 22:40:16 GMT</pubDate>
			<description>Hi 
    
  I tried to follow the instruction in the guide line below (Under Netgear FVS318 V3) 
    
  Certified VPN Gateways List - VPN...</description>
			<content:encoded><![CDATA[<div>Hi<br />
   <br />
  I tried to follow the instruction in the guide line below (Under Netgear FVS318 V3)<br />
   <br />
  <a href="http://www.thegreenbow.com/vpn_gateway.html" target="_blank">Certified VPN Gateways List - VPN Configuration tutorials and guides</a><br />
   <br />
  It worked the first time then after that I do not know why stopped working!!!<br />
   <br />
  This is my configuration for the router FVS 318 V3 and The Green bow client <br />
   <br />
  <a href="http://img526.imageshack.us/i/ikepolicyfvs318.jpg/" target="_blank">Imageshack - ikepolicyfvs318</a><br />
  <a href="http://img526.imageshack.us/i/ikepolicyfvs318.jpg/" target="_blank"><img src="http://img526.imageshack.us/img526/1216/ikepolicyfvs318.th.jpg" border="0" alt="" class="tcattdimgresizer" onload="NcodeImageResizer.createOn(this);" /></a><br />
   <br />
   <br />
  <a href="http://img134.imageshack.us/i/vpnpolicyfvs318.jpg/" target="_blank">Imageshack - vpnpolicyfvs318</a><br />
  <a href="http://img134.imageshack.us/i/vpnpolicyfvs318.jpg/" target="_blank"><img src="http://img134.imageshack.us/img134/7849/vpnpolicyfvs318.th.jpg" border="0" alt="" class="tcattdimgresizer" onload="NcodeImageResizer.createOn(this);" /></a><br />
   <br />
   <br />
   <br />
  <a href="http://img130.imageshack.us/i/phase1.jpg/" target="_blank">Imageshack - phase1</a><br />
  <a href="http://img130.imageshack.us/i/phase1.jpg/" target="_blank"><img src="http://img130.imageshack.us/img130/7224/phase1.th.jpg" border="0" alt="" class="tcattdimgresizer" onload="NcodeImageResizer.createOn(this);" /></a><br />
   <br />
   <br />
<br />
I could not figure out where is the problem ?<br />
   <br />
  Thanks</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-networking/">Linux Networking</category>
			<dc:creator>zillah</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-networking/155635-netgear-fvs318-v3-thegreenbow-client-vpn.html</guid>
		</item>
		<item>
			<title>Somewhat Newb needs SNMP help</title>
			<link>http://www.linuxforums.org/forum/linux-networking/155628-somewhat-newb-needs-snmp-help.html</link>
			<pubDate>Wed, 11 Nov 2009 19:59:14 GMT</pubDate>
			<description>I have an SNMPget statment that I am trying to plug into Nagios to monitor the CPU I/O Wait Time on several Debian /Xen Host servers. They are...</description>
			<content:encoded><![CDATA[<div>I have an SNMPget statment that I am trying to plug into Nagios to monitor the CPU I/O Wait Time on several Debian /Xen Host servers. They are Net-SNMP compliant.<br />
<br />
If i run the snmpget querie it returns the following:<br />
<br />
UCD-SNMP-MIB::ssCpuRawWait.0 = Counter32: 484856<br />
<br />
How do I interpret this data?  What is Counter32?  Is there a better way to build the snmpget querie that will output meaningful data? (I am sure the above is meaningful to something/somebody, but I don't have a clue...)<br />
<br />
Thanks in advance<br />
<br />
Joe</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-networking/">Linux Networking</category>
			<dc:creator>joe1871</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-networking/155628-somewhat-newb-needs-snmp-help.html</guid>
		</item>
		<item>
			<title>firefox tunnelling issue</title>
			<link>http://www.linuxforums.org/forum/linux-networking/155562-firefox-tunnelling-issue.html</link>
			<pubDate>Tue, 10 Nov 2009 15:33:41 GMT</pubDate>
			<description>This is an old post but its related so here goes. 
 
Here is the scenario... and any suggestions on a different way to do this would be equally...</description>
			<content:encoded><![CDATA[<div>This is an old post but its related so here goes.<br />
<br />
Here is the scenario... and any suggestions on a different way to do this would be equally welcomed.<br />
<br />
I've set up a linux box with hardy on it for users to use for accessing the bank website.<br />
<br />
What I've done is used the ssh protocol to remote into the linux box to access the banking website remotely from their computer but through a secure channel on a secured box.<br />
<br />
I used xming as the xwindows program on windows and firefox with ie addon on ubuntu to access the webpage via ssh.<br />
<br />
The problem seems to be that firefox doesn't work when attempting to upload files from a network share (or locally from the linux box) to the webpage.<br />
<br />
The 'open files' browser hangs or even doesn't show the folders when it comes up.<br />
<br />
With the network shares I used the cifs protocol to map the windows shares to the profiles. And I don't know if this is of any relevance but I've added the linux box to the domain using likewise-open and thus it authenticates with the active directory.<br />
<br />
I have not configured firefox to use the socks5 protocol because this would inconvenience the user.  Instead I have written a script to streamline the ssh login and pull up firefox with a simple double click and entering of a network password which then brings up a firefox window that looks as if it were running natively on windows thanks to xming;)<br />
<br />
An alternative solution I tried but did not pan out was to use ie4linux but that hangs up the whole system.  I've also tried chromium, which actually runs superb and even browses great, but does not have internet explorer compatibility which is needed for our banking website.<br />
<br />
Any suggestions would be greatly appreciated since I've posted elsewhere and have not received any assistance yet.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-networking/">Linux Networking</category>
			<dc:creator>lock5251</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-networking/155562-firefox-tunnelling-issue.html</guid>
		</item>
		<item>
			<title>Socket Server breaks after 1000 client requests</title>
			<link>http://www.linuxforums.org/forum/linux-networking/155506-socket-server-breaks-after-1000-client-requests.html</link>
			<pubDate>Mon, 09 Nov 2009 15:31:15 GMT</pubDate>
			<description>Hi, 
 
I wrote C++ Socket class. This class wraps methods both for client and server, 
so you can create server or client depending what methods you...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I wrote C++ Socket class. This class wraps methods both for client and server,<br />
so you can create server or client depending what methods you call.<br />
<br />
Anyway, all in all, problem is:<br />
<br />
I have 3 small programs. One is server that listens in loop on port 30000.<br />
Second is client program that sends one message to the server.<br />
The third one on is small program (called spawn) that forks and executes client program in limited for loop. So , idea is to simulate a lot of connections to the server and see how many he can handle and how.<br />
<br />
So, at first I start server, execute spawn, and server gets client messages. First I try 10 clients, then 100, then 1000 and it worked :) Then I tried 10000 clients, and then it breaks just above 1000 clients, plus minus 100 !! So then I tried to put in server code 5 threads and mutex, but the result is same around 1000 clients and breaks. Then I put semaphore, but then i realized that in this scenario semaphores are of no use, because you can not sync with random client events.<br />
<br />
I also tried to change value in listen() method, but then I read somewhere that maximum is 5 connections, which is default.<br />
<br />
Does this problem requires some change in kernel code, or tcp/ip stack, or the solution is simple, like reset server when it has first break. I tried this last solution, but nothing happens.<br />
<br />
So , does anyone have any idea?<br />
<br />
Please help, I am working on this for days :)<br />
<br />
thanks:eek:</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-networking/">Linux Networking</category>
			<dc:creator>probe</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-networking/155506-socket-server-breaks-after-1000-client-requests.html</guid>
		</item>
		<item>
			<title>smbpasswd</title>
			<link>http://www.linuxforums.org/forum/linux-networking/155498-smbpasswd.html</link>
			<pubDate>Mon, 09 Nov 2009 09:43:51 GMT</pubDate>
			<description>hi friends  
 i wish to know for what we use -a after smbpasswd  
like: smbpasswd -a username 
 
thanks:eek:</description>
			<content:encoded><![CDATA[<div>hi friends <br />
 i wish to know for what we use -a after smbpasswd <br />
like: smbpasswd -a username<br />
<br />
thanks:eek:</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-networking/">Linux Networking</category>
			<dc:creator>rakeshvijayan</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-networking/155498-smbpasswd.html</guid>
		</item>
		<item>
			<title>How to make a linux machine as a proxy server.</title>
			<link>http://www.linuxforums.org/forum/linux-networking/155493-how-make-linux-machine-proxy-server.html</link>
			<pubDate>Mon, 09 Nov 2009 05:50:32 GMT</pubDate>
			<description>Hi.. I want to learn some stuff..  
I have 3 systems in my home. Also I have an internet connection which I want to use for 3 systems.. I have a...</description>
			<content:encoded><![CDATA[<div>Hi.. I want to learn some stuff.. <br />
I have 3 systems in my home. Also I have an internet connection which I want to use for 3 systems.. I have a server where I installed linux in the machine. I want to set the linux server as a proxy for these 3 systems. How do I start this stuff..<br />
<br />
Thanks in advance</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/linux-networking/">Linux Networking</category>
			<dc:creator>maheshgupta024</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/linux-networking/155493-how-make-linux-machine-proxy-server.html</guid>
		</item>
	</channel>
</rss>
