LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Linksys Router FTp and Changing IP schemes? (https://www.linuxquestions.org/questions/linux-networking-3/linksys-router-ftp-and-changing-ip-schemes-260029/)

Snump 11-27-2004 11:20 PM

Linksys Router FTp and Changing IP schemes?
 
This is actually a two tiered problem.
I have to FTP some rather huge files to a friend who has an FTP server set
up on his DSL connection. When I was on Comcast on a Linksys BEFSR81
(older from before the Cisco buyout) I was able to FTP in with no problem,
start the transfer and go to bed. By morning it was just about done. Now
I moved out of that place, bought another BEFSR81, but this one is newer
and is branded with Cisco/Linksys. I can log into his FTP server with no
problems, but when i start the transfer, nothing goes. I go back to my
parents on Comcast and it works fine. But here I am on Prolog/ptd.net and
I get squat. I tried passive and normal. Then on IRC somebody set up his
ftp server and it worked perfectly with passive. I believe my friend has
a Linksys router as well - from what I understand two Linky's don't play
nice together.
Somebody suggested I change my static IP scheme for the internal (LAN)
side from the factory 192.168.1.xxx to 192.168.2.xxx. I tried that, BUT
once I do that the machien I changed no longer has connectivity. I didn't
touch the DNS, WINS, or gateway settings. Once I switch it back to the
1.xxx scheme all is well.
What the heck am I doing wrong?

gd2shoe 11-28-2004 01:33 AM

Re: Linksys Router FTp and Changing IP schemes?
 
Quote:

Originally posted by Snump
Somebody suggested I change my static IP scheme for the internal (LAN)
side from the factory 192.168.1.xxx to 192.168.2.xxx. I tried that, BUT
once I do that the machien I changed no longer has connectivity. I didn't
touch the DNS, WINS, or gateway settings. Once I switch it back to the
1.xxx scheme all is well.
What the heck am I doing wrong?


Did you also change the setting from inside the router? I'm assuming you didn't. If you did then you would also have changed the gateway setting on your computer to match.

In essence, all computers on your local network (including the router) must be on the same subnet. I'd be willing to bet that either your computer or router are using a subnet mask of 255.255.255.0 . In other words, the first three sets of numbers must match between your computer and your router. Once you change your router's IP address, then you will need to update your gateway setting to reflect this new number.

Assuming you don't already know (and it wouldn't hurt my feelings if you did), you can log into your router from any web browser. Normally you would use http://192.168.0.1 , but you already said that you're on the 192.168.1.0. Use instead whatever is your current gateway.

(If you're using DHCP, type "route -n" and look in the gateway heading for the address beside 0.0.0.0)

Snump 11-28-2004 01:39 AM

Re: Re: Linksys Router FTp and Changing IP schemes?
 
Quote:

Originally posted by gd2shoe
Did you also change the setting from inside the router? I'm assuming you didn't. If you did then you would also have changed the gateway setting on your computer to match.

In essence, all computers on your local network (including the router) must be on the same subnet. I'd be willing to bet that either your computer or router are using a subnet mask of 255.255.255.0 . In other words, the first three sets of numbers must match between your computer and your router. Once you change your router's IP address, then you will need to update your gateway setting to reflect this new number.

Assuming you don't already know (and it wouldn't hurt my feelings if you did), you can log into your router from any web browser. Normally you would use http://192.168.0.1 , but you already said that you're on the 192.168.1.0. Use instead whatever is your current gateway.

(If you're using DHCP, type "route -n" and look in the gateway heading for the address beside 0.0.0.0)

I think you're misunderstanding. I never changed my router's IP addres. I just want to change the PCs on the LAN - their IPs. So the gateway settings shoudln't change.
Yes, going to http://192.168.1.1 allows me to go to my router's config page. But, that shouldn't matter either, since I'm using static. DHCP is evil for a network this small.

gd2shoe 11-28-2004 02:13 AM

No, I understand well enough.

Your router has two IP addresses. One is external (internet), the other is internal (lan). If any of your devices uses a netmask of 255.255.255.0 then there will be a communication failure between it and another device if the third number is changed.

For example: Say your router is set to 192.168.1.1 and your computer is set to 192.168.2.2 . If either device's netmask is 255.255.255.0 then the machines will not talk to one another. You can either go about changing all netmasks (or ensuring that they are all 255.255.0.0) or you can change your router's internal address to 192.168.2.1, and change the gateway settings accordingly. (If all your net masks are 255.255.0.0 then just say so and we can go from there.)

Snump 11-28-2004 02:31 AM

Quote:

Originally posted by gd2shoe
No, I understand well enough.

Your router has two IP addresses. One is external (internet), the other is internal (lan). If any of your devices uses a netmask of 255.255.255.0 then there will be a communication failure between it and another device if the third number is changed.

For example: Say your router is set to 192.168.1.1 and your computer is set to 192.168.2.2 . If either device's netmask is 255.255.255.0 then the machines will not talk to one another. You can either go about changing all netmasks (or ensuring that they are all 255.255.0.0) or you can change your router's internal address to 192.168.2.1, and change the gateway settings accordingly. (If all your net masks are 255.255.0.0 then just say so and we can go from there.)

Okey doke. Here's what I've got.
I just tried it, and it still does the exact same thing.

http://img92.exs.cx/img92/8467/routerjustin1.png

Snump 11-28-2004 03:09 AM

I just tried using zmodem over ssh and It does the same thing.

Snump 11-28-2004 03:09 PM

Hmm. Looks like I've got everyone stumped!
My friend uses the following ip schems: 192.168.245.xxx for his internal netowrk. He also uses a linux machine, not a router.

gd2shoe 11-28-2004 09:18 PM

When you say "exact same thing", what are you referring to? Not being able to connect to the net, or not being able to connect to your friend?

I'm trying to figure out why the two Linksys boxes wont talk. If you feel confident in your firewall settings, you may try setting your router to dmz your computer (sometimes called bridge mode). This way the router wont protect you any; all internet packets will be routed back to your computer. In most setups, there shouldn't be any way for a router setup this way to interfere with a connection.

Other things to try: Can you connect to other ftp servers? Is there any way you could trade this router for the one you used to use? I just did a bit of little research, you may try port forwarding of port 20.

Snump 11-28-2004 09:30 PM

Quote:

Originally posted by gd2shoe
When you say "exact same thing", what are you referring to? Not being able to connect to the net, or not being able to connect to your friend?

I'm trying to figure out why the two Linksys boxes wont talk. If you feel confident in your firewall settings, you may try setting your router to dmz your computer (sometimes called bridge mode). This way the router wont protect you any; all internet packets will be routed back to your computer. In most setups, there shouldn't be any way for a router setup this way to interfere with a connection.

Other things to try: Can you connect to other ftp servers? Is there any way you could trade this router for the one you used to use? I just did a bit of little research, you may try port forwarding of port 20.

Like, a minute before I got the email notification We fixed it. It was my MTU setting. It was at 1,500, it should be at 1,492

The answer, yes I was ablt to connect two ohter ftp sites.
I dunno why the MTU setting would make a difference though.

gd2shoe 11-28-2004 09:43 PM

I find it odd that the problem was the MTU. In an odd sort of way, it does make sense. My work uses DigitalPath.net for our ISP. If our MTU's are set wrong (1400 is correct), then there are some sites we cannot access, such as Windows Updates. If the server thinks that it can send big packets, sometimes it will. These are then rejected by the hardware if there is a physical limitation. Changing the MTU (to my understanding) communicates to the server to send packets no larger than your connection can handle. This is the first time I've actually heard of an incorrect MTU setting in a normal environment.

Thank you for posting the solution. I'll need to remember this one.

gd2shoe 11-28-2004 09:45 PM

Sorry, just to clarify. Our MTU settings must be 1400. 1492 is about normal.

Snump 11-28-2004 10:03 PM

Yeah, IMO it wasa bit unusual. in the older version of the BEFSR81 there is no MTU settings that I can remember. Either that or its set to a default of 1400.
What I don't understand is, why it would only affect uploading to my friend's site and nbody' elses.

I'm going to finish this Michelob and get to bed. heh.

gd2shoe 11-28-2004 10:12 PM

Yeah, it affect some sites but not others. I don't know why it would affect communication with your friend specifically. Maybe his MTU is higher (and can be higher) and his computer wants to use the larger package size.

Oh, an I was trying to be clear. 1400 is NOT a normal size. It just happens to be what our ISP requires. I tend to see sizes at or just below 1500 in normal places.

Snump 11-28-2004 11:20 PM

Quote:

Originally posted by gd2shoe
Yeah, it affect some sites but not others. I don't know why it would affect communication with your friend specifically. Maybe his MTU is higher (and can be higher) and his computer wants to use the larger package size.

Oh, an I was trying to be clear. 1400 is NOT a normal size. It just happens to be what our ISP requires. I tend to see sizes at or just below 1500 in normal places.

For example, 1,492? This is the same ISP that provides the T1 line at the office. I'm going to see if I can get on the router and see what the MTU is set for.
1,500 didn't work... 1,492, and 1,446 did.
What are these numbers based off of? Its not a power of two...

gd2shoe 11-30-2004 12:31 AM

No, not powers of two. Just plain old numbers. It just depends on the physical connection. Some connections (and hardware) find particular packet sizes to be inconvenient, so they have a built in maximum just below that. I don't know all the MTU ramifications. I'm just speculating that your hardware may handle more, but your ISP's hardware doesn't like 1500 bit packages.

I can't think of where, specifically, but I have seen 1492 used before as an MTU.


All times are GMT -5. The time now is 10:57 PM.