[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OT] IP Masquerading



On Sun, 31 Jan 1999, Dino wrote:

> Date: Sun, 31 Jan 1999 15:13:15 +0100
> From: Dino <d.paganello@mclink.it>
> To: Debian-italian <debian-italian@lists.debian.org>
> Subject: [OT] IP Masquerading
> Resent-Date: 31 Jan 1999 15:27:42 -0000
> Resent-From: debian-italian@lists.debian.org
> Resent-cc: recipient.list.not.shown:;
> 
> Oggi ho tentato di settare il server di casa (Debian-2/ Kernel 2.2.1)
> per consentire l'accesso ad internet diretto al mio portatile e non ho
> ottenuto nulla ... se non l'aver quasi mandato a memoria Ipchains-HOWTO ;)
> 
> Conscio di essere in grave OT chiedo venia ed aiuto :)
> 
> Server: 10.0.0.2/255.0.0.0 
> Portatile: 10.0.0.1/255.0.0.0, gw 10.0.0.2, nameserver DNS_mio_provider
> 
> Connessi via eth0, tutto regolare.
> 
> Mi pare di aver compilato correttamente il kernel del server:
>  cuatrimotor:~$ cat /proc/sys/net/ipv4/ip_forward 
>  0
> 
> Ho abilitato il masquerading, il trnsparent proxy e quant'altro.
> 
> Ho dato i seguenti comandi:
> 
> #ipchains -P forward DENY
> #ipchains -A forward -j MASQ -s 10.0.0.0/8 -d 0.0.0.0/0
> 
> .. ma il portatile resta nel suo beato isolamento :(
> 
> Consigli?
> 

francamente non so a cosa servi ipchains ma comunque se ho capito bene il
tuo problema la roba da usare e' altra 
prima di tutto leggiti IP-masquerading how-to , poi una volta compilato 
il kernel del server con le relative opzioni (ip firewall , ip
masquerading e altro ) basta dare  due comandi in croce .

io ho fatto cosi' : 
THRUNXS (il server debian con kerel  2.2.1 ) ip=192.0.0.1  
lilly (client winsozz ) 192.0.0.2

da uno script di boot i comandi sono questi 

ifconfig lo 127.0.0.1
route add  127.0.0.1
ifconfig -promisc eth0 192.0.0.1
route add 192.0.0.2
ipfwadm -F -p deny
ipfwadm -F -a m -S 192.0.0.1/24 -D 0.0.0.0/0


ma e' tutto spiegato bene nel ip-masq-how-to

ciaoo

samuele




	when a man lies he murders some part of the world
	these are the pale deaths which men miscall their lives
	all this i cannot bear to witness any longer 
	cannot the kingdom of salvation take me home?

	(cliff burton)



Reply to: