Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

private addresses: ping limitations etc...

 
   Soft32 Home -> Linux -> Networking RSS
Next:  To Start, Push the Windows Logo Button  
Author Message
Nick K

External


Since: Aug 16, 2009
Posts: 2



(Msg. 1) Posted: Tue Oct 06, 2009 7:55 am
Post subject: private addresses: ping limitations etc...
Archived from groups: comp>os>linux>networking (more info?)

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
Login to vote
Joe Pfeiffer

External


Since: Jul 17, 2006
Posts: 53



(Msg. 2) Posted: Tue Oct 06, 2009 1:30 pm
Post subject: Re: private addresses: ping limitations etc... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Nick K <nzanella.DeleteThis@gmail.com> writes:

> 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.

> 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.

> 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.

> 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
Login to vote
Allen Kistler

External


Since: Jul 12, 2004
Posts: 94



(Msg. 3) Posted: Tue Oct 06, 2009 2:20 pm
Post subject: Re: private addresses: ping limitations etc... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Nick K wrote:
> 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.

> 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.

> 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
Login to vote
Pascal Hambourg

External


Since: Apr 06, 2007
Posts: 99



(Msg. 4) Posted: Wed Oct 07, 2009 3:20 am
Post subject: Re: private addresses: ping limitations etc... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.
Back to top
Login to vote
Joe Pfeiffer

External


Since: Jul 17, 2006
Posts: 53



(Msg. 5) Posted: Wed Oct 07, 2009 8:32 am
Post subject: Re: private addresses: ping limitations etc... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Pascal Hambourg <boite-a-spam.RemoveThis@plouf.fr.eu.org> writes:

> 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
Login to vote
Display posts from previous:   
Related Topics:
WiFi browsing for Windows, but not for Linux? - That seems to be the problem a colleague of mine is currently experiencing in France. Details here: ..

Setting up iwlwifi and wpa supplicant on Fedora 7 - Could someone give me the steps (script) to setup iwlwifi for WPA. I have iwlwifi installed from the Fedora..

VPN OpenSwan&Xl2tp problem with big udp packets - Hi all, I'm having a problem with my vpn server using openswan et xl2tp on a gentoo linux. All the tcp traffic seems....

Hacked, now trying to disinfect - Yeah, i know, it can't happen in Linux. But it has been happening to our work servers for several months. Due to poor....

STRANGE PING behaviour on a SuSE 10.0 Host - 1st Ping ok 2.. - hi anybody, i got a VERY STRANGE behaviour here.. see this. if i ping any host from my Suse10 Host by IP or Hostname,...

Request for clarification on disk i/o limitations - I'm studying the behavior of the page cache vs. direct i/o in the kernel (so far up to 2.6.9-42.0.10 for CentOS 4.4,..
       Soft32 Home -> Linux -> Networking All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]