[ilugd] Linux Implementation at Om Logistics

2006-01-05 Thread (Sanjay Goel)
Dear Friends,

A team from Intel had visited Om Logistics a few months back and studied
the IT Set-Up in our organisation.  They have documented there exercise
in the form of the case study. Case study can be downloaded from 

http://omsanchar.omlogistics.co.in/intel.pdf


CTO-Forum magazine also published an article on our Linux Implementation
in there Oct-2005 issue. The same can be downloaded from

http://omsanchar.omlogistics.co.in/ctoforum.pdf



S. K. Goel
http://omlogistics.co.in

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Downloading Websites

2006-01-04 Thread (Sanjay Goel)
you may use  

wget -r  abc.com  

for download abc.com




On Thu, 2006-01-05 at 13:11 +0530, [EMAIL PROTECTED] wrote:

 Hi
 
 Its there a programme through which its possible to download an entire 
 website.
 
 I tried Downloader for X and it started doing something so am asking for 
 suggestions, advice.
 
 thanks
 ram
 
 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
 

S. K. Goel
Vice President -- Information Technology
Om Logistics Limited
130, Punjabi Bagh
(T.C.) Ring Road
New Delhi - 110035
Ph : 011-25970256
011-39538531
Fax: 011-28316533-34
Mob: 9868029940
Web: www.omlogistics.co.in
===
If you always tell the truth, you don't have to remember anything 
===

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] [OT] MTNL DSL connectivity

2005-11-17 Thread (Sanjay Goel)
I am using MTNL and VSNL both, But I found VSNL is much better option.


[S K Goel]On Fri, 2005-11-18 at 11:53 +0530, Ankur Rohatgi wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
  
 Hi all,
 I am thinking about augmenting our office connectivity with the MTNL
 dsl service. Does anyone have any experiences with them lately ? Their
 service used to pretty much suck when they launched their internet
 services years back but lately i have heard some mixed reviews. The
 plans that sound interesting are the oddly named TriB Cyber A and B
 plans that while being data capped, office 2 and 1 mbps connectivity.
 
 Any comments/reviews welcome.
 
 thanks,
 - - Ankur.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.2 (MingW32)
 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
  
 iD8DBQFDfXNbbR7mO5apBYARAm2lAJ0Rj+Wnh7T0tLO6MblpnkzBA3gn5ACfZ2AW
 ZjNcgx5hrDvD6rI9NLrHij4=
 =ii5R
 -END PGP SIGNATURE-
 
 
 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
 


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] unable to install linux on intel 915 board with sata hdd

2005-10-08 Thread (Sanjay Goel)
I am using FC4 on original 915 borad with SATA hdd without any problem.


On Sat, 2005-10-08 at 12:50 +0100, sonu tiwari wrote:

 dear all user,

  
 i was unable to install linux on sata hdd intel orignal 915 board.
 wheather it is compatible or not.
 reply your answer soon
 thanks.
  
 
 
 
   
 -
  Yahoo! India Matrimony: Find your partner now.
 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
 

S. K. Goel
Vice President -- Information Technology
Om Logistics Limited
130, Punjabi Bagh
(T.C.) Ring Road
New Delhi - 110035
Ph : 011-25970256
011-39538531
Fax: 011-28316533-34
Mob: 9868029940
Web: www.omlogistics.co.in
===
If you always tell the truth, you don't have to remember anything 
===

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Iptable

2005-07-20 Thread Sanjay Goel
You just add the line 

iptables -t nat -A POSTROUTING -s 192.168.1.126 - d www.google.com -j
MASQUERADE

in /etc/rc.d/rc.local





On Wed, 2005-07-20 at 16:38 +0530, SWAPNIL wrote:
 Dear Sir,
 
 my outgoing routes ready using following command
 iptables -t nat -A POSTROUTING -s 192.168.1.126 - d www.google.com -j 
 MASQUERADE
 
 checking output of this command is 
 
 [EMAIL PROTECTED] swapnil]# iptables -L -t nat
 Chain PREROUTING (policy ACCEPT)
 target prot opt source   destination
 
 Chain POSTROUTING (policy ACCEPT)
 target prot opt source   destination
 MASQUERADE  all  --  192.168.1.126216.239.57.99
 MASQUERADE  all  --  192.168.1.126216.239.37.99
 MASQUERADE  all  --  192.168.1.126216.239.39.99
 
 Chain OUTPUT (policy ACCEPT)
 target prot opt source   destination
 
 
 This is working fine I can access google.com without proxy till my server 
 next restart, I want this should be permanent. how can i do that?
 
 
 
 and now problem is incomming routing for my locally hosted webserver which 
 URL is projects.modular-infotech.com
 
 what steps should I follow
 
 1) entries in local DNS server
 
 2) how to specify incomming routes from 0/0 to internal IP address with 
 condition URL must projects.modular-infotech.com
 
 3) how to maintain logs for each session for URL
 
 4) how to save changes permanent ( use of iptables-save )
 
 
 
 
 
 Thanks and regards
 
  
 
 Swapnil K.
 
 System Group
 
  
 
 Modular Infotech Pvt. Ltd.
 
 26 Electronic Co-operative Estate,
 
 Pune Satara Road, Pune. 411 009.
 
 Maharshtra. INDIA.
 
 Ph: +91-20-24226612 Ext. 206.
 
 Fax: +91-20-24225896.
 
 E-mail: [EMAIL PROTECTED]
 
 Website: www.modular-infotech.com
 
 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Reliance data cable in Linux for internet

2005-07-19 Thread Sanjay Goel
Procedure to connect any reliance phone using USB Cable :-




Step -- 1
==

Create a file /etc/wvdial.conf having following entries :-


[Modem0]
Modem= /dev/ttyUSB0
Baud= 115200
SetVolume=0
DialCommand= ATDT
FlowControl= Hardware(CRTSCTS)
[Dialer R]
Username= my phone number
Password= my phone number
Phone= #777
Stupid Mode= 1
Inherits= Modem0

Step -- 2.
==

Create a file /etc/resolv.conf having following entries :-

nameserver 202.138.103.100
nameserver 202.138.97.193
nameserver 127.0.0.1

Step -- 3.
==

Give command 

service named start


Step -- 4.
==
login as root
type following command

modprobe uhci
modprobe usbserial
modprobe ftdi_sio

For Connecting to internet type 
=

wvdial R


to disconnect 
==

killall pppd




[S . K. Goel]




___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Reliance data cable in Linux for internet

2005-07-19 Thread Sanjay Goel
I am using this on FC3 and FC4.


On Wed, 2005-07-20 at 09:14 +0530, Sudev Barar wrote:
 On 7/19/05, Sanjay Goel [EMAIL PROTECTED] wrote:
  Procedure to connect any reliance phone using USB Cable :-
  
 [SNIP]
 
 Sanjay:
 Problem is the moment you plug in the usb cable phone powers off. Rest
 of the connecting procedure is well know and as I said used in past
 with RH9. Have you used this of FC3 or Ubuntu? Output  of
 /var/log/messages is below for Gurus to help.
 
 Raj:
 Thanks for input. Off to search if I can find a serial cable. All I
 have been shown were usb cables. Any idea where to source these?
 Anyone?


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] [Commercial] Load Balancing Solution for Multiple ISP Link

2005-07-11 Thread Sanjay Goel

We need a a Load Balancing Router for aggregating the bandwidth of our
multiple ISP Links with Failover and Redundancy feature. 

This Linux based Load Balancing Router should have the functionality
described below: 

1. This router should act as a gateway for our LAN and all our internet
traffic should be routed through this. 

2. In the normal condition when All the ISP links are active, it will
distribute the internet traffic between the all links so that all the
ISP links can be used equally or in a pre-determined proportion, thereby
achieving Load Balancing. 

3. In case of failure of one of the ISP Links, it will do an automatic
transfer of entire internet traffic to the other links within a couple
of seconds, thereby providing Failover as well as Redundancy. 

4. The router shall also restore load balanced status as in (1) as soon
as the failed link becomes alive again. 

5. The incoming traffic for our application and other servers will be
divided between the all Internet links and in case of failure of some of
the links, it wil be automaticaly shifted to the other link. 

The load balanced status shall be restored upon restoration of the
failed Internet link. You shall implement a Dynamic DNS for our domain
to achieve the features described in (5). 

Interested persons may contact to undersigned off the list with a formal
offer.




[S K Goel]
Vice President - IT
Om Logistics Limited
130, Transport Centre
Punjabi Bagh
New Delhi - 110035.
Ph : 25970256



___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/