My "network" is pretty basic. I've got two machines connected with a crossover cable. With one of them, I connect to the internet with a dialup serial modem. That box also has proftp installed. I'll call that Server and the other, which has no modem, Client.
I used to be able to transfer files back and forth via ftp, using Konqueror. Then I found this: Internet Connection Sharing - Community Ubuntu Documentation https://help.ubuntu.com/community/In...nectionSharing
Needless to say, I messed it up. Basically, I forgot there's no server in the Client box--which is the one I did all the configurations on. (I was planning to attach the modem to it.) I tried to undo it all, and my boxes can ping each other, but for some reason when I try to connect to the Server I'm getting a "connection refused" message.
Proftp is a running process on the Server, which is Hardy. The Client is using Jaunty, and I've killed (but not uninstalled) Network Manager to no avail. Prior to my screwup, it didn't make any difference; I could connect the boxes just fine.
Thing is, the "connection refused" page pops up so quickly I'm suspecting it's the Client that's the problem--like it's not even looking for the IP address of the Server.
Any suggestions? Maybe if I reinstall iptables? I don't want to mess this up worse than it is.
I used to be able to transfer files back and forth via ftp, using Konqueror. Then I found this: Internet Connection Sharing - Community Ubuntu Documentation https://help.ubuntu.com/community/In...nectionSharing
Needless to say, I messed it up. Basically, I forgot there's no server in the Client box--which is the one I did all the configurations on. (I was planning to attach the modem to it.) I tried to undo it all, and my boxes can ping each other, but for some reason when I try to connect to the Server I'm getting a "connection refused" message.
Proftp is a running process on the Server, which is Hardy. The Client is using Jaunty, and I've killed (but not uninstalled) Network Manager to no avail. Prior to my screwup, it didn't make any difference; I could connect the boxes just fine.
Thing is, the "connection refused" page pops up so quickly I'm suspecting it's the Client that's the problem--like it's not even looking for the IP address of the Server.
Any suggestions? Maybe if I reinstall iptables? I don't want to mess this up worse than it is.





I'm not familiar with ProFTP and it's settings, but client server connections could be blocked by your hosts files. Look at (all under /etc/) hosts, hosts.allow and hosts.deny. Define your hostnames in hosts and allow your local network in hosts.allow.

But considering I can't even type in an IP address properly (see above) and the extent I messed up in the first place, I'm not very confident in myself. I might give it a try if all else fails. 
Comment