howdy.
i'm looking for a port of the linux ip-masquerading
software (to FreeBSD!), or a package that allows similar
functionality.
i'd appreciate any suggestions.
-elh
> > i'm looking for a port of the linux ip-masquerading
> > software (to FreeBSD!), or a package that allows similar
> > functionality.
> What exactly is this for? IP aliasing? RTFM ifconfig(8) for this.
Then again, I may be totally wrong - I'm guessing as to what
masquerading is.
Gary
Yep, that is essentially correct. The neat thing is that allQuote:>No, I don't think it's for IP aliasing, I think it is a method
>of allowing many machines to access the Internet through a dial up
>connection with only one IP addr. What happens is that the unix
>box acts like a router, but changes all outgoing IP src-addresses
>to it's own, and changes the dst-addresses on incoming packets
>before sending them on their way to the local machines. It's a
>little more complicated than it sounds since a database has to be
>maintained for all TCP connections.
I use Linux on my computer. When I am connected via a SLIP connection,
my roommate can also use my SLIP connection transparently. He can
use netscape, telnet, DNS, etc, and have it work perfectly. All the
IP packets that he sends out are "masqueraded" as actually coming from
my computer, and incoming packets are automatically converted back
and routed to his computer.
Masquerading allows us to share one phone line, and both use the modem
at the same time, without the need for him to login to my computer
and use my resources (I'm running Linux on a 386/40 with 4 megs,
so him not using my resources is a very good thing!).
Nope, that's not true. DNS works just fine, and that uses UDP.Quote:>Also, it doesn't work with
>UDP.
It doesn't work for incoming connections though. Only for outgoing
connections.
The source for IP_MASQUERADING information is ftp.eves.com:/pub/masq/
Also included at that site is information about what IP
masquerading is, and how it works.
I guess this is just yet another cool feature that Linux has and
FreeBSD doesn't.
Take care,
-- Nick Kralevich
>Then again, I may be totally wrong - I'm guessing as to what
>masquerading is.
>Gary
With best regards,
Mike
>> i'm looking for a port of the linux ip-masquerading
>> software (to FreeBSD!), or a package that allows similar
>> functionality.
>What exactly is this for? IP aliasing? RTFM ifconfig(8) for this.
Thanks
Kev
This is essentially correct. My roommate and I use IP_MASQUERADINGQuote:>No, I don't think it's for IP aliasing, I think it is a method
>of allowing many machines to access the Internet through a dial up
>connection with only one IP addr. What happens is that the unix
>box acts like a router, but changes all outgoing IP src-addresses
>to it's own, and changes the dst-addresses on incoming packets
>before sending them on their way to the local machines. It's a
>little more complicated than it sounds since a database has to be
>maintained for all TCP connections. Also, it doesn't work with
>UDP.
UDP connections work. As an example, DNS, which uses UDP, works.
Ping doesn't work, since it uses raw sockets. Some other programs
don't work, but most programs work without problem.
The definite source for linux IP_MASQUERADING information is
ftp.eves.com:/pub/masq/ . At this site is the masquerading howto,
which explains what IP masquerading can do and what it's trying todo.
Take care,
-- Nick Kralevich
(p.s., my apologizes for a previous post, which I've canceled.
This post is intended to replace it).
>The source for IP_MASQUERADING information is ftp.eves.com:/pub/masq/
>Also included at that site is information about what IP
>masquerading is, and how it works.
>I guess this is just yet another cool feature that Linux has and
>FreeBSD doesn't.
>>I guess this is just yet another cool feature that Linux has and
>>FreeBSD doesn't.
> Sounds like someone re-wrote slirp and integrated it and called
>it a feature. ;->
Les Mikesell
1. IP Masq'd Workstation to connect to IP Masq'd Workstation
I have setup my Linux Box with IPMasq. Everything runs fine from my win box
behind the proxy. Now I just encountered a problem. I have tried to connect
to an ftp server that is behind NAT server which are both on winboxs
------------ ------------- ------------
------------------
| | | IP Masq | Internet | NAT |
| Win workstation |
| Win |---------| Linux |------------| Sygate
|---------| FTP |
| | | Proxy | Internet | Win box
| | server |
------------ ------------- -------------
------------------
I can't seem to connect to the FTP even when the FTP Client is set to
passive mode. Does anyone know whether there is anything I can do on my side
of the connection such as reconfiguring my Linux Box to fwd properly?
3. IP Masq - Specify IP to Masq as?
4. bash 2.05a (RHL7.3): root directory also named // (???)
5. Configuring net (IP-tunnel, IP-Alias, Proxy-ARP, NAT, IP-Masq?)
6. `exceptfds' argument to select()
8. Red Hat SNDCONFIG won't run! Help!
9. Dynamic IP & Linux IP-Masq HOWTO
10. linux: ipfw; ip-masq; eth0 and ppp0
11. IP-Masq: Can't Email Attachment from MAC OS Client
13. IP-masq and diald urgent question!