Remote login and Download Problem

  • Thread starter Thread starter selva.k
  • Start date Start date
  • Replies Replies 12
  • Views Views 5,342

selva.k

Newbie
Messages
7
Location
NA
ISP
Airtel
Hai All,

In our office we were using Aitel net connection with windows xp as gateway.Now we have changed our gateway machine to linux and bought a new beteel 220bxi modem/router and connected net using PPPoE mode and connected modem to linux machine by ethernet connection.Now we have following problems :

1)When we login into our remote servers using SSH,after a few minutes the connection breaks down with the following message :
Read from remote host "server name": Connection reset by peer
Connection to "server name" closed.

2)We can't uplaod files to our sites using FTP and can't send mails with attachment from windows machine.

3)When we download big file ( > 100mb) ,the download ends in half way.

pls help me to solve the problem....
Thanks,
Selva
 
beetel 220BXI
Check all are selected. for LAN and WAN
we login into our remote servers using SSH
appears SSH option not available.
http://i44.tinypic.com/263arfk.jpg

Which was the modem you used for XP setup ? try with that.

If any problem in LINUX set up: No idea.
Please wait for other's comments.
 
which distro is the linux machine running? if possible post an ifconfig output from the linux machine

@essbebe
Ssh is a secure protocol run on machines and not routers.. mostly on linux machines..it does stuff like ftp etc but in a highly secure way..
 
Hai....
Thanks for replaying to my post.

I am using RHEL 5 and output of ifconfig :

[root@localhost ~]# ifconfig
eth0 Link encap:Ethernet HWaddr xxxxxxxxxxxxxxx
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: xxxxxxxxxxxxxxxxxx/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:161079 errors:0 dropped:0 overruns:0 frame:0
TX packets:134559 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:161291335 (153.8 MiB) TX bytes:18058942 (17.2 MiB)
Interrupt:177 Base address:0x2000

eth1 Link encap:Ethernet HWaddr xxxxxxxxxxxxxxx
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: xxxxxxxxxxxxxxxx/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:86489 errors:0 dropped:0 overruns:0 frame:0
TX packets:136421 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:14080361 (13.4 MiB) TX bytes:160090240 (152.6 MiB)
Interrupt:225 Base address:0xc000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:7010 errors:0 dropped:0 overruns:0 frame:0
TX packets:7010 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:7693580 (7.3 MiB) TX bytes:7693580 (7.3 MiB)

I have conneted modem to eth0 and LAN to eth1.

Thanks&Regards
Selva
 
@superprash2003
UPDATE
@essbebe
Ssh is a secure protocol run on machines and not routers.. mostly on linux machines..it does stuff like ftp etc but in a highly secure way.
SEE
Bharti Teletech Limited- A Bharti Enterprise
Bharti Teletech Limited- A Bharti Enterprise
Product Feature [ 220BX1 ]

* The CPE shall support SNMP v2 upgradeable to SNMP V3.
* The CPE shall support Standard MIBs and Private MIBs. The MIBs shall have to be supplied.
* SSH support
* Support TFTP/FTP for F/W upgrade/backup

[ For More Detail Please Download PDF file ]
 
@essbebe
Thanks for the information , didnt think that routers would have ssh support..

@selva.k
i presume when you said remote servers, you mean you wish to ssh to a remote machine.Your ifconfig looks good.. post output of sudo iptables -L .. incase something is blocking traffic
 
I found that problem is not in gataway(linux) because i have connected modem directly to switch and i have encounterd the same problem . The problem is in modem.I have also got complients from my LAN clients that, yahoo messenger also disconnets frequently...
 
it could be that your modem gets disconnected often.. login to your modem , and under STATUS, post your SNR info . Another option would be to change your MTU values
 
MTU value in modem is 1492 . Colud you tell me what MTU means.Do i want to increase or decrease MTU value in my modem?Thanks&RegardsSelva
 
Back