Go Back   Champions of Regnum > Español > La Taberna

La Taberna Un lugar para conversar sobre casi cualquier tema

Reply
 
Thread Tools Display Modes
Old 01-10-2008, 01:52 PM   #181
pescaupintau
Marquis
 
pescaupintau's Avatar
 
Join Date: Oct 2006
Location: no se pudo establecar conexión con el servidor
Posts: 2,057
pescaupintau is a jewel in the roughpescaupintau is a jewel in the roughpescaupintau is a jewel in the rough
Default

Quote:
Originally Posted by arlick
que diferencia hay entre prerouting y output?
el output se usa para los datagramas generados en la propia computadora
__________________
in theCopyleft—all rights reversed
pescaupintau no ha iniciado sesión   Reply With Quote
Old 01-10-2008, 01:54 PM   #182
pescaupintau
Marquis
 
pescaupintau's Avatar
 
Join Date: Oct 2006
Location: no se pudo establecar conexión con el servidor
Posts: 2,057
pescaupintau is a jewel in the roughpescaupintau is a jewel in the roughpescaupintau is a jewel in the rough
Default

Quote:
Originally Posted by Siramek
ya edite el segundo crees que la distro ubuntu 7.10 correria bien bajo las especificaciones de mi portatil?
procesador: Intel Pentium M processor 735A (1.7 Ghz, 400 MHz FSB, 2 MB L2 cache)
grafica: Intel grapich media acelerator 900
ram: 512 DDR2 (support dual-channel) ---que si no me equivoco es un giga de ram
hardisk donde lo instalo: 26 gigas
si. Solo que el ubuntu ese parece ser medio problemático con el regnum, así que revisá por ahí cuando vayas a poner el juego, seguro que ya le pasó a alguien y arlick o xeph o sunos o... ya dieron la solución
__________________
in theCopyleft—all rights reversed
pescaupintau no ha iniciado sesión   Reply With Quote
Old 01-10-2008, 07:22 PM   #183
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

Quote:
Originally Posted by pescau
Puedo tener vacaciones?

Ahora hago un man iptabes y te digo.

probá esto:
Code:
iptables --table nat --append PREROUTING --protocol tcp --destionation x.y.z.w --dport 80 -j DNAT --to a.b.c.d
__________________
I don't have a solution, but I admire the problem.

Last edited by ArcticWolf; 01-10-2008 at 07:36 PM.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 01-10-2008, 07:23 PM   #184
theotherhiveking
Count
 
Join Date: May 2007
Posts: 1,452
theotherhiveking has a spectacular aura abouttheotherhiveking has a spectacular aura abouttheotherhiveking has a spectacular aura about
Default

Quote:
Originally Posted by Xephandor
Puedo tener vacaciones?

Ahora hago un man iptabes y te digo.
nop
__________________
⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺
theotherhiveking no ha iniciado sesión   Reply With Quote
Old 01-10-2008, 08:09 PM   #185
pescaupintau
Marquis
 
pescaupintau's Avatar
 
Join Date: Oct 2006
Location: no se pudo establecar conexión con el servidor
Posts: 2,057
pescaupintau is a jewel in the roughpescaupintau is a jewel in the roughpescaupintau is a jewel in the rough
Default

Quote:
Originally Posted by Xephandor
Puedo tener vacaciones?
Ahora hago un man iptabes y te digo.
probá esto:
Code:
iptables --table nat --append PREROUTING --protocol tcp --destionation x.y.z.w --dport 80 -j DNAT --to a.b.c.d
-A, --append chain rule-specification
-d, --destination [!] address[/mask] Destination specification.
-p, --protocol [!] protocol

o sea... son alias lo que me está volviendo loco es que la redirección se hace dentro de la computadora (output), pero no cuando hago la petición desde afuera (prerouting). Y en el log se ve que llega a ejecutarse la regla, aaaaaaaaaaaaaaaahhhhhhhhhhhhhhHHHHHHHHHHHHH!!!!!!! !!!!!
__________________
in theCopyleft—all rights reversed
pescaupintau no ha iniciado sesión   Reply With Quote
Old 01-11-2008, 11:03 AM   #186
pescaupintau
Marquis
 
pescaupintau's Avatar
 
Join Date: Oct 2006
Location: no se pudo establecar conexión con el servidor
Posts: 2,057
pescaupintau is a jewel in the roughpescaupintau is a jewel in the roughpescaupintau is a jewel in the rough
Default

no anda
__________________
in theCopyleft—all rights reversed
pescaupintau no ha iniciado sesión   Reply With Quote
Old 01-11-2008, 10:08 PM   #187
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

Quote:
Originally Posted by pescau
-A, --append chain rule-specification
-d, --destination [!] address[/mask] Destination specification.
-p, --protocol [!] protocol

o sea... son alias lo que me está volviendo loco es que la redirección se hace dentro de la computadora (output), pero no cuando hago la petición desde afuera (prerouting). Y en el log se ve que llega a ejecutarse la regla, aaaaaaaaaaaaaaaahhhhhhhhhhhhhhHHHHHHHHHHHHH!!!!!!! !!!!!

YA SÉ QUE SON ALIAS, ES PARA NO CONFUNDIRMEEEEEE

-t es --table, ya sé, pero cuando pasás por arriba como 40 líneas de iptables seguro que te volvés loco si no usás el alias, que es más claro.


Destination estaba mal escrito, verificá
Y si no probá con -i eth0, a ver que onda...


iptables -t nat -A PREROUTING -p tcp -d x.y.z.w --dport 80 -j DNAT --to a.b.c.d
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 01-11-2008, 10:12 PM   #188
arlick
Duke
 
arlick's Avatar
 
Join Date: Jan 2007
Posts: 3,939
arlick is a jewel in the rougharlick is a jewel in the rougharlick is a jewel in the rough
Default

Quote:
Originally Posted by Xephandor
YA SÉ QUE SON ALIAS, ES PARA NO CONFUNDIRMEEEEEE

-t es --table, ya sé, pero cuando pasás por arriba como 40 líneas de iptables seguro que te volvés loco si no usás el alias, que es más claro.


Destination estaba mal escrito, verificá
Y si no probá con -i eth0, a ver que onda...


iptables -t nat -A PREROUTING -p tcp -d x.y.z.w --dport 80 -j DNAT --to a.b.c.d
destionation?
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia
"uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan
arlick no ha iniciado sesión   Reply With Quote
Old 01-12-2008, 03:34 AM   #189
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

Quote:
Originally Posted by arlick
destionation?
Se me movió el dedo cuando escribía... Y mandé enter. Después preguntás por qué el rolgps tiene un motor taaaan malo
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 01-17-2008, 02:59 PM   #190
pescaupintau
Marquis
 
pescaupintau's Avatar
 
Join Date: Oct 2006
Location: no se pudo establecar conexión con el servidor
Posts: 2,057
pescaupintau is a jewel in the roughpescaupintau is a jewel in the roughpescaupintau is a jewel in the rough
Default

Quote:
Originally Posted by pescau
Code:
iptables -t nat -A PREROUTING -d x.y.z.w -p tcp -m tcp --dport 80 -j DNAT --to-destination a.b.c.d
iptables -t nat -A PREROUTING -d x.y.z.w -p tcp -m tcp --dport 80 -j LOG --log-prefix "lalala DNAT lalala"
x.y.z.w es la ip con la que me ve el mundo, a.b.c.d es el webserver que está en otra computadora. Vamos, una redirección. La segunda línea es para hacer un log y ver si funciona. no funciona
Se me ocurrió agregar otra linea igual, pero con OUTPUT (para los paquetes generados en esa computadora) y cuando pongo en el navegador x.y.z.w me reenvía correctamente a a.b.c.d, la pregunta es: ¿que estoy haciendo mal en lo anterior?
edit:
Code:
tail /var/log/syslog
Jan 10 08:44:51 localhost kernel: lalala DNAT lalalaIN=eth2 OUT= MAC=00:08:54:45:8f:fd:00:1b:d5:0f:42:93:08:00 SRC=e.f.g.h DST=x.y.z.w LEN=48 TOS=0x00 PREC=0x00 TTL=124 ID=47944 DF PROTO=TCP SPT=3682 DPT=80 WINDOW=65535 RES=0x00 SYN URGP=0
Jan 10 08:44:57 localhost kernel: lalala DNAT lalalaIN=eth2 OUT= MAC=00:08:54:45:8f:fd:00:1b:d5:0f:42:93:08:00 SRC=e.f.g.h 0 DST=x.y.z.w LEN=48 TOS=0x00 PREC=0x00 TTL=124 ID=47945 DF PROTO=TCP SPT=3682 DPT=80 WINDOW=65535 RES=0x00 SYN URGP=0
¿eso significa que lo está intentando?
yo de vuelta, mi escenario es el siguiente:
----> 172.20.2.9 ===>192.168.1.5 webserver
mis reglas son
-A PREROUTING -d 172.20.2.9 -p tcp -m tcp --dport 80 -j LOG --log-prefix "### DNAT afuera 172 --->>" Hacer log de lo que venga de afuera
-A PREROUTING -d 172.20.2.9 -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.1.5:80 cambiar la dirección de destino de lo que viene de afuera

-A OUTPUT -d 172.20.2.9 -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.1.5:80 para los paquetes generados en esta computadora

Bien, capturé los paquetes y que veo:
* en esa computadora trato de entrar con el navegador a 172.20.2.9 y carga el webserver(192.168.1.5) correctamente, veo en el log que se ejecuta la regla OUTPUT y en whireshark sale todo correcto (antes de capturar le dije que solo capture lo que tenga dirección 192.168.1.5)
* trato de entrar desde otra computadora con el navegador a 172.20.2.9, veo en el log que se ejecuta la regla (ahora es PREROUTING), pero en wireshark no captura ningún paquete... tons? ¿está roto mi iptables, mis ideas o que se rompió?
pd: debian stable 4,0, uname: 2.6.18-5-686, iptables v1.3.6

__________________
in theCopyleft—all rights reversed
pescaupintau no ha iniciado sesión   Reply With Quote
Reply

Tags
ayuda, linux

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:05 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved