View Single Post
Staro 25.12.2009., 18:30   #219
rokoko
In Rainbows
Moj komp
 
rokoko's Avatar
 
Datum registracije: Sep 2007
Lokacija: Zagreb
Postovi: 705
Citiraj:
Autor Nikky Pregled postova
Evo procedura kojom se Lan4 konektor pretvori u WAN konetor (npr. spajanje drugih modema).
Potrebno je preko cmd i Telneta ući u CLI kao Administrator:
Za Firmware version 6.1 i viši:
Unesite slijedeće komande, Enter na kraju svake linije
Code:
 
:ppp relay flush
:ppp flush
:eth flush
:atm flush
:atm phonebook flush
:eth bridge ifdelete intf=ethport4
:eth ifadd intf=eth_wan
:eth ifconfig intf=eth_wan dest=ethif4
:eth ifattach intf=eth_wan
:ip ifadd intf=ip_wan_eth dest=eth_wan
:ip ifconfig intf=ip_wan_eth status=up
:ip ifattach intf=ip_wan_eth
:nat ifconfig intf=ip_wan_eth translation=enabled
:dhcp client ifadd intf=ip_wan_eth
:dhcp client ifconfig intf=ip_wan_eth metric=5 dnsmetric=5
:dhcp client rqoptions add intf=ip_wan_eth option=dhcp-lease-time
:dhcp client rqoptions add intf=ip_wan_eth option=dhcp-renewal-time
:dhcp client rqoptions add intf=ip_wan_eth option=dhcp-rebinding-time
:dhcp client rqoptions add intf=ip_wan_eth option=subnet-mask
:dhcp client rqoptions add intf=ip_wan_eth option=classless-static-routes
:dhcp client rqoptions add intf=ip_wan_eth option=default-routers
:dhcp client rqoptions add intf=ip_wan_eth option=classfull-static-routes
:dhcp client rqoptions add intf=ip_wan_eth option=domain-name-servers
:dhcp client ifattach intf=ip_wan_eth
:saveall
Kad završite s unosom komandi, zatvorite CLI tj. command prompt.
4. Ethernet/LAN port je sada konfiguriran da prepozna WAN/Internet signal npr. sa Cable modema.

Još neki linkovi interesantni za ovaj uređaj:
http://www.dicks-website.eu/modem/enindex.html
Web Gui emulator: http://www.webblernet.nl/STSim/ST780...1en/index.html
Napravio sam ovo i onda mi nestane cijeli Internet tab u router postavkama i neradi mi net...i onda ga moram resetirat da se sve radi na default...probao par puta, i nakon reseta i nece...jel ima ko ideju ili neku drugu opciju za ovo
__________________
"Success can only be achieved with a kind of pioneer spirit and repeated use of three tools: failure, introspection and courage." - Soichiro Honda
rokoko je offline   Reply With Quote