Con un router configuras dos puertos distintos para cada proveedor y para las dos redes LAN
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúCita de: el-brujo en 14 Mayo 2015, 20:05 PMLa verdad lo use y estoy de acuerdo con el comentario. Es rapida y muy facil de usar.
Recomiendo VPN Gate, de la universidad de Tsukuba, Japón.
VPN Gate
http://www.vpngate.net/en/
Que además recomiendan usar SoftEther VPN Project.
http://www.softether.org/
El mejor software vpn que hay para Windows.
Citaruser@MX480–router> show configuration
[...Output Truncated...]
}
chassis {
fpc 0 { # The fpc number is associated with the interface on which sampling is enabled, ge-0/1/0 in this statement.
sampling-instance s0;
}
fpc 3 { # The fpc number is associated with the interface on which sampling is enabled, ge-3/1/0 in this statement.
sampling-instance s1;
}
}
interfaces {
ge-0/1/0 { # This interface has sampling activated.
unit 0 {
family inet {
sampling { # Here sampling is activated.
input;
}
address 10.0.0.1/30;
}
}
}
ge-1/0/0 { # The interface on which packets are exiting the router.
unit 0 {
family inet {
address 20.0.0.1/30;
}
}
}
ge-1/0/4 { # The interface connected to the cflowd server.
unit 0 {
family inet {
address 2.2.2.1/32;
}
}
}
sp-2/0/0 { # The service interface that samples the packets from Router 1.
unit 0 {
family inet;
}
}
sp-2/1/0 { # The service interface that samples the packets from Router 3.
unit 0 {
family inet;
}
}
ge-3/1/0 { # This interface has sampling activated.
unit 0 {
family inet {
sampling { # Here sampling is activated.
input;
}
address 11.0.0.1/30;
}
}
}
}
forwarding-options {
sampling {
instance {
s0 {
input {
rate 1;
run-length 0;
}
family inet {
output {
flow-server 2.2.2.2 { # The address of the external server.
port 2055;
version9 {
template {
v4
}
}
}
interface sp-2/0/0 {
source-address 1.1.1.1; # Source address of the sampled packets
}
}
}
}
s1 {
input {
rate 1;
run-length 0;
}
family inet {
output {
flow-server 2.2.2.2 { # The address of the external server.
port 2055;
version9 {
template {
v4
}
}
}
interface sp-2/1/0 {
source-address 1.1.1.2; # Source address of the sampled packets
}
}
}
}
}
}
}
routing-options {
static {
route 50.0.0.0/8 next-hop 20.0.0.2;
}
}
services {
flow-monitoring {
version9 {
template v4 {
flow-active-timeout 30;
flow-inactive-timeout 30;
ipv4-template;
}
}
Cita de: nonxz en 5 Noviembre 2015, 17:20 PMExactamente como lo dices, por ello el NOIP sincroniza tu PC con el servidor para que el dominio nuevo sea apuntado a tu PC con la nueva direccion IP. Y lo segundo tambien, cuando estas escaneando una IP publica estas escaneando ese segmento de la red que tu ISP te ha adjudicado, en este caso la IP es asignada al dispositivo mas cercano a tu red LAN que viene a ser el router que tienes instalado en casa.
Disculpa, mi ignorancia y muchas gracias por tu tiempo. Entonces... lo que hace no-ip es que cuando yo reinicie mi modem, que el dominio asignado en no-ip redirija a mi nueva ip?
La ip publica que me asigna mi ISP es la misma para todos los equipos de la red doméstica que están conectados al router... entonces cuando yo mediante nmap escaneo una dirección de ip publica, estoy escaneando la red DONDE se encuentra un host conectado a un router? de a poco me va quedando más claro el tema... muchas gracias