Networking Forums

Networking Forums > Computer Networking > Linux Networking > Is it possible to NAT [net address] to [Internet address]

Reply
Thread Tools Display Modes

Is it possible to NAT [net address] to [Internet address]

 
 
Francesco
Guest
Posts: n/a

 
      01-07-2004, 09:26 AM
Hi all,
I'm developing a video streaming product on a Linux box which does video
multicast to all address of my subnet 192.168.10.0-254.

Since some clients gets connected from Internet (so they haven't
got a static address but they get an IP address from the Internet Provider)
is it possible (and advisable too) to translate for example
192.168.10.1 to XX.XX.XX.XX
where 'XX.XX.XX.XX' is the IP address you get dynamically from the
provider ?

Hope I was clear.
Thanks a lot in advance
Francesco


 
Reply With Quote
 
 
 
 
jack
Guest
Posts: n/a

 
      01-07-2004, 09:46 AM
Francesco wrote:

> Since some clients gets connected from Internet (so they haven't
> got a static address but they get an IP address from the Internet Provider)
> is it possible (and advisable too) to translate for example
> 192.168.10.1 to XX.XX.XX.XX
> where 'XX.XX.XX.XX' is the IP address you get dynamically from the
> provider ?
>
> Hope I was clear.


You weren't, sorry...

Of course it is possible, but to decide how to do it in Your specific
environment requires a picture of what You do, and how.

Now, how do those remote clients connect, and where to (some router, I
assume)? - How would You address those clients apart from Your project?


Cheers, Jack.

--
----------------------------------------------------------------------
My personal reading of the string "MicroSoft" expands to "NanoWeak"...

 
Reply With Quote
 
Leon.
Guest
Posts: n/a

 
      01-07-2004, 11:24 AM

"Francesco" <(E-Mail Removed)> wrote in message
news:Q9RKb.236387$(E-Mail Removed)...
> Hi all,
> I'm developing a video streaming product on a Linux box which does video
> multicast to all address of my subnet 192.168.10.0-254.
>
> Since some clients gets connected from Internet (so they haven't
> got a static address but they get an IP address from the Internet

Provider)
> is it possible (and advisable too) to translate for example
> 192.168.10.1 to XX.XX.XX.XX
> where 'XX.XX.XX.XX' is the IP address you get dynamically from the
> provider ?
>
> Hope I was clear.
> Thanks a lot in advance
> Francesco



Ok, so you have an internal service but want it on the web.

Well then you want port forwarding...



You need to give to the internet clients a real internet address, or a
domain name that looks up to a real internet address....

So then they connect to that interent address on some port , and then the
connection is forwarded to your internal service .. well this can be done
with port forwarding (which is used along with NAT.. nat for outwards
traffic, port forwarding for inward traffic, right ? ), which forwards the
packets on but with the ip address of the server address changed to be your
internal server.

See linux howto's on how to do port forwarding.


 
Reply With Quote
 
Francesco
Guest
Posts: n/a

 
      01-07-2004, 03:04 PM
Hi all,
let me explain better. I have an application that sends video & audio.
I can send the data using:

1) peer to peer connection
2) multicast to all address of the subnet

I'd like to use the second as it's more efficient.
The problem is that some client connect from a dial-up connection
so they don't belong to my subnet.
Here's what happens:
clients 1 connects to the site from address 10.12.10.174
client 2 connects to the site from address 10.12.10.186

I want to multicast video so to the subnet 192.168.0.X that

192.168.0.1 -------> 10.12.10.174
192.168.0.2 -------> 10.12.10.186
..........

As new connections arrive, this "map" should be updated dynamically.
Is it possible to do it?
Thanks a lot
Francesco



"jack" <(E-Mail Removed)> ha scritto nel messaggio
news:btgo14$5rh$06$(E-Mail Removed)...
> Francesco wrote:
>
> > Since some clients gets connected from Internet (so they haven't
> > got a static address but they get an IP address from the Internet

Provider)
> > is it possible (and advisable too) to translate for example
> > 192.168.10.1 to XX.XX.XX.XX
> > where 'XX.XX.XX.XX' is the IP address you get dynamically from the
> > provider ?
> >
> > Hope I was clear.

>
> You weren't, sorry...
>
> Of course it is possible, but to decide how to do it in Your specific
> environment requires a picture of what You do, and how.
>
> Now, how do those remote clients connect, and where to (some router, I
> assume)? - How would You address those clients apart from Your project?
>
>
> Cheers, Jack.
>
> --
> ----------------------------------------------------------------------
> My personal reading of the string "MicroSoft" expands to "NanoWeak"...
>



 
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
Pipex Address: Post Office wont sent registered letter as they say the address is invalid! W Broadband 16 05-13-2008 09:30 PM
Coffee shop wifi will not give me IP address, but gives everyone else IP address. But static IP works! Jennifer R Wireless Internet 5 09-30-2007 06:12 AM
access violation at address 004075e5 module WUSB54G4.exe of address 00000368 Houndog Wireless Internet 10 02-13-2006 06:56 PM
"access violation at address 004075e5 module WUSB54G4.exe of address 00000368 Houndog Windows Networking 0 02-12-2006 09:40 PM
When Linux PC boots, Does it sends RARP packet to get its IP address by embedding its Hardware address? santa19992000@yahoo.com Linux Networking 2 10-16-2005 10:40 PM



1 2 3 4 5 6 7 8 9 10 11