What's new

[Help] Installing No-Ip update client.

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

yea, you can, but that's not good enough for me xD

Code:
#!/bin/sh
# 
# set the LAN gateway IP to $default
default="[B]192.168.1.1[/B]" 
#
# nuke eth0 settings
ifconfig eth0 0.0.0.0 up
#
route default gw $default
#
# fix the WAN port
nvram set vlan2ports="0 8"
vconfig add eth0 2
brctl addif br0 vlan2

if you're still interested in trying. if not, i'll figure it out later when i get the chance
 
yea, you can, but that's not good enough for me xD

Code:
#!/bin/sh
# 
# set the LAN gateway IP to $default
default="[B]192.168.1.1[/B]" 
#
# nuke eth0 settings
ifconfig eth0 0.0.0.0 up
#
route default gw $default
#
# fix the WAN port
nvram set vlan2ports="0 8"
vconfig add eth0 2
brctl addif br0 vlan2

if you're still interested in trying. if not, i'll figure it out later when i get the chance

Alright I will try gimmie a sec.
 
ok. thanks for your patience. i have to run, i'll post back when i get the chance. i'm just gonna set the router in ap mode and see what it does and try and replicate the changes in the script.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top