Networking Forums

Networking Forums > Computer Networking > Windows Networking > Svr 2003 stopped accepting incoming RDP & FTP connections after SP

Reply
Thread Tools Display Modes

Svr 2003 stopped accepting incoming RDP & FTP connections after SP

 
 
Tiran Irani
Guest
Posts: n/a

 
      07-15-2008, 07:34 AM
Hi

I have a Server 2003 machine with dual nics running RRAS and MS FTP Server
(it's also a domain controller). RRAS is configured with some RDP port
forwards under the NAT configuration for remote RDP access to other machines
on the network. Since Server 2003 SP2 and a bunch of other updates were
applied automatically I can no longer get an RDP connection directly to the
server from outside the network. Also, the FTP server no longer accepts
connections. When an FTP connection is made to the public IP address of the
server I get the FTP login prompt and it allows me to enter a username.
However, as soon as the username is entered the FTP Server closes the
connection. There are also some MSFTPSVC warnings in the event log to do with
120 second inactivity timeouts.

I can establish RDP connections to the other machines on the network so RRAS
is obviously working to a point. So, I'm able to get remote access to the
server by RDP to a workstation then RDP to the server from there!

I'm pretty sure it's related to either service pack 2 or one of the updates
which were installed yesterday (automatically) as the problem showed up
yesterday after these were installed!

Has anyone experienced this or got any suggestions?

Thanks in advance!

 
Reply With Quote
 
 
 
 
Bill Grant
Guest
Posts: n/a

 
      07-15-2008, 10:18 AM
Yes, SP2 tightened up the security on such things and caused a few things
to stop working.

This is a very bad idea anyway. You should not have RRAS running on a DC
and you should not have your DC directly connected to the Internet. You
should have a hardware router or a dedicated firewall/router (such as ISA
server) as your Internet gateway. Even a dedicated RRAS router would be an
improvement.

"Tiran Irani" <(E-Mail Removed)> wrote in message
news:100720AC-FCEB-4EFF-9F28-(E-Mail Removed)...
> Hi
>
> I have a Server 2003 machine with dual nics running RRAS and MS FTP Server
> (it's also a domain controller). RRAS is configured with some RDP port
> forwards under the NAT configuration for remote RDP access to other
> machines
> on the network. Since Server 2003 SP2 and a bunch of other updates were
> applied automatically I can no longer get an RDP connection directly to
> the
> server from outside the network. Also, the FTP server no longer accepts
> connections. When an FTP connection is made to the public IP address of
> the
> server I get the FTP login prompt and it allows me to enter a username.
> However, as soon as the username is entered the FTP Server closes the
> connection. There are also some MSFTPSVC warnings in the event log to do
> with
> 120 second inactivity timeouts.
>
> I can establish RDP connections to the other machines on the network so
> RRAS
> is obviously working to a point. So, I'm able to get remote access to the
> server by RDP to a workstation then RDP to the server from there!
>
> I'm pretty sure it's related to either service pack 2 or one of the
> updates
> which were installed yesterday (automatically) as the problem showed up
> yesterday after these were installed!
>
> Has anyone experienced this or got any suggestions?
>
> Thanks in advance!
>

 
Reply With Quote
 
Kerry Brown
Guest
Posts: n/a

 
      07-15-2008, 01:58 PM
This is somewhat common on SBS 2003 with two NICs. This is similar to your
setup.

http://support.microsoft.com/kb/555912

http://blogs.technet.com/sbs/archive...p2-on-sbs.aspx

In a nutshell update your NIC drivers then apply the following update.

http://support.microsoft.com/kb/936594/

--
Kerry Brown
MS-MVP - Windows Desktop Experience: Systems Administration

"Tiran Irani" <(E-Mail Removed)> wrote in message
news:100720AC-FCEB-4EFF-9F28-(E-Mail Removed)...
> Hi
>
> I have a Server 2003 machine with dual nics running RRAS and MS FTP Server
> (it's also a domain controller). RRAS is configured with some RDP port
> forwards under the NAT configuration for remote RDP access to other
> machines
> on the network. Since Server 2003 SP2 and a bunch of other updates were
> applied automatically I can no longer get an RDP connection directly to
> the
> server from outside the network. Also, the FTP server no longer accepts
> connections. When an FTP connection is made to the public IP address of
> the
> server I get the FTP login prompt and it allows me to enter a username.
> However, as soon as the username is entered the FTP Server closes the
> connection. There are also some MSFTPSVC warnings in the event log to do
> with
> 120 second inactivity timeouts.
>
> I can establish RDP connections to the other machines on the network so
> RRAS
> is obviously working to a point. So, I'm able to get remote access to the
> server by RDP to a workstation then RDP to the server from there!
>
> I'm pretty sure it's related to either service pack 2 or one of the
> updates
> which were installed yesterday (automatically) as the problem showed up
> yesterday after these were installed!
>
> Has anyone experienced this or got any suggestions?
>
> Thanks in advance!
>


 
Reply With Quote
 
Tiran Irani
Guest
Posts: n/a

 
      07-15-2008, 10:28 PM
I am aware that this isnt the best scenario and I'm in discussions with my
client at the moment to resolve this.

Do you have any specifics on what may be going on here?

Thanks

"Bill Grant" wrote:

> Yes, SP2 tightened up the security on such things and caused a few things
> to stop working.
>
> This is a very bad idea anyway. You should not have RRAS running on a DC
> and you should not have your DC directly connected to the Internet. You
> should have a hardware router or a dedicated firewall/router (such as ISA
> server) as your Internet gateway. Even a dedicated RRAS router would be an
> improvement.
>
> "Tiran Irani" <(E-Mail Removed)> wrote in message
> news:100720AC-FCEB-4EFF-9F28-(E-Mail Removed)...
> > Hi
> >
> > I have a Server 2003 machine with dual nics running RRAS and MS FTP Server
> > (it's also a domain controller). RRAS is configured with some RDP port
> > forwards under the NAT configuration for remote RDP access to other
> > machines
> > on the network. Since Server 2003 SP2 and a bunch of other updates were
> > applied automatically I can no longer get an RDP connection directly to
> > the
> > server from outside the network. Also, the FTP server no longer accepts
> > connections. When an FTP connection is made to the public IP address of
> > the
> > server I get the FTP login prompt and it allows me to enter a username.
> > However, as soon as the username is entered the FTP Server closes the
> > connection. There are also some MSFTPSVC warnings in the event log to do
> > with
> > 120 second inactivity timeouts.
> >
> > I can establish RDP connections to the other machines on the network so
> > RRAS
> > is obviously working to a point. So, I'm able to get remote access to the
> > server by RDP to a workstation then RDP to the server from there!
> >
> > I'm pretty sure it's related to either service pack 2 or one of the
> > updates
> > which were installed yesterday (automatically) as the problem showed up
> > yesterday after these were installed!
> >
> > Has anyone experienced this or got any suggestions?
> >
> > Thanks in advance!
> >

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows 2003 Enterprise - Maximum incoming TCP/IP connections per second?? Bill Windows Networking 0 01-28-2009 12:10 AM
Accepting Incoming Traffic on Interface not configured with an IP astonishs@yahoo.com Linux Networking 3 08-13-2008 08:55 AM
Server not accepting new connections Shads79 Windows Networking 3 05-15-2007 03:36 AM
Server 2003 not Accepting any Internet Connections, Not Even Ping! Kingsley Jarrett Windows Networking 10 01-16-2005 03:23 PM
ftp/telnet not accepting connections ams Linux Networking 13 10-06-2003 12:52 AM



1 2 3 4 5 6 7 8 9 10 11