News: This forum is now permanently frozen.
Pages: 1 [2] 3 4
Topic: Any plans to support DHCPv6 and DHCP-PD on the WAN?  (Read 33730 times)
« Reply #15 on: May 07, 2010, 03:34:45 »
digitalsushi *
Posts: 9

Quote
May/06/2010 14:14:14: ifaddrconf: add an address 2001:dddd::a00:27ff:feef:773b/64 on em0

looks like it worked ?

Yeah.  I'll try to remember to do it again while I'm at work tomorrow and verify the interface actually got an address using ifconfig.  Assuming it does, how hard is it to give it a little checkbox in the web gui?  I know basically nothing about how it works other than that it's php.  Cheesy
« Reply #16 on: May 07, 2010, 16:10:39 »
digitalsushi *
Posts: 9

Yeah.  I'll try to remember to do it again while I'm at work tomorrow and verify the interface actually got an address using ifconfig. 

Confirmed, the interface was configured with the address from the prefix delegation.
« Reply #17 on: June 16, 2010, 00:00:19 »
brushedmoss ****
Posts: 446

I have a basic image that has basic dhcp-pd functions working in my test

http://m0n0mods.googlecode.com/files/generic-pc-1.32.img
« Reply #18 on: July 15, 2010, 10:16:42 »
brushedmoss ****
Posts: 446

no feedback from anyone ? I can't commit these changes until I hear of real world success :-)
« Reply #19 on: August 12, 2010, 07:24:34 »
E.Moll *
Posts: 7

The PD function worked for me on embeded image (using exec.php)

I want to test the image on a ALIX board, could you make a EMBEDED image?
« Reply #20 on: August 17, 2010, 21:36:10 »
brushedmoss ****
Posts: 446

try this one http://m0n0mods.googlecode.com/files/embedded-1.32.img

untested image, so test with care !
« Last Edit: August 17, 2010, 21:40:37 by brushedmoss »
« Reply #21 on: August 18, 2010, 18:47:21 »
E.Moll *
Posts: 7

Works,

Listing using exec.php

Only little bug, hdcp-pd will nog get the IP @ reboot time... have to wait until PPP is up and than chance DHCP LAN setting to DHCP-PD (from disabled or something else) to activate the IP.

ThnX, keep up the good work!
--
$ ifconfig -a
vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
   options=b<RXCSUM,TXCSUM,VLAN_MTU>
   inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255
   inet6 fe80::20d:b9ff:fe14:7c3c%vr0 prefixlen 64 scopeid 0x1
   inet6 2001:980:1201:1:20d:b9ff:fe14:7c3c prefixlen 64
   ether 00:0d:b9:14:7c:3c
   media: Ethernet autoselect (100baseTX <full-duplex>)
   status: active
vr1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
   options=b<RXCSUM,TXCSUM,VLAN_MTU>
   inet6 fe80::20d:b9ff:fe14:7c3d%vr1 prefixlen 64 scopeid 0x2
   ether 00:0d:b9:14:7c:3d
   media: Ethernet autoselect (100baseTX <full-duplex>)
   status: active
vr2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
   options=b<RXCSUM,TXCSUM,VLAN_MTU>
   ether 00:0d:b9:14:7c:3e
   media: Ethernet autoselect (none)
   status: no carrier
enc0: flags=41<UP,RUNNING> mtu 1536
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
   inet 127.0.0.1 netmask 0xff000000
   inet6 ::1 prefixlen 128
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
ng0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> mtu 1492
   inet6 fe80::20d:b9ff:fe14:7c3c%ng0 prefixlen 64 scopeid 0x6
   inet 82.95.250.128 --> 194.109.5.227 netmask 0xffffffff


--
$ route get xs6.xs4all.nl
   route to: xs6.xs4all.nl
destination: default
       mask: default
    gateway: lo1.dr4.d12.xs4all.net
  interface: ng0
      flags: <UP,GATEWAY,DONE,STATIC>
 recvpipe  sendpipe  ssthresh  rtt,msec    rttvar  hopcount      mtu     expire
       0         0         0         0         0         0      1492         0
--
« Reply #22 on: August 18, 2010, 20:16:37 »
brushedmoss ****
Posts: 446

Awesome, will take a look at the reboot problem
« Reply #23 on: August 18, 2010, 21:51:01 »
brushedmoss ****
Posts: 446

Can you try again, same url, newer image with a reboot fix for ppp wan interfaces
« Reply #24 on: August 18, 2010, 22:45:05 »
E.Moll *
Posts: 7

Looks like it not worked...

After reboot:
--
$ ifconfig -a
vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
   options=b<RXCSUM,TXCSUM,VLAN_MTU>
   inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255
   inet6 fe80::20d:b9ff:fe14:7c3c%vr0 prefixlen 64 scopeid 0x1
   ether 00:0d:b9:14:7c:3c
   media: Ethernet autoselect (100baseTX <full-duplex>)
   status: active
vr1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
   options=b<RXCSUM,TXCSUM,VLAN_MTU>
   inet6 fe80::20d:b9ff:fe14:7c3d%vr1 prefixlen 64 scopeid 0x2
   ether 00:0d:b9:14:7c:3d
   media: Ethernet autoselect (100baseTX <full-duplex>)
   status: active
vr2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
   options=b<RXCSUM,TXCSUM,VLAN_MTU>
   ether 00:0d:b9:14:7c:3e
   media: Ethernet autoselect (none)
   status: no carrier
enc0: flags=41<UP,RUNNING> mtu 1536
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
   inet 127.0.0.1 netmask 0xff000000
   inet6 ::1 prefixlen 128
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
ng0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> mtu 1492
   inet6 fe80::20d:b9ff:fe14:7c3c%ng0 prefixlen 64 scopeid 0x6
   inet 82.95.250.128 --> 194.109.5.227 netmask 0xffffffff

$ uptime
10:35PM  up 26 mins, 0 users, load averages: 0.00, 0.00, 0.00
--

After Disconnect / Connect of the PPP connection no change..

--
$ ps -x
  PID  TT  STAT      TIME COMMAND
    0  ??  WLs    0:00.00 [swapper]
    1  ??  SLs    0:00.03 /sbin/init --
    2  ??  DL     0:00.09 [g_event]
    3  ??  DL     0:00.08 [g_up]
    4  ??  DL     0:00.08 [g_down]
    5  ??  DL     0:00.00 [crypto]
    6  ??  DL     0:00.00 [crypto returns]
    7  ??  DL     0:00.00 [kqueue taskq]
    8  ??  DL     0:00.00 [xpt_thrd]
    9  ??  DL     0:00.00 [thread taskq]
   10  ??  RL    28:19.62 [idle]
   11  ??  WL     0:02.98 [swi4: clock sio]
   12  ??  WL     0:00.00 [swi3: vm]
   13  ??  WL     0:00.63 [swi1: net]
   14  ??  DL     0:00.26 [yarrow]
   15  ??  WL     0:00.00 [swi2: cambio]
   16  ??  WL     0:00.00 [swi5: +]
   17  ??  WL     0:00.00 [swi6: Giant taskq]
   18  ??  WL     0:00.02 [swi6: task queue]
   19  ??  WL     0:00.17 [irq10: vr0]
   20  ??  WL     0:00.23 [irq11: vr1]
   21  ??  WL     0:00.00 [irq12: vr2]
   22  ??  WL     0:00.04 [irq14: ata0]
   23  ??  WL     0:00.00 [irq15: ata1 ohci0+]
   24  ??  DL     0:00.00 [usb0]
   25  ??  DL     0:00.00 [usbtask]
   26  ??  DL     0:00.00 [usb1]
   27  ??  WL     0:00.00 [swi0: sio]
   28  ??  DL     0:00.07 [md0]
   29  ??  DL     0:00.00 [pagedaemon]
   30  ??  DL     0:00.00 [idlepoll]
   31  ??  DL     0:00.33 [pagezero]
   32  ??  DL     0:00.01 [bufdaemon]
   33  ??  DL     0:00.01 [vnlru]
   34  ??  DL     0:00.04 [syncer]
   35  ??  DL     0:00.01 [softdepflush]
   36  ??  DL     0:00.08 [schedcpu]
  102  ??  Ss     0:00.25 /usr/local/sbin/mpd4 -b -d /var/etc -p /var/run/mpd.p
  118  ??  Ss     0:00.13 /sbin/ipmon -sD
  139  ??  Ss     0:00.37 /usr/sbin/syslogd -ss
  142  ??  Ss     0:00.02 /usr/local/sbin/mini_httpd -c **.php|**.cgi -u root -
  149  ??  Is     0:00.00 /usr/local/sbin/dhcpd -cf /var/etc/dhcpd.conf vr0
  179  ??  I      0:00.01 /bin/sh /etc/rc.initial console
  189  ??  I      0:00.02 /usr/sbin/sntp -r -P no -l /var/run/sntp.pid -x 300 n
  263  ??  Ss     0:00.57 /usr/sbin/rtadvd -D -c /var/etc/rtadvd.conf vr0 ng0
  495  ??  SN     0:00.36 /usr/local/bin/php exec.php
  496  ??  Z      0:00.00 <defunct>
  497  ??  S      0:00.00 /usr/local/sbin/mini_httpd -c **.php|**.cgi -u root -
  498  ??  SN     0:00.01 sh -c ps -x
  499  ??  RN     0:00.00 ps -x
  164  d0- I      0:00.01 /bin/sh /usr/local/bin/runsntp.sh /var/run/runsntp.pi

--

After Change of DHCP-PD setting (disabled and back)

--
$ ps -x
  PID  TT  STAT      TIME COMMAND
    0  ??  WLs    0:00.00 [swapper]
    1  ??  SLs    0:00.03 /sbin/init --
    2  ??  DL     0:00.09 [g_event]
    3  ??  DL     0:00.09 [g_up]
    4  ??  DL     0:00.09 [g_down]
    5  ??  DL     0:00.00 [crypto]
    6  ??  DL     0:00.00 [crypto returns]
    7  ??  DL     0:00.00 [kqueue taskq]
    8  ??  DL     0:00.00 [xpt_thrd]
    9  ??  DL     0:00.00 [thread taskq]
   10  ??  RL    29:57.04 [idle]
   11  ??  WL     0:03.16 [swi4: clock sio]
   12  ??  WL     0:00.00 [swi3: vm]
   13  ??  WL     0:00.70 [swi1: net]
   14  ??  DL     0:00.28 [yarrow]
   15  ??  WL     0:00.00 [swi2: cambio]
   16  ??  WL     0:00.00 [swi5: +]
   17  ??  WL     0:00.00 [swi6: Giant taskq]
   18  ??  WL     0:00.02 [swi6: task queue]
   19  ??  WL     0:00.18 [irq10: vr0]
   20  ??  WL     0:00.24 [irq11: vr1]
   21  ??  WL     0:00.00 [irq12: vr2]
   22  ??  WL     0:00.14 [irq14: ata0]
   23  ??  WL     0:00.00 [irq15: ata1 ohci0+]
   24  ??  DL     0:00.00 [usb0]
   25  ??  DL     0:00.00 [usbtask]
   26  ??  DL     0:00.00 [usb1]
   27  ??  WL     0:00.00 [swi0: sio]
   28  ??  DL     0:00.07 [md0]
   29  ??  DL     0:00.00 [pagedaemon]
   30  ??  DL     0:00.00 [idlepoll]
   31  ??  DL     0:00.39 [pagezero]
   32  ??  DL     0:00.01 [bufdaemon]
   33  ??  DL     0:00.01 [vnlru]
   34  ??  DL     0:00.04 [syncer]
   35  ??  DL     0:00.01 [softdepflush]
   36  ??  DL     0:00.08 [schedcpu]
  102  ??  Ss     0:00.26 /usr/local/sbin/mpd4 -b -d /var/etc -p /var/run/mpd.p
  118  ??  Ss     0:00.14 /sbin/ipmon -sD
  139  ??  Ss     0:00.39 /usr/sbin/syslogd -ss
  142  ??  Ss     0:00.03 /usr/local/sbin/mini_httpd -c **.php|**.cgi -u root -
  149  ??  Is     0:00.00 /usr/local/sbin/dhcpd -cf /var/etc/dhcpd.conf vr0
  179  ??  I      0:00.01 /bin/sh /etc/rc.initial console
  189  ??  I      0:00.02 /usr/sbin/sntp -r -P no -l /var/run/sntp.pid -x 300 n
  559  ??  INs    0:00.00 /usr/local/sbin/dhcp6c -c /var/etc/dhcp6c.conf -p /va
  566  ??  SNs    0:00.01 /usr/sbin/rtadvd -D -c /var/etc/rtadvd.conf vr0 ng0
  597  ??  SN     0:00.36 /usr/local/bin/php exec.php
  598  ??  Z      0:00.00 <defunct>
  599  ??  S      0:00.00 /usr/local/sbin/mini_httpd -c **.php|**.cgi -u root -
  600  ??  SN     0:00.01 sh -c ps -x
  601  ??  RN     0:00.00 ps -x
  164  d0- I      0:00.01 /bin/sh /usr/local/bin/runsntp.sh /var/run/runsntp.pi

--

$ ifconfig -a
vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
   options=b<RXCSUM,TXCSUM,VLAN_MTU>
   inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255
   inet6 fe80::20d:b9ff:fe14:7c3c%vr0 prefixlen 64 scopeid 0x1
   inet6 2001:980:1201:1:20d:b9ff:fe14:7c3c prefixlen 64
   ether 00:0d:b9:14:7c:3c
   media: Ethernet autoselect (100baseTX <full-duplex>)
   status: active
vr1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
   options=b<RXCSUM,TXCSUM,VLAN_MTU>
   inet6 fe80::20d:b9ff:fe14:7c3d%vr1 prefixlen 64 scopeid 0x2
   ether 00:0d:b9:14:7c:3d
   media: Ethernet autoselect (100baseTX <full-duplex>)
   status: active
vr2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
   options=b<RXCSUM,TXCSUM,VLAN_MTU>
   ether 00:0d:b9:14:7c:3e
   media: Ethernet autoselect (none)
   status: no carrier
enc0: flags=41<UP,RUNNING> mtu 1536
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
   inet 127.0.0.1 netmask 0xff000000
   inet6 ::1 prefixlen 128
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
ng0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> mtu 1492
   inet6 fe80::20d:b9ff:fe14:7c3c%ng0 prefixlen 64 scopeid 0x6
   inet 82.95.250.128 --> 194.109.5.227 netmask 0xffffffff

« Reply #25 on: August 20, 2010, 17:32:42 »
brushedmoss ****
Posts: 446

hmm, there was a bug, that looks fixed to me, though I am not in the real world setup that you are.

I have tried a different way to fix the same bug, can you try http://m0n0mods.googlecode.com/files/embedded-1.32.2.img

?

« Reply #26 on: August 20, 2010, 17:46:21 »
E.Moll *
Posts: 7

Works!!!!!  Grin Grin Grin Grin Grin

Nice. Do you need any logs for debug/confirmation???

And can you tell me that i Could anounce monowall to work fine for xs4all (dutch provider testing ipv6 deployment)
http://ipv6.wiki.xs4all.nl/index.php?title=Hoofdpagina / http://www.xs4all.nl/klant/ipv6/faq.php
« Reply #27 on: August 20, 2010, 18:09:09 »
brushedmoss ****
Posts: 446

I need to review the code changes and look at committing them, then the next build of m0n0wall will have this feature included.

I don't see a problem with adding it to the list, and will post a generic-pc image shortly with the same fix.

here http://m0n0mods.googlecode.com/files/generic-pc-1.32.2.img
« Last Edit: August 20, 2010, 18:14:52 by brushedmoss »
« Reply #28 on: October 20, 2010, 17:04:22 »
brushedmoss ****
Posts: 446

Can you test

http://m0n0.ch/temp/embedded-1.33-pre1.img

http://m0n0.ch/temp/generic-pc-1.33-pre1.img

These have the dhcp-pd changes in them
« Reply #29 on: October 20, 2010, 18:18:19 »
E.Moll *
Posts: 7

Tested the EMBEDED version and it is NOT WORKING!

Boot:
Configuring firewall... done
Configuring LAN interface... vr1: link state changed to UP
done
Configuring WAN interface... vr0: link state changed to UP
done


No IP response on LAN, after factory reset still not working....

PING utility no response of any client.


--
Full boot:
-
PC Engines ALIX.2 v0.99
640 KB Base Memory
261120 KB Extended Memory

01F0 Master 848A TRANSCEND
Phys C/H/S 4029/16/63 Log C/H/S 1007/64/63
Consoles: internal video/keyboard
BIOS drive C: is disk0
BIOS 640kB/261120kB available memory

FreeBSD/i386 bootstrap loader, Revision 1.1
(root@mb64.neon1.net, Thu Jul 23 20:56:49 CEST 2009)
/kernel text=0x37b020 data=0x3d1b4+0x22ef4 syms=[0x4+0x46ee0+0x4+0x5aa1f]
Copyright (c) 1992-2008 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.4-RELEASE-p5 #0: Wed Oct 13 14:51:36 CEST 2010
    root@mb64.neon1.net:/usr/src/sys/i386/compile/M0N0WALL_EMBEDDED
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Geode(TM) Integrated Processor by AMD PCS (498.05-MHz 586-class CPU)
  Origin = "AuthenticAMD"  Id = 0x5a2  Stepping = 2
  Features=0x88a93d<FPU,DE,PSE,TSC,MSR,CX8,SEP,PGE,CMOV,CLFLUSH,MMX>
  AMD Features=0xc0400000<MMX+,3DNow!+,3DNow!>
real memory  = 268435456 (256 MB)
avail memory = 236531712 (225 MB)
pnpbios: Bad PnP BIOS data checksum
wlan: mac acl policy registered
K6-family MTRR support enabled (2 registers)
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
cpu0 on motherboard
pcib0: <Host to PCI bridge> pcibus 0 on motherboard
pci0: <PCI bus> on pcib0
Geode LX: PC Engines ALIX.2 v0.99 tinyBIOS V1.4a (C)1997-2007
pci0: <encrypt/decrypt, entertainment crypto> at device 1.2 (no driver attached)
vr0: <VIA VT6105M Rhine III 10/100BaseTX> port 0x1000-0x10ff mem 0xe0000000-0xe00000ff irq 10 at device 9.0 on pci0
vr0: Quirks: 0x2
miibus0: <MII bus> on vr0
ukphy0: <Generic IEEE 802.3u media interface> on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
vr0: Ethernet address: 00:0d:b9:14:7c:3c
vr1: <VIA VT6105M Rhine III 10/100BaseTX> port 0x1400-0x14ff mem 0xe0040000-0xe00400ff irq 11 at device 10.0 on pci0
vr1: Quirks: 0x2
miibus1: <MII bus> on vr1
ukphy1: <Generic IEEE 802.3u media interface> on miibus1
ukphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
vr1: Ethernet address: 00:0d:b9:14:7c:3d
vr2: <VIA VT6105M Rhine III 10/100BaseTX> port 0x1800-0x18ff mem 0xe0080000-0xe00800ff irq 12 at device 11.0 on pci0
vr2: Quirks: 0x2
miibus2: <MII bus> on vr2
ukphy2: <Generic IEEE 802.3u media interface> on miibus2
ukphy2:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
vr2: Ethernet address: 00:0d:b9:14:7c:3e
isab0: <PCI-ISA bridge> port 0x6000-0x6007,0x6100-0x61ff,0x6200-0x623f,0x9d00-0x9d7f,0x9c00-0x9c3f at device 15.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <AMD CS5536 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xff00-0xff0f at device 15.2 on pci0
ata0: <ATA channel 0> on atapci0
ata1: <ATA channel 1> on atapci0
ohci0: <OHCI (generic) USB controller> mem 0xefffe000-0xefffefff irq 15 at device 15.4 on pci0
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: <OHCI (generic) USB controller> on ohci0
usb0: USB revision 1.0
uhub0: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 4 ports with 4 removable, self powered
ehci0: <AMD CS5536 USB 2.0 controller> mem 0xefffd000-0xefffdfff irq 15 at device 15.5 on pci0
ehci0: [GIANT-LOCKED]
usb1: EHCI version 1.0
usb1: companion controller, 4 ports each: usb0
usb1: <AMD CS5536 USB 2.0 controller> on ehci0
usb1: USB revision 2.0
uhub1: AMD EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub1: 4 ports with 4 removable, self powered
pmtimer0 on isa0
orm0: <ISA Option ROM> at iomem 0xe0000-0xea7ff on isa0
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A, console
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
Timecounter "TSC" frequency 498053430 Hz quality 800
Timecounters tick every 1.000 msec
Fast IPsec: Initialized Security Association Processing.
IP Filter: v4.1.33 initialized.  Default = block all, Logging = enabled
md0: Preloaded image </mfsroot> 16777216 bytes at 0xc087d9d0
ad0: 1983MB <TRANSCEND 20050811> at ata0-master PIO4
Trying to mount root from ufs:/dev/md0
kern.coredump: 1 -> 0
Found configuration on ad0.
Initializing timezone... done
Configuring firewall... done
Configuring LAN interface... vr1: link state changed to UP
done
Configuring WAN interface... vr0: link state changed to UP
done
Configuring OPT1 (OPT1) interface... done
Starting syslog service... done
Starting webGUI... done
Starting DNS forwarder... done
Starting DHCP service... done
Starting NTP client... done


*** This is m0n0wall, version 1.33-pre1
    built on Wed Oct 13 15:54:06 CEST 2010 for embedded
    Copyright (C) 2002-2010 by Manuel Kasper. All rights reserved.
    Visit http://m0n0.ch/wall for updates.


    LAN IP address: 192.168.0.1

    Port configuration:

    LAN   -> vr1
    WAN   -> vr0
    OPT1  -> vr2 (OPT1)


m0n0wall console setup
**********************
1) Interfaces: assign network ports
2) Set up LAN IP address
3) Reset webGUI password
4) Reset to factory defaults
5) Reboot system
6) Ping host

Enter a number:
 
Pages: 1 [2] 3 4
 
 
Powered by SMF 1.1.20 | SMF © 2013, Simple Machines