This looks good. Are you still reaching errors? Scott
On 10/5/05, Chun Wong <[EMAIL PROTECTED]> wrote: > Sorry guys, > In my haste, I did the ifconfig -a after I had restored the previous good > config - doh! > > fxp1 is my dmz which I would like to vlan into different subnets > fxp0 is my wan > fxp2 is my lan > fxp3 is my lan 2 > tl0 is for my wlan subnet > tl1 is spare > > This is the correct one : > > login as: admin > Using keyboard-interactive authentication. > Password: > > *** This is pfSense version 0.86 - pfSense *** > > LAN -> fxp2 -> 192.168.199.254 > WAN -> fxp0 -> dhcp > OPT1 -> fxp3 -> 192.168.200.254(M_server) > OPT2 -> fxp1 -> 172.100.100.254(FE_Server) > OPT3 -> tl0 -> (OPT3) > OPT4 -> tl1 -> (OPT4) > OPT5 -> vlan0 -> (OPT5) > OPT6 -> vlan1 -> (OPT6) > > pfSense console setup > *********************** > 0) Logout (SSH only) > 1) Assign Interfaces > 2) Set LAN IP address > 3) Reset webGUI password > 4) Reset to factory defaults > 5) Reboot system > 6) Halt system > 7) Ping host > 8) Shell > 9) PFtop > 10) Traffic Logs > > Enter an option: 8 > > # ifconfig -a > tl0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 > ether 00:80:5f:a7:83:4d > media: Ethernet autoselect (none) > status: no carrier > tl1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 > ether 00:80:5f:a7:83:cd > media: Ethernet autoselect (none) > status: no carrier > fxp0: flags=9943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,LINK0,MULTICAST> mtu > 1500 > options=8<VLAN_MTU> > inet6 fe80::250:8bff:fe68:8972%fxp0 prefixlen 64 scopeid 0x3 > inet 82.4.0.0 netmask 0xffffff00 broadcast 255.255.255.255 > ether 00:50:8b:68:89:72 > media: Ethernet autoselect (100baseTX <full-duplex>) > status: active > fxp1: flags=9843<UP,BROADCAST,RUNNING,SIMPLEX,LINK0,MULTICAST> mtu 1500 > options=8<VLAN_MTU> > inet6 fe80::250:8bff:fe68:8973%fxp1 prefixlen 64 scopeid 0x4 > inet 172.100.100.254 netmask 0xffffff00 broadcast 172.100.100.255 > ether 00:50:8b:68:89:73 > media: Ethernet autoselect (100baseTX <full-duplex>) > status: active > fxp2: flags=9843<UP,BROADCAST,RUNNING,SIMPLEX,LINK0,MULTICAST> mtu 1500 > options=8<VLAN_MTU> > inet 192.168.199.254 netmask 0xffffff00 broadcast 192.168.199.255 > inet6 fe80::208:2ff:fede:cec4%fxp2 prefixlen 64 scopeid 0x5 > ether 00:08:02:de:ce:c4 > media: Ethernet autoselect (100baseTX) > status: active > fxp3: flags=9843<UP,BROADCAST,RUNNING,SIMPLEX,LINK0,MULTICAST> mtu 1500 > options=8<VLAN_MTU> > inet 192.168.200.254 netmask 0xffffff00 broadcast 192.168.200.255 > inet6 fe80::208:2ff:fede:cec5%fxp3 prefixlen 64 scopeid 0x6 > ether 00:08:02:de:ce:c5 > media: Ethernet autoselect (100baseTX <full-duplex>) > status: active > plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500 > 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 0x8 > pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33208 > pfsync0: flags=41<UP,RUNNING> mtu 2020 > pfsync: syncdev: lo0 maxupd: 128 > vlan0: flags=8842<BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > ether 00:50:8b:68:89:73 > media: Ethernet autoselect (100baseTX <full-duplex>) > status: active > vlan: 20 parent interface: fxp1 > vlan1: flags=8842<BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > ether 00:50:8b:68:89:73 > media: Ethernet autoselect (100baseTX <full-duplex>) > status: active > vlan: 30 parent interface: fxp1 > # > > > --- Ursprüngliche Nachricht --- > > Von: Scott Ullrich <[EMAIL PROTECTED]> > > An: [email protected] > > Betreff: Re: [pfSense-discussion] problem with vlans > > Datum: Wed, 5 Oct 2005 16:51:40 -0400 > > > > Yes, please make sure they are assigned correctly. If they are let me > > know and I'll dive into the code. > > > > Scott > > > > > > On 10/5/05, Dan Swartzendruber <[EMAIL PROTECTED]> wrote: > > > > > > if you did create the vlans, you don't seem to have assigned them as > > > interfaces. e.g. when you are in the console menu and see option #1 > > > (assign interfaces), you want to assign vlan0 and/or vlan1 as LAN, or > > > OPT or whatever. as is, you have the IP addresses assigned to the > > > real interfaces. > > > > > > At 04:47 PM 10/5/2005, you wrote: > > > ># ifconfig -a > > > >tl0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 > > > > ether 00:80:5f:a7:83:4d > > > > media: Ethernet autoselect (none) > > > > status: no carrier > > > >tl1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 > > > > ether 00:80:5f:a7:83:cd > > > > media: Ethernet autoselect (none) > > > > status: no carrier > > > >fxp0: flags=9943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,LINK0,MULTICAST> > > mtu > > > >1500 > > > > options=8<VLAN_MTU> > > > > inet6 fe80::250:8bff:fe68:8972%fxp0 prefixlen 64 scopeid 0x3 > > > > inet 82.4.0.0 netmask 0xffffff00 broadcast 255.255.255.255 > > > > ether 00:50:8b:68:89:72 > > > > media: Ethernet autoselect (100baseTX <full-duplex>) > > > > status: active > > > >fxp1: flags=9843<UP,BROADCAST,RUNNING,SIMPLEX,LINK0,MULTICAST> mtu 1500 > > > > options=8<VLAN_MTU> > > > > inet 172.100.100.254 netmask 0xffffff00 broadcast > > 172.100.100.255 > > > > inet6 fe80::250:8bff:fe68:8973%fxp1 prefixlen 64 scopeid 0x4 > > > > ether 00:50:8b:68:89:73 > > > > media: Ethernet autoselect (100baseTX <full-duplex>) > > > > status: active > > > >fxp2: flags=9843<UP,BROADCAST,RUNNING,SIMPLEX,LINK0,MULTICAST> mtu 1500 > > > > options=8<VLAN_MTU> > > > > inet 192.168.199.254 netmask 0xffffff00 broadcast > > 192.168.199.255 > > > > inet6 fe80::208:2ff:fede:cec4%fxp2 prefixlen 64 scopeid 0x5 > > > > ether 00:08:02:de:ce:c4 > > > > media: Ethernet autoselect (100baseTX) > > > > status: active > > > >fxp3: flags=9843<UP,BROADCAST,RUNNING,SIMPLEX,LINK0,MULTICAST> mtu 1500 > > > > options=8<VLAN_MTU> > > > > inet 192.168.200.254 netmask 0xffffff00 broadcast > > 192.168.200.255 > > > > inet6 fe80::208:2ff:fede:cec5%fxp3 prefixlen 64 scopeid 0x6 > > > > ether 00:08:02:de:ce:c5 > > > > media: Ethernet autoselect (100baseTX <full-duplex>) > > > > status: active > > > >plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500 > > > >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 0x8 > > > >pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33208 > > > >pfsync0: flags=41<UP,RUNNING> mtu 2020 > > > > pfsync: syncdev: lo0 maxupd: 128 > > > ># > > > > > > > > > > > >Hi Dan, > > > >ifconfig -a. > > > > > > > >Any idea what plip0 is ? > > > > > > > >Thanks > > > > > > > >-- > > > >GMX DSL = Maximale Leistung zum minimalen Preis! > > > >2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: > > http://www.gmx.net/de/go/dsl > > > > > > > > > > > > > -- > Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko! > Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner >
