IP Masquerading and packet fragmentation problems

2002-04-29 Thread Karl E. Jorgensen
kernel (ancient 66MHz 486dx, but it works :-) woody connects to ISP via diald/ppp. eth0 connected to home LAN (192.168.240.4/16) IP Masquerading, firewalling via shorewall (was quick to set up) DNS server with auth for LAN, forwarding for everything else

Re: IP masquerading

2001-05-31 Thread Jan Enning
ection, and eth1 (address 192.168.0.1) on my private network. On > this network, I have a coputer (IP address 192.168.0.2) which wants to share > the internet connection with the server. How can I do that with IP > masquerading ? I use a kernel 2.4 and iptables. > > Thanks for any help > &

Re: IP masquerading

2001-05-31 Thread Jan Enning
ection, and eth1 (address 192.168.0.1) on my private network. On > this network, I have a coputer (IP address 192.168.0.2) which wants to share > the internet connection with the server. How can I do that with IP > masquerading ? I use a kernel 2.4 and iptables. > > Thanks for any help > &

Re: IP masquerading

2001-05-26 Thread Reece Anderson
.46 ) with a xDSL > internet connection, and eth1 (address 192.168.0.1) on my private network. On > this network, I have a coputer (IP address 192.168.0.2) which wants to share > the internet connection with the server. How can I do that with IP > masquerading ? I use a kernel 2.4 and ipta

Re: IP masquerading

2001-05-26 Thread Reece Anderson
.46 ) with a xDSL > internet connection, and eth1 (address 192.168.0.1) on my private network. On > this network, I have a coputer (IP address 192.168.0.2) which wants to share > the internet connection with the server. How can I do that with IP > masquerading ? I use a kernel 2.4 and ipta

IP masquerading

2001-05-26 Thread Luc MAIGNAN
8.0.2) which wants to share the internet connection with the server. How can I do that with IP masquerading ? I use a kernel 2.4 and iptables. Thanks for any help Best regards

IP masquerading

2001-05-26 Thread Luc MAIGNAN
8.0.2) which wants to share the internet connection with the server. How can I do that with IP masquerading ? I use a kernel 2.4 and iptables. Thanks for any help Best regards -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: IP masquerading rules

2000-03-25 Thread Jeremy C. Reed
I figured out my first question. On Fri, 24 Mar 2000, Jeremy C. Reed wrote: > When I do a: > ipfwadm -F -a m -S 10.2.1.0/24 -D 0.0.0.0/0 > on the Linux router, the webserver has access to the world. But then I can > no longer ssh to it from my workstation. I can also no longer get > webpages fr

Re: IP masquerading rules

2000-03-25 Thread Larry Morrow
Hi Jeremy, You have to do some port forwarding on the Linux router. Look for ipportfw on your debian box. If not search it out on the net and install it. Look in the man pages and set up a rule that forwards things coming in on port 80 to the internal webserver. As far as ssh is concerned, if

IP masquerading rules

2000-03-25 Thread Jeremy C. Reed
I am trying to setup a webserver that has only an internal (non-world) IP of 10.2.1.235. The router is a Debian 2.1 (with Linux 2.0.36 kernel) box. The Linux router has: route add -net 10.2.1.0 netmask 255.255.255.0 eth1:0 ifconfig eth1:0 10.2.1.1 netmask 255.255.255.0 up (10.2.1.1 is the defa