[Firehol-support] Share connection on slack 10.2

. m a r c o s a u g u s t o chadart at gmail.com
Sat Jun 24 23:53:02 BST 2006


Hey there.... i'm about to go crazy with this.. 3 days.. ( at least I
learned... a bit.. a bit)

Setup:
modem                                                   linux box
[adsl bridge 192.168.1.1] -----------[ eth1 pppoe-start /// eth0
dhcpd]------------[lan]

the only lines I run:


#pppoe-start
#dhcpd eth0
#firehol start

#rc.inet1.conf
eth0
IPADDRESS 192.168.100.1
NETMASK 255.255.255.0

#dhcpd.conf

ddns-update-style ad-hoc;
default-lease-time 600;
max-lease-time 7200;

subnet 192.168.100.0 netmask 255.255.255.0 {
range 192.168.100.2 192.168.100.254;
option router 192.168.100.1;
#option domain-name-servers 192.168.1.1; tryed lot of things here
option broadcast-address 192.168.100.255;
default-lease-time 86400;
max-lease-time 487200;
}


# fireHOL config

# --- HOME ---

# The definition of our HOME LAN.
HOME_MYIP="192.168.100.1"        # The IP on our HOME LAN
HOME_MYIF="eth0"        # The HOME LAN interface
HOME_BCAST="192.168.0.255"    # The HOME LAN broadcast
HOME_LAN="192.168.0.0/24"        # The HOME LAN
HOME_SERVICES="all"

# Do we run a DHCP server on the HOME LAN?
HOME_DHCP=1            # Set to 0 to disable


# --- PUBLIC ---

# The definition of our PUBLIC interface.
PUBLIC_MYIP=""            # Leave empty for dynamic IP
PUBLIC_MYIF="ppp+"        # The public interface
PUBLIC_SERVICES="smtp http"

# Is the PPP interface a DIAL-ON-DEMAND?
DIAL_ON_DEMAND=0        # Set to 0 to disable

### pppoe
dns from server, no firewall rules


please please help me


-- 
. m a r c o s    a u g u s t o  ;

.e onde houver fé, que eu leve a dúvida.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.firehol.org/pipermail/firehol-support/attachments/20060624/36aa1356/attachment-0002.html>


More information about the Firehol-support mailing list