Moe,
Thanks for your great suggestion. That is a nice solution, but
probably not the most ideal for us, since I have to assume that the
device should stand without the help of any other computer/NAT device
i.e. plug and play from the data-jack!
I have figured that I can forget about using this guy from a remote
network. I am happy that it can atleast be given an IP !
(E-Mail Removed) (Moe Trin) wrote in message news:<(E-Mail Removed)> ...
> In article <(E-Mail Removed) >, Soham wrote:
> >I have a dumb device, which runs customized linux.
> >
> >It is network enabled, but the only settings I can give it are:
> >1) IP Address
> >2) Subnet Mask.
> >
> >There is no way to set the gateway. Wondering what might be the
> >implications of that. Can it take a public IP address? Will I be able
> >to access it from a different subnet? etc. I am conversant with
> >general networking stuff, but am not an expert.
>
> Obviously it was not designed to go outside of the local network. One
> way around this would be to put it on it's "own" network such as
> 192.168.1.0, along with one other dual homed host that is doing
> IP-Masquerade" such that this dumb box only sees one other host.
> This is just the reverse of the "normal" IP Masquerading setup,
> but the concept is the same. All of the "other" hosts that need to
> access it should be sending packets to the second NIC of the dual
> homed host. This _probably_ isn't the most desirable solution, but
> it would do the job.
>
> Old guy