Hi all,
My ISP is providing internet via a server running Cyberoam.
They have also provided client for both Linux and Windows. The client for Windows is working perfectly... i.e. Its able to successfully connect to the server, login and Im able to access internet. In case of Linux client, Iam able to successfully connect and login. But after that Iam not able to visit any of the webpages. I have checked the gateway, DNS settings and they are correct. Iam using Fedora Core 4.
Could you please help me out with the same.
Thanks, Vinod Nair.
http://www.patni.com World-Wide Partnerships. World-Class Solutions. _____________________________________________________________________
This e-mail message may contain proprietary, confidential or legally privileged information for the sole use of the person or entity to whom this message was originally addressed. Any review, e-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this e-mail in error kindly delete this e-mail from your records. If it appears that this mail has been forwarded to you without proper authority, please notify us immediately at netadmin@patni.com and delete this mail. _____________________________________________________________________
In case of Linux client, Iam able to successfully connect and login. But after that Iam not able to visit any of the webpages. I have checked the gateway, DNS settings and they are correct. Iam using Fedora Core 4.
Could you please also check the details of your route table... If I'm not mistaken if you have sevenstar as your ISP provider they have seperate DNS servers for Linux and seperate ones forwindows please verify...
Derwyn
On 11/4/05, Vinodkumar Nair vinodkumar.nair@patni.com wrote:
In case of Linux client, Iam able to successfully connect and login. But after that Iam not able to visit any of the webpages. I have checked the gateway, DNS settings and they are correct. Iam using Fedora Core 4.
Which Linux client are you using? I use linc (http://linc.sourceforge.net) and it works flawlessly.
-- Rohan http://rohan.almeida.in
I tried using linc. When I run it, it shows that it has successfully logged in. But when when it comes to fetching webpages, it doesn't work.
I even tried the client provided by ISP.. but the same thing happens..
Anyway, Ill also check with Derwyn's suggestion...
-----Original Message----- From: linuxers-bounces@mm.ilug-bom.org.in [mailto:linuxers-bounces@mm.ilug-bom.org.in]On Behalf Of Rohan R. Almeida Sent: Friday, November 04, 2005 2:43 PM To: GNU/Linux Users Group, Mumbai, India Subject: Re: [ILUG-BOM] Problem with Cyberoam in Linux
On 11/4/05, Vinodkumar Nair vinodkumar.nair@patni.com wrote:
In case of Linux client, Iam able to successfully connect and login. But after that Iam not able to visit any of the webpages. I have checked the gateway, DNS settings and they are correct. Iam using Fedora Core 4.
Which Linux client are you using? I use linc (http://linc.sourceforge.net) and it works flawlessly.
-- Rohan http://rohan.almeida.in
-- http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
http://www.patni.com World-Wide Partnerships. World-Class Solutions. _____________________________________________________________________
This e-mail message may contain proprietary, confidential or legally privileged information for the sole use of the person or entity to whom this message was originally addressed. Any review, e-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this e-mail in error kindly delete this e-mail from your records. If it appears that this mail has been forwarded to you without proper authority, please notify us immediately at netadmin@patni.com and delete this mail. _____________________________________________________________________
On Friday 04 November 2005 11:04, Vinodkumar Nair wrote:
I tried using linc. When I run it, it shows that it has successfully logged in. But when when it comes to fetching webpages, it doesn't work.
I even tried the client provided by ISP.. but the same thing happens..
Anyway, Ill also check with Derwyn's suggestion...
Is it 7star cable internet? If so, flame them. I was unsucessfull at getting good linux support from them so I changed over to Reliance powersurfer. These guys arent very much better but atleast they make an honest attempt at supporting linux. Atleast we can call up their call centre and yell at someone ;).
I had the same problem with 24OnlineClient. The problem is that the ISP hadn't configured some linux specific stuff on his server which didn't allow Linux clients to connect. So call 'em up and yell at them!
It's funny to see how a Server running on Linux sucks at Linux support for the clients... :(
In case of Linux client, Iam able to successfully connect and login. But after that Iam not able to visit any of the webpages. I have checked the gateway, DNS settings and they are correct. Iam using Fedora Core 4.
I've finally got a solution to this problem!!
When using the Windows client, outgoing IP datagrams are mangled by a packet-level driver installed by the client installation program. This driver goes by the name of "eno2000.sys" and "enonotify.dll". The driver actually alters the "Type of Service" (TOS) octet of each datagram by setting bit 6 (assuming bits are numbered 0 to 7) to 1. Additionally, while the client is not logged in, the packet-level driver resets this bit to 0 for all outgoing IP datagrams. Correspondingly the server hosted by the ISP actively filters all packets and only allows the altered ("flagged") packets to pass.
But in case of the Linux client, the outgoing packets were not being altered. In case of linux, the outgoing packets can be altered using iptables with the command "iptables -t mangle -A OUTPUT -j TOS --set-tos 02". After doing this, I was able to access the internet.
I got all this information from http://www.rasteroid.com/software/slyberoam/protocol.asp.
Thanks for all ur help.
Regards, Vinod Nair.
http://www.patni.com World-Wide Partnerships. World-Class Solutions. _____________________________________________________________________
This e-mail message may contain proprietary, confidential or legally privileged information for the sole use of the person or entity to whom this message was originally addressed. Any review, e-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this e-mail in error kindly delete this e-mail from your records. If it appears that this mail has been forwarded to you without proper authority, please notify us immediately at netadmin@patni.com and delete this mail. _____________________________________________________________________
I got all this information from http://www.rasteroid.com/software/slyberoam/protocol.asp.
cool man the next time I go to my clients place I will impliment this.. But tell me something does your ISP allow ssh from outside...
Derwyn
On 11/7/05, Vinodkumar Nair vinodkumar.nair@patni.com wrote:
In case of Linux client, Iam able to successfully connect and login. But after that Iam not able to visit any of the webpages. I have checked the gateway, DNS settings and they are correct. Iam using Fedora Core 4.
I've finally got a solution to this problem!!
When using the Windows client, outgoing IP datagrams are mangled by a packet-level driver installed by the client installation program. This driver goes by the name of "eno2000.sys" and "enonotify.dll". The driver actually alters the "Type of Service" (TOS) octet of each datagram by setting bit 6 (assuming bits are numbered 0 to 7) to 1. Additionally, while the client is not logged in, the packet-level driver resets this bit to 0 for all outgoing IP datagrams. Correspondingly the server hosted by the ISP actively filters all packets and only allows the altered ("flagged") packets to pass.
But in case of the Linux client, the outgoing packets were not being altered. In case of linux, the outgoing packets can be altered using iptables with the command "iptables -t mangle -A OUTPUT -j TOS --set-tos 02". After doing this, I was able to access the internet.
I got all this information from http://www.rasteroid.com/software/slyberoam/protocol.asp.
Thanks for all ur help.
Regards, Vinod Nair.
http://www.patni.com World-Wide Partnerships. World-Class Solutions. _____________________________________________________________________
This e-mail message may contain proprietary, confidential or legally privileged information for the sole use of the person or entity to whom this message was originally addressed. Any review, e-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this e-mail in error kindly delete this e-mail from your records. If it appears that this mail has been forwarded to you without proper authority, please notify us immediately at netadmin@patni.com and delete this mail. _____________________________________________________________________
Sometime Today, VN cobbled together some glyphs to say:
I've finally got a solution to this problem!!
Hey Vinod, thanks for this. The information will be quite useful.
This e-mail message may contain proprietary, confidential or legally
No thanks for this though. Please remove these disclaimers from your mail, as it could be a liability for us to keep your message in our mailboxes and archives.
Philip
No thanks for this though. Please remove these disclaimers from your mail, as it could be a liability for us to keep your message in our mailboxes and archives.
Hi Philip,
Is the liability of keeping the messages in mailboxes and archives due to the legalities in the disclaimer or because of the addition of unnecessary bytes?
Also, the problem is that the disclaimer is automatically added by the pop mail server.
On top of that, our company blocks all popular email providers like yahoo, msn, fastmail etc.. Because of this, the only way that I can communicate with this group when Iam at office is via the official email id.
Is there any other way that I can send messages to this group?
Regards, Vinod Nair
http://www.patni.com World-Wide Partnerships. World-Class Solutions. _____________________________________________________________________
This e-mail message may contain proprietary, confidential or legally privileged information for the sole use of the person or entity to whom this message was originally addressed. Any review, e-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this e-mail in error kindly delete this e-mail from your records. If it appears that this mail has been forwarded to you without proper authority, please notify us immediately at netadmin@patni.com and delete this mail. _____________________________________________________________________
Also, the problem is that the disclaimer is automatically added by the pop mail server.
I would like to correct this... its added by the "smtp server" and not the pop server:)
http://www.patni.com World-Wide Partnerships. World-Class Solutions. _____________________________________________________________________
This e-mail message may contain proprietary, confidential or legally privileged information for the sole use of the person or entity to whom this message was originally addressed. Any review, e-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this e-mail in error kindly delete this e-mail from your records. If it appears that this mail has been forwarded to you without proper authority, please notify us immediately at netadmin@patni.com and delete this mail. _____________________________________________________________________
On Monday 07 Nov 2005 11:58 am, Vinodkumar Nair wrote:
On top of that, our company blocks all popular email providers like yahoo, msn, fastmail etc.. Because of this, the only way that I can communicate with this group when Iam at office is via the official email id.
Is there any other way that I can send messages to this group?
there is no easy way - either you have to convince your company not to put useless disclaimers or you should not use your company's mailing system for mails to the list. I dont think this list bans members who add disclaimers - but it certainly irritates everyone. And, if your company is taking so much trouble to block private emails on company time, maybe you should respect this - or convince the company that mail to this list would increase your productivity.
Sometime Today, VN cobbled together some glyphs to say:
Is the liability of keeping the messages in mailboxes and archives due to the legalities in the disclaimer or because of the addition of unnecessary
legalities. it's also against the list rules.
Also, the problem is that the disclaimer is automatically added by the pop mail server.
use a different mail server then or talk to your sysadmins to remove linuxers@mm.ilug-bom.org.in from the list of recipients who get this disclaimer. Yes, they can do this if they are not lazy.
Philip