| Linux Forum Index » Linux Networking » private addresses: ping limitations etc...... |
|
Page 1 of 1 |
|
| Author |
Message |
| Nick K... |
Posted: Tue Oct 06, 2009 4:55 am |
|
|
|
Guest
|
Hello,
I have the following setup at home:
BelkinWirelessRouter: 192.168.2.1 (internal address)
LaptopSmall WindowsVista: 192.168.2.4
LaptopLarge WindowsVista: 192.168.2.8
PS3 YellowDogLinux: 192.168.2.7
I can browse the web from any laptop or PlayStation3
and each of the three internal computers can ping itself
via its own internal IP address or the default gateway
which is the wireless IP router (which probably also
runs some version of Linux). However while I can
happily browse the web from any of these three
internal computers I am running across the
following problems:
A. No internal computer can ping any other
internal computer other than itself and
the router.
B. No internal computer can ping any other
computer on the internet from the external
interface of the router (which has a proper
IP address as can be seen via traceroute
on Linux or tracert on Windows Vista Home
Premium).
C. I want to shell in from Windows Vista using
putty to my YDL 6.2 Linux PlayStation3
but each time I try the network is
unreachable.
D. I want the PlayStation3 which runs the apache
web server (and during YDL 6.2 installation I
chose not to run the firewall for web requests
to the PS3 so I should be able to use apache
web server on it) to answer HTTP and HTTPS
requests from both the inside (internal network)
and the outside (through the router's external
interface from computers on the network).
What should I do? Should I try and reconfigure
the Belkin Router by connecting to it via
hypertext protocol?
And then I guess I should configure NAT on the
Belkin Wireless router so that any HTTP or
HTTPS requests on it are directed to the PS3?
Thanks,
John Goche |
|
|
| Back to top |
|
|
|
| Allen Kistler... |
Posted: Tue Oct 06, 2009 1:20 pm |
|
|
|
Guest
|
Nick K wrote:
Quote: I have the following setup at home:
BelkinWirelessRouter: 192.168.2.1 (internal address)
LaptopSmall WindowsVista: 192.168.2.4
LaptopLarge WindowsVista: 192.168.2.8
PS3 YellowDogLinux: 192.168.2.7
I can browse the web from any laptop or PlayStation3
and each of the three internal computers can ping itself
via its own internal IP address or the default gateway
which is the wireless IP router (which probably also
runs some version of Linux). However while I can
happily browse the web from any of these three
internal computers I am running across the
following problems:
A. No internal computer can ping any other
internal computer other than itself and
the router.
B. No internal computer can ping any other
computer on the internet from the external
interface of the router (which has a proper
IP address as can be seen via traceroute
on Linux or tracert on Windows Vista Home
Premium).
C. I want to shell in from Windows Vista using
putty to my YDL 6.2 Linux PlayStation3
but each time I try the network is
unreachable.
On the PS3, you probably have iptables configured to deny or reject all
inbound connections. You need to allow the ones you want. There are
zillions of iptables HOWTOs out there, all different. Pick one you
like. Start with the man page.
The Windows firewall also denies everything inbound by default, I
believe, including ICMP.
Quote: D. I want the PlayStation3 which runs the apache
web server (and during YDL 6.2 installation I
chose not to run the firewall for web requests
to the PS3 so I should be able to use apache
web server on it) to answer HTTP and HTTPS
requests from both the inside (internal network)
and the outside (through the router's external
interface from computers on the network).
What should I do? Should I try and reconfigure
the Belkin Router by connecting to it via
hypertext protocol?
If that's how your router's administered, then that's how your router's
administered, so yes.
Quote: And then I guess I should configure NAT on the
Belkin Wireless router so that any HTTP or
HTTPS requests on it are directed to the PS3?
Yes. |
|
|
| Back to top |
|
|
|
| Joe Pfeiffer... |
Posted: Tue Oct 06, 2009 1:30 pm |
|
|
|
Guest
|
Nick K <nzanella at (no spam) gmail.com> writes:
Quote: Hello,
I have the following setup at home:
BelkinWirelessRouter: 192.168.2.1 (internal address)
LaptopSmall WindowsVista: 192.168.2.4
LaptopLarge WindowsVista: 192.168.2.8
PS3 YellowDogLinux: 192.168.2.7
I can browse the web from any laptop or PlayStation3
and each of the three internal computers can ping itself
via its own internal IP address or the default gateway
which is the wireless IP router (which probably also
runs some version of Linux). However while I can
happily browse the web from any of these three
internal computers I am running across the
following problems:
How do you mean it can ping itself through the gateway? If you mean it
can ping itself using its 192.168.2.x address, that won't be going
through the gateway.
Quote: A. No internal computer can ping any other
internal computer other than itself and
the router.
B. No internal computer can ping any other
computer on the internet from the external
interface of the router (which has a proper
IP address as can be seen via traceroute
on Linux or tracert on Windows Vista Home
Premium).
How are your firewalls set up on your computers? This sounds like
they're configured to not allow incoming ping requests.
Quote: C. I want to shell in from Windows Vista using
putty to my YDL 6.2 Linux PlayStation3
but each time I try the network is
unreachable.
Maybe they aren't allowing anything else in, either.
Quote: D. I want the PlayStation3 which runs the apache
web server (and during YDL 6.2 installation I
chose not to run the firewall for web requests
to the PS3 so I should be able to use apache
web server on it) to answer HTTP and HTTPS
requests from both the inside (internal network)
and the outside (through the router's external
interface from computers on the network).
What should I do? Should I try and reconfigure
the Belkin Router by connecting to it via
hypertext protocol?
And then I guess I should configure NAT on the
Belkin Wireless router so that any HTTP or
HTTPS requests on it are directed to the PS3?
That's not a NAT issue, that's a port forwarding issue. But yes, you do
need to do that.
--
As we enjoy great advantages from the inventions of others, we should
be glad of an opportunity to serve others by any invention of ours;
and this we should do freely and generously. (Benjamin Franklin) |
|
|
| Back to top |
|
|
|
| Pascal Hambourg... |
Posted: Wed Oct 07, 2009 2:03 am |
|
|
|
Guest
|
Hello,
Joe Pfeiffer a écrit :
Quote:
That's not a NAT issue, that's a port forwarding issue.
Port forwarding is a form of (destination) NAT. |
|
|
| Back to top |
|
|
|
| Joe Pfeiffer... |
Posted: Wed Oct 07, 2009 8:32 am |
|
|
|
Guest
|
Pascal Hambourg <boite-a-spam at (no spam) plouf.fr.eu.org> writes:
Quote: Hello,
Joe Pfeiffer a écrit :
That's not a NAT issue, that's a port forwarding issue.
Port forwarding is a form of (destination) NAT.
True, and I shouldn't have said "not a NAT issue". But the OP is likely
to have a lot better luck configuring his router if he looks for port
forwarding rather than NAT settings in his router configuration.
--
As we enjoy great advantages from the inventions of others, we should
be glad of an opportunity to serve others by any invention of ours;
and this we should do freely and generously. (Benjamin Franklin) |
|
|
| Back to top |
|
|
|
|