Author Topic: Ebox install HOWTO. (Part 1)  (Read 20228 times)

dragonslayr

  • Zen Warrior
  • ***
  • Posts: 157
  • Karma: +1/-0
    • View Profile
Re: Ebox install HOWTO. (Part 1)
« Reply #15 on: September 23, 2009, 03:02:23 am »
Have you cleared the firewall rules since trying to rename it to lan and/or wan? If not, try this to clear them. You'll have to do this as root. so put a sudo in front of the commands.

Code: [Select]
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT

Sam Graf

  • Guest
Re: Ebox install HOWTO. (Part 1)
« Reply #16 on: September 23, 2009, 02:30:27 pm »
Also I read this howto as renaming eth0 and eth1 to WAN and LAN respectively to mean those are "people friendly names" and don't actually rename eth0 and eth1.

I think that is the case. I think the only place the human friendly names are seen is on the dashboard. Elsewhere the interfaces are labeled with their real names. In any case, I've never had a problem from renaming.

dragonslayr

  • Zen Warrior
  • ***
  • Posts: 157
  • Karma: +1/-0
    • View Profile
Re: Ebox install HOWTO. (Part 1)
« Reply #17 on: September 23, 2009, 05:52:00 pm »
As I look at it, you may be correct. However, on another note, when I changed mine, the system crashed as well. So, I guess we'll have to wait on clarification from the Ebox staff as the manual is also unclear on it.

Saturn2888

  • Zen Hero
  • *****
  • Posts: 707
  • Karma: +1/-0
    • View Profile
Re: Ebox install HOWTO. (Part 1)
« Reply #18 on: January 14, 2010, 02:16:08 pm »
As I look at it, you may be correct. However, on another note, when I changed mine, the system crashed as well. So, I guess we'll have to wait on clarification from the Ebox staff as the manual is also unclear on it.

Which version of eBox?