Enviado em 12/09/2014 - 16:27h
Saudações a todos.Enviado em 12/09/2014 - 16:42h
(eth1 internet 192.168.1.1, eth0 lan 10.1.1.1)Enviado em 12/09/2014 - 18:07h
Faltou liberar as conexões relatadas e estabelecidas e corrigir a regra de FORWARD já criada, pois o device de saída é ppp0 e não eth1. Seguem:Enviado em 13/09/2014 - 23:35h
Se você se conecta à internet pela ppp0, então o correto é:#!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. touch /var/lock/subsys/local /usr/local/sbin/motd.sh > /etc/motd /usr/sbin/fxotune -s /usr/sbin/amportal start_fop echo "1" > /proc/sys/net/ipv4/ip_forward IPTABLES="/sbin/iptables" $IPTABLES -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT $IPTABLES -A FORWARD -i eth0 -o ppp0 -j ACCEPT $IPTABLES -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
Enviado em 15/09/2014 - 18:44h
Criar entrada (menuentry) ISO no Grub
Como gerar qualquer emoji ou símbolo unicode a partir do seu teclado
Instalar o VIM 9.1 no Debian 12
Como saber o range de um IP público?
Muitas dificuldades ao instalar distro Linux em Notebook Sony Vaio PCG-6131L (VPCEA24FM)
Slackpkg+ (Slackpkg Plus) está de volta!
Como dividir duas janelas igualmente e lado-a-lado na sua tela
O livro "Linux - Guia do Administrador do Sistema (Rubem E. Ferre... (1)
Como redefinir o diretório Home? (2)
Será possível instalar Linux Mint LMDE em Sony Vaio? (16)
Posso instalar usar o grub sem ter linux instalado, para iniciar o win... (2)
Ocomon 6.0.1 - Problemas ao editar configurações estendidas (6)