criar servidor web com ip fixo

1. criar servidor web com ip fixo

jose humberto
obetinho

(usa Fedora)

Enviado em 03/03/2011 - 14:19h

Boa tarde pessoal,

estou a 2 dias pesquisando, tentando e nao consegui fazer funcionar... vou descrever o que ja consegui

o servidor é da empresa com Fedora e ip fixo GVT, roteador comtrend adsl router
ja tenho cadastro no no-ip (ja tinha feito p pc de casa com winxp e com auxilio do DUC no-ip... la ta funcionado)
criei no site um outro host com o ip da empresa

no apache ta Listem 8080
adicionei no iptables
iptables -A INPUT -p tcp -i ppp0 --dport 8080 -j ACCEPT achei isso por meio de pesquisa
no roteador ta
NAT -- Virtual Servers Setup
Server Name | External Port Start|External Port End|Protocol|Internal PortStart| InternalPortEnd Server IP Address Remote Host Remove
..
..
web 8081 8081 TCP 8081 8081 192.168.1.3
pd 8080 8080 TCP 8080 8080 192.168.1.3 <-- adicionei este

nao fiz nada no squid

acesso http://192.168.1.3:8080/site funciona do meu pc de trab 192.168.0.35
acesso http://meusite.no-ip.info/ ou pelo ip fixo gvt e pede login e senha do roteador
se eu colocar meusite no final aparece 404 not found e a tela é do roteador
se eu colocar :8080/meusite no final dá ERRO
A URL solicitada não pode ser recuperada

ta dificil gente... o que eu faço?


  


3. Re: criar servidor web com ip fixo

Rafael Marangoni
rafatmb

(usa CentOS)

Enviado em 03/03/2011 - 15:25h

Olá,

Faz o seguinte, coloca o retorno do comando abaixo aqui:

iptables -vL

[]'s

Rafa
Linux, Linux e Linux! http://www.brlink.com.br/s/linux/suporte-linux


4. Re: criar servidor web com ip fixo

Diego Oliveira da Silva
dolivervl

(usa Slackware)

Enviado em 03/03/2011 - 15:52h

Dentro da configuração do seu roteador/modem, vc tem que criar um NAT para que toda conexão na porta 80 do seu roteador/modem seja redirecionado para seu 192.168.1.3:8080.
Só isso.


5. Re: criar servidor web com ip fixo

jose humberto
obetinho

(usa Fedora)

Enviado em 03/03/2011 - 15:52h

> iptables -vL
Chain INPUT (policy DROP 674 packets, 205K bytes)
pkts bytes target prot opt in out source destination
1197K 245M LOG all -- eth0 any anywhere anywhere LOG level debug prefix `BANDWIDTH_IN:'
1230K 252M ACCEPT all -- !eth1 any anywhere anywhere
858K 821M ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED
0 0 TRINOO tcp -- eth1 any anywhere anywhere tcp dpt:27444
0 0 TRINOO tcp -- eth1 any anywhere anywhere tcp dpt:27665
0 0 TRINOO tcp -- eth1 any anywhere anywhere tcp dpt:31335
0 0 TRINOO tcp -- eth1 any anywhere anywhere tcp dpt:34555
0 0 TRINOO tcp -- eth1 any anywhere anywhere tcp dpt:35555
0 0 TROJAN tcp -- eth1 any anywhere anywhere tcp dpt:mdqs
0 0 TROJAN tcp -- eth1 any anywhere anywhere tcp dpt:mdqs
0 0 TROJAN tcp -- eth1 any anywhere anywhere tcp dpt:terabase
0 0 TROJAN tcp -- eth1 any anywhere anywhere tcp dpt:x11
0 0 TROJAN tcp -- eth1 any anywhere anywhere tcp dpt:6006
0 0 TROJAN tcp -- eth1 any anywhere anywhere tcp dpt:16660
0 0 ACCEPT icmp -- any any anywhere anywhere
0 0 SCANNER tcp -- eth1 any anywhere anywhere tcp flags:FIN,SYN,RST,PSH,ACK,URG/FIN,PSH,URG
0 0 SCANNER tcp -- eth1 any anywhere anywhere tcp flags:FIN,SYN,RST,PSH,ACK,URG/NONE
0 0 SCANNER tcp -- eth1 any anywhere anywhere tcp flags:FIN,SYN,RST,PSH,ACK,URG/FIN,SYN,RST,PSH,ACK,URG
0 0 SCANNER tcp -- eth1 any anywhere anywhere tcp flags:FIN,SYN,RST,PSH,ACK,URG/FIN,SYN
0 0 SCANNER tcp -- eth1 any anywhere anywhere tcp flags:FIN,SYN,RST,PSH,ACK,URG/FIN,SYN,RST,ACK,URG
0 0 SCANNER tcp -- eth1 any anywhere anywhere tcp flags:SYN,RST/SYN,RST
0 0 SCANNER tcp -- eth1 any anywhere anywhere tcp flags:FIN,SYN/FIN,SYN
0 0 LOG tcp -- eth1 any anywhere anywhere tcp dpt:telnet LOG level info prefix `FIREWALL: telnet: '
0 0 LOG tcp -- eth1 any anywhere anywhere tcp dpt:smtp LOG level info prefix `FIREWALL: smtp: '
0 0 ACCEPT tcp -- eth1 any anywhere anywhere tcp spt:ftp-data dpts:1024:65535 flags:FIN,SYN,RST,ACK/SYN state RELATED
0 0 ACCEPT tcp -- eth1 any anywhere anywhere tcp dpt:domain
0 0 ACCEPT udp -- eth1 any anywhere anywhere udp dpt:domain
1 60 ACCEPT tcp -- eth1 any anywhere anywhere tcp dpt:mysql
0 0 ACCEPT tcp -- eth1 any anywhere anywhere tcp dpt:postgres
1 48 ACCEPT tcp -- eth1 any anywhere anywhere tcp dpt:5522
0 0 ACCEPT tcp -- eth1 any anywhere anywhere tcp dpt:glrpc
0 0 ACCEPT tcp -- eth1 any anywhere anywhere tcp dpt:5622
0 0 ACCEPT tcp -- any any anywhere anywhere tcp dpt:ndmp

Chain FORWARD (policy DROP 67 packets, 3046 bytes)
pkts bytes target prot opt in out source destination
80977 46M LOG all -- any eth0 anywhere anywhere LOG level debug prefix `BANDWIDTH_OUT:'
80823 30M LOG all -- eth0 any anywhere anywhere LOG level debug prefix `BANDWIDTH_IN:'
264 20482 LOG tcp -- any any anywhere anywhere tcp flags:!FIN,SYN,RST,ACK/SYN state NEW LOG level info prefix `FIREWALL: NEW sem syn: '
264 20482 DROP tcp -- any any anywhere anywhere tcp flags:!FIN,SYN,RST,ACK/SYN state NEW
161K 76M ACCEPT all -- any any anywhere anywhere state NEW,RELATED,ESTABLISHED
0 0 REJECT tcp -- eth0 any anywhere anywhere tcp dpt:epmap reject-with icmp-port-unreachable
0 0 ACCEPT tcp -- any any anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN limit: avg 2/sec burst 5
0 0 ACCEPT icmp -- any any anywhere anywhere icmp echo-request limit: avg 1/sec burst 5

Chain OUTPUT (policy DROP 4351 packets, 183K bytes)
pkts bytes target prot opt in out source destination
1610K 1350M LOG all -- any eth0 anywhere anywhere LOG level debug prefix `BANDWIDTH_OUT:'
2383K 1513M ACCEPT all -- any any anywhere anywhere state NEW,RELATED,ESTABLISHED

Chain SCANNER (7 references)
pkts bytes target prot opt in out source destination
0 0 LOG all -- any any anywhere anywhere limit: avg 15/min burst 5 LOG level info prefix `FIREWALL: port scanner: '
0 0 DROP all -- any any anywhere anywhere

Chain TRINOO (5 references)
pkts bytes target prot opt in out source destination
0 0 LOG all -- any any anywhere anywhere limit: avg 15/min burst 5 LOG level info prefix `FIREWALL: trinoo: '
0 0 DROP all -- any any anywhere anywhere

Chain TROJAN (6 references)
pkts bytes target prot opt in out source destination
0 0 LOG all -- any any anywhere anywhere limit: avg 15/min burst 5 LOG level info prefix `FIREWALL: trojan: '
0 0 DROP all -- any any anywhere anywhere


6. Re: criar servidor web com ip fixo

BrunoPeinado
Peinado

(usa Ubuntu)

Enviado em 03/03/2011 - 16:21h

iptables -A INPUT -p tcp --dport domain -i eth0 -j ACCEPT


7. Re: criar servidor web com ip fixo

Ricardo Lino Olonca
ricardoolonca

(usa Debian)

Enviado em 03/03/2011 - 16:21h

Acesse :
http://meusite.no-ip.info:8080

Funcionou?


8. Re: criar servidor web com ip fixo

jose humberto
obetinho

(usa Fedora)

Enviado em 03/03/2011 - 16:48h

executei o comando... tenho sempre que reiniciar o iptables?

sobre o roteador acho já tinha feito o redirecionamento
pd 8080 8080 TCP 8080 8080 192.168.1.3
se é que é isso

o site nao entrou


9. Re: criar servidor web com ip fixo

jose humberto
obetinho

(usa Fedora)

Enviado em 04/03/2011 - 15:02h

pq eu dou os comandos no iptables e nao gravam?


10. Re: criar servidor web com ip fixo

jose humberto
obetinho

(usa Fedora)

Enviado em 10/03/2011 - 13:48h

ajuda aee pessoal, nao ta funcionando
ja tentei até pelo webmin


11. Pulo do gato que ninguem comentava

magnopeem_rj
magnopeem_rj

(usa Ubuntu)

Enviado em 03/06/2011 - 00:16h

lek vouta la no no-ip e coloca la na parte de configuracao ..host.hostetc. na parte web coloca meusite.no-ip.info:8080 :D



Hospedar site em casa maneira mais facil

1- use uma distribuicao que mais le convem no meu caso debian,ubuntu,xubuntu,etc, compre um dominio..

2- faca um update

# apt-get update

3- instalacao do apache

# apt-get install apache2

4- configurar porta no modem para direcionar para o servidor..

5- configurar porta de escuta do apache

# gedit /etc/apache2/ports.conf
na linha 8 coloque a porta que voce libero no modem.

exemplo...............................................................................................

# If you just change the port or add more ports here, you will likely also
# have to change the VirtualHost statement in
# /etc/apache2/sites-enabled/000-default
# This is also true if you have upgraded from before 2.2.9-3 (i.e. from
# Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and
# README.Debian.gz

NameVirtualHost *:8088
Listen 8088

...............................................................................................

6- troque a porta do default

# gedit /etc/apache2/sites-available/default

na linha 1 coloque a porta

(( <VirtualHost *:8088> )))
ServerAdmin webmaster@localhost

7 troque o camilnho da pasta do site no mesmo arquivo>>> DocumentRoot /var/www/site

8-redirecionamento..

crie um dns para poder direcionar seu dominio para o seu servidor. aconselho ( dydns )

# apt-get install ddclient.

pronto servidor web caseiro pronto para hospedar site agora so usar a imaginacao e criar um site :D


12. respondendo sua pergunta

magnopeem_rj
magnopeem_rj

(usa Ubuntu)

Enviado em 03/06/2011 - 00:19h

cara e assim seu modem deve ser roteador correto??

entao ip do modem e assim 192.168.1.1

se seu ip for 192.168.1.6 voce tem que associar seu mec para esse ip no moden para nao mudar mais,depois voce vouta la no iptables e redireciona o ip do modem para seu ip :D






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts