Re: [GnomeMeeting-list] need help to configure my iptables



Once upon a time Tuesday 04 May 2004 10:26 am, p80 wrote:
> hey all,
> I'm no iptables master so I have a couple of questions :)
> My computer1 have two ethernet cards eth0 and eth1.
> I have a little network at home i get the internet on my computer1 on eth1
> (public ip is 81.57.5.106) and I forward it with eth0(192.168.0.1) to two
> other computers 192.168.0.2 and 192.168.0.3 . I want to use gnomemeeting on
> the 192.168.0.3 so I tried the script on the FAQ but it didn't work :(
> Maybe I didn't configure it well. here is what I did:
>
> #!/bin/bash
> IPTABLES=/sbin/iptables
> # = where resides the iptables binary (see "type -p iptables")
> OUT_DEV=81.57.5.106
^^^^^^^ should be the device eth1
> # = your public Internet-Device
> IN_DEV=eth1
^^^^ should be eth0

> # = your internal Internet-Device
> IN_HOST=192.168.0.3
> # = Host to which the incoming H323 is being forwarded

the rest should be ok then



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