Diferencia entre revisiones de «Cambiar de IP sin resincronizar»

De Wiki de BandaAncha.eu
Saltar a: navegación, buscar
m (Revertidos los cambios de 70.135.124.111 (disc.) a la última edición de 87.218.104.117)
Línea 48: Línea 48:
 
[[Categoría:Comtrend]]
 
[[Categoría:Comtrend]]
 
[[Categoría:Huawei]]
 
[[Categoría:Huawei]]
 
[http://thetvtopc.com/Reverse_Cell_Phone_Lookup_Number reverse cell phone lookup]
 
 
[http://www.prlog.org/11289974-phone-number-lookup-verizon-phone-number-reverse-lookup-to-get-information-you-need-quickly.html reverse lookup]
 

Revisión del 09:43 31 dic 2011

Para cambiar de IP sin necesidad de resincronizar en el Comtrend, y tambien en todos los que usan el mismo chipset (Asus, Huawei, US Robotics...)

- Entrar al router por telnet:

Inicio - Ejecutar - cmd - telnet 192.168.1.1 (ip del router)

- Teclear:

ppp config 0.8.35 down

(para dar de baja la IP actual)

ppp config 0.8.35 up

(para conseguir una nueva IP)

Si el Router tiene más de una configuración, se debe expecificar el "Con. ID" de la configuración. Desde Telnet teclear: wan show. O desde http://192.168.1.1/ ir a Device Info - WAN Info.

Los comandos serian, para la configuración 2:

ppp config 0.8.35 2 down

ppp config 0.8.35 2 up

Supongo que se puede hacer un script con Expect o similares para cambiar de IP con un clic mediante un acceso directo, pero esto lo dejo a los gurús o para cuando me aburra mucho

La ventaja es que el cambio de IP es practicamente instantáneo, a diferencia del método de resincronizar o reiniciar el router.

Explicación del comando

SYNOPSIS

Código: ppp config [port.vpi.vci] up|down

DESCRIPTION

ppp is used to control the ppp interfaces. Ppp command brings up the ppp connection with "up" option, and brings down the connection with "down" option. For ppp connection in on-demand mode, in addition to the "up" option, traffic to the ppp interface needs to be initiated to bring the connection up.

[port.vpi.vci]

Port number, VPI and VCI that identifies the VCC where the ppp connection is established.

Enlaces