I'm just ready to tear my hair out... (2024)

Post Reply

  • Print view
KipIngram

just joined

Topic Author

Posts: 13
Joined: Wed Jul 17, 2024 3:17 am

I'm just ready to tear my hair out...

  • Quote
  • #1

Fri Jul 19, 2024 3:13 am

I'm so frustrated. I'm trying to install to Microtik routers in my home network (AT&T UVerse). So, here is what I want:
o I have an AT&T router where the fiber comes into my house. I want that router to handle ALL of my DHCP IP address issuing and everything. It puts my devices on 192.168.1.xxx.
o I want each of the Microtik routers to be somewhere in my house and to function as BRIDGES, and really I only want them providing nice radio strength in that part of the house.
o I do NOT want the Microtik routers giving out 192.168.88.xxx address to devices that connect using them. When this happens NOTHING WORKS.

I am specifying "Bridge" on the quick config page. What am I doing wrong? I want these things to be entirely transparent except for radio service.

Thanks in advance - if someone can tell me what to do here I'll appreciate it SO MUCH. If I can't figure this out soon I'm sending them back and trying another product.

Kip

Top

tangent

Forum Guru
I'm just ready to tear my hair out... (3)

Posts: 1528
Joined: Thu Jul 01, 2021 3:15 pm
Contact:

Contact tangent

Re: I'm just ready to tear my hair out...

  • Quote
  • #2

Fri Jul 19, 2024 6:09 am

I do NOT want the Microtik routers giving out 192.168.88.xxx address to devices

So get its competing DHCP server out of the way, then. The fastest way is to give this CLI command:

Code: Select all

/ip/dhcp-server/disable 0 

There's a GUI alternative, and if you want to be really thorough you will remove it entirely, including the DHCP network definition and the IP pool it was configured to use.

You will doubtless also want to add a DHCP client so the AP gets an IP in the Uverse router's scheme.

At this point, everything should start working as you expect.

I am specifying "Bridge" on the quick config page.

Yes, and that's what you're getting. Your mistake is assuming "bridge" means the same thing to you as it does to the MikroTik employee who wrote that piece of Quick Set. What it gives you is a perfectly valid implementation of the "bridge" concept; it merely isn't your preferred concept.

Neither is wrong; both have their purposes.

Your best bet is to begin understanding what Quick Set does and not assume its defaults are wrong, but at worst mistargeted to your particular situation and preferences. Once you know what it does, you can adjust what it gives to suit. That's the beauty of RouterOS; you aren't locked into someone else's web UI configuration interface, along with their ideas of what it is you need.

Ultimately, you will need to get past Quick Set regardless, if you remain in the RouterOS ecosystem. It's fine for initial setup, but it can't do everything.

Top

KipIngram

just joined

Topic Author

Posts: 13
Joined: Wed Jul 17, 2024 3:17 am

Re: I'm just ready to tear my hair out...

  • Quote
  • #3

Fri Jul 19, 2024 7:19 am

Well, I don't doubt that it can be done (WebFig looks like it could do anything, up to and including launching a moon mission). But it seems wildly out of reason to expect people to wade through that much complexity for such a simple standard configuration. I'm looking at it, but it is NOT intuitive and very few of the online recipes I can find apply to webfig - they mostly seem to focus on winbox (I wish Microsoft Windows would just roll over and die a slow miserable death).

Top

tangent

Forum Guru
I'm just ready to tear my hair out... (6)

Posts: 1528
Joined: Thu Jul 01, 2021 3:15 pm
Contact:

Contact tangent

Re: I'm just ready to tear my hair out...

  • Quote
  • #4

Fri Jul 19, 2024 7:35 am

It isn't meant to be intuitive. It's meant to be powerful.

Great power comes with great responsibility, including a willingness to learn the tool's capabilities lest you end up causing more damage than handicraft.

As for the "Windows" thing, WinBox runs just fine under Wine.

To be frank, though, I administer my RouterOS boxes more often by SSH instead. I mainly use WinBox when I need more of a "dashboard" UI, with lots of preconfigured windows tiled just so, taking over nearly my whole screen.

Like any powerful tool, RouterOS rewards study far out of proportion to the time you put into it.

Top

infabo

Forum Guru
I'm just ready to tear my hair out... (8)

Posts: 1007
Joined: Thu Nov 12, 2020 12:07 pm

Re: I'm just ready to tear my hair out...

  • Quote
  • #5

Fri Jul 19, 2024 11:05 am

Find QuickSet tab on WebFig. There is an option to disable DHCP service.

"DHCP server: Normally, you would want automatic IP address configuration in your home network, so leave the DHCP settings ON and on their defaults."
https://help.mikrotik.com/docs/display/ ... 20defaults.

KipIngram

just joined

Topic Author

Posts: 13
Joined: Wed Jul 17, 2024 3:17 am

Re: I'm just ready to tear my hair out...

  • Quote
  • #6

Fri Jul 19, 2024 3:56 pm

Ok, I am still working on this. I found a "simple procedure" that claims it will use Webfig to get the router into a simple access point setup. These are the steps:

1. Start up with the reset sequence and connect to the router at 192.168.88.1
2. Go to Bridge > Ports tab > click on + to add ether1 to the bridge
3. Go to IP > DHCP Server and delete defined one.
4. Go to IP > DHCP Client and delete defined one.
5. Go to Routing > BFD and disable defined “all” entry by double-clicking on it and pressing Disable button (cannot be deleted!).
6. Optionally remove defined pool line(s) e.g. 192.168.88.10-192.168.88.254 however it won’t affect bridge function on it’s own.
7. Reboot MikroTik device [Turn Off Power, Turn On

That's it - the claim is that it will come back up as a simple access point. However, I'm not finding this to work. I did reboot using the Webfig option, though - not by hard power cycling. So, questions:

1. Is it critical that I power cycle at the end by unplugging and plugging the power cord, rather than via software?
2. The router comes up in the WispAP mode initially - do I need to switch it to something else with QuickFig before doing these steps?
3. This doesn't seem to include steps to keep Webfig accessible afterward. I found a recommendation to delete firewall rule 4 in order to get that. Is there a better way? And that raises the notion of the firewall - this is an internal router and I don't think I need firewall protection at all. How can I get rid of the firewall more completely?

I'm really hoping this procedure is at least close and that I will "get there soon." Any advice would be appreciated.

Finally, I can also access the terminal - would I be better off using it rather than Webfig? I do not consider Winbox an option - I swore off Windows and all things Microsoft years ago; I don't have a Windows machine and I don't want one and I really don't want to fuss with Wine. Surely one of the other methods can get me there?

Thank you guys. Hope you're headed into a good weekend.

Top

anav

Forum Guru
I'm just ready to tear my hair out... (11)

Posts: 20469
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Contact anav

Re: I'm just ready to tear my hair out...

  • Quote
  • #7

Fri Jul 19, 2024 4:53 pm

You simply want to setup the routers as AP/Switches.

I will assume your router provides DHCP to devices, single subnet, and the subnet is 192.168.1.0/24
We will assign 192.168.1.10 to the MT router.

Code: Select all

/interface bridgeadd name=bridge vlan-filtering=no/interface ethernetset [ find default-name=ether1 ] name=routerport comment="connection to main router"set [ find default-name=ether2 ] set [ find default-name=ether3 ] set [ find default-name=ether4 ] set [ find default-name=ether5 ] name=emergaccess comment="local access off bridge"/interface wifisettings as required/interface listadd name=MANAGE/interface bridge portadd bridge=bridge interface=routerportadd bridge=bridge interface=wifi1-nameadd bridge=bridge interface=wifi2-nameadd bridge=bridge interface=ether2add bridge=bridge interface=ether3add bridge=bridge interface=ether4/ip neighbor discovery-settingsset discover-interface-list=MANAGE/interface list memberadd interface=bridge list=MANAGEadd interface=emergaccess list=MANAGE/ip addressadd address=192.168.1.10/24 interface=bridge network=192.168.1.0add address=192.168.55.1/30 interface=emergaccess network=192.168.55.0/ip dnsset servers=192.168.1.1/ip routeadd dst-address=0.0.0.0/0 gateway=192.168.1.1/tool mac-serverset allowed-interface-list=NONE/tool mac-server mac-winboxset allowed-interface-list=MANAGE

Top

jaclaz

Forum Guru
I'm just ready to tear my hair out... (13)

Posts: 1072
Joined: Tue Oct 03, 2023 4:21 pm

Re: I'm just ready to tear my hair out...

  • Quote
  • #8

Fri Jul 19, 2024 4:59 pm

As long as you can access the router you can use Webfig (and terminal) or SSH just fine.
The advantage of Winbox is (among a few minor ones) that it can normally connect to a Mikrotik device both via its IP address and via its MAC address, this latter feature allows for connecting to the router in most of the common cases where a "wrong" setting prevents communication via the IP address (layer3), which - unfortunately it is common enough when fiddling with settings.

Since you are a Linux guy, you shouldn't have any issues using Mikrotik's terminal which is very similar to common Linux (or DOS-like) command line.

But even if it bothers you, you should take the time to have Winbox (under Wine) running and working BEFORE disaster happens and you get locked out, it may never happen, still ...

Think of the whole stuff as you think of your home door lock, is it better to spend an hour to go to the locksmith and have a copy of your key made (that you will store in some safe place and hopefully never use) or wait until you are locked out at night and need to call some emergency service to enter your home?

Now, the procedure you described is more or less correct, you might still have some unwanted remains (that shouldn't affect the way the device should work as switch/AP), and no, there is no difference in rebooting initiating the reboot via software vs initiating it by pulling the plug (the latter will create a different log entry, but that's it).

Compare with this recent, essentially similar, thread:
viewtopic.php?t=209286

What might be missing is some mechanism giving out the DHCP addresses coming from your AT&T router or some other (needed) "hooking" of the wi-fi interface(s).

You should follow this post (using Webfig instead of Winbox the procedure should be very similar):
viewtopic.php?t=203686#p1051720
and provide your configuration export, so that some willing to help member may point out the issues or omissions.

About firewall, the normally most used chain (forward) is unused when the device is configured as switch (so you can disable or remove those rules), but you may want to keep (modifying them in a suitable way) the rules in the input chain to limit and protect access to the device.

As anav just suggested, if you don't need all the ports, it would be a good idea to keep a port off the bridge for emergency access only.

Top

anav

Forum Guru
I'm just ready to tear my hair out... (15)

Posts: 20469
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Contact anav

Re: I'm just ready to tear my hair out...

  • Quote
  • #9

Fri Jul 19, 2024 5:07 pm

As anav just suggested, if you don't need all the ports, it would be a good idea to keep a port off the bridge for emergency access only.

Its a must when using vlans because configuring a bridge with vlans can be a pain sometimes, router burps at you.
So not just for access when you may render the bridge inoperable by some blunder but an excellent place to config without fear of bridge or vlan consequences

Top

KipIngram

just joined

Topic Author

Posts: 13
Joined: Wed Jul 17, 2024 3:17 am

Re: I'm just ready to tear my hair out...

  • Quote
  • #10

Fri Jul 19, 2024 5:33 pm

It isn't meant to be intuitive. It's meant to be powerful.

And I appreciate that power very much, and also the fact that these guys are affordable gigabit routers. But, they also offer the "quick" wizard - you'd think that a simple naked, absolutely minimal access point would be one of the items in that list of option. It's obviously a use case that a lot of people make use of.

Top

KipIngram

just joined

Topic Author

Posts: 13
Joined: Wed Jul 17, 2024 3:17 am

Re: I'm just ready to tear my hair out...

  • Quote
  • #11

Fri Jul 19, 2024 5:39 pm

You simply want to setup the routers as AP/Switches.

I will assume your router provides DHCP to devices, single subnet, and the subnet is 192.168.1.0/24
We will assign 192.168.1.10 to the MT router.

Code: Select all

/interface bridgeadd name=bridge vlan-filtering=no/interface ethernetset [ find default-name=ether1 ] name=routerport comment="connection to main router"set [ find default-name=ether2 ] set [ find default-name=ether3 ] set [ find default-name=ether4 ] set [ find default-name=ether5 ] name=emergaccess comment="local access off bridge"/interface wifisettings as required/interface listadd name=MANAGE/interface bridge portadd bridge=bridge interface=routerportadd bridge=bridge interface=wifi1-nameadd bridge=bridge interface=wifi2-nameadd bridge=bridge interface=ether2add bridge=bridge interface=ether3add bridge=bridge interface=ether4/ip neighbor discovery-settingsset discover-interface-list=MANAGE/interface list memberadd interface=bridge list=MANAGEadd interface=emergaccess list=MANAGE/ip addressadd address=192.168.1.10/24 interface=bridge network=192.168.1.0add address=192.168.55.1/30 interface=emergaccess network=192.168.55.0/ip dnsset servers=192.168.1.1/ip routeadd dst-address=0.0.0.0/0 gateway=192.168.1.1/tool mac-serverset allowed-interface-list=NONE/tool mac-server mac-winboxset allowed-interface-list=MANAGE

Did you really mean "55" in those IP addresses, or did you mean for that to be "88"?

Top

Amm0

Forum Guru
I'm just ready to tear my hair out... (19)

Posts: 3798
Joined: Sun May 01, 2016 7:12 pm
Location: California

Re: I'm just ready to tear my hair out...

  • Quote
  • #12

Fri Jul 19, 2024 6:51 pm

It isn't meant to be intuitive. It's meant to be powerful.

And I appreciate that power very much, and also the fact that these guys are affordable gigabit routers. But, they also offer the "quick" wizard - you'd think that a simple naked, absolutely minimal access point would be one of the items in that list of option. It's obviously a use case that a lot of people make use of.

You're not wrong here. On some models, QuickSet would be able to migrate the config from a "routed" mode to a "bridged" mode. There are "profiles" in QuickSet that have different templates, but not all profiles are on all models.

BUT.... what's particularly annoying is the newer hAPax2 and hAPax3 do NOT have any QuickSet profile that allows changing the default configuration into an "AP Bridge" - which is the mode you're looking for. On the hAPax things, there is only the "Home AP Dual" profile, so QuickSet isn't going to help.

While on something like RB5009, the "Ethernet" profile allows setting bridge mode - but that won't be on a hAP's:

Screenshot 2024-07-19 at 8.34.35 AM.png

It's kinda annoying they don't offer the same simple way to convert an hAPax into a "bridged AP". Ironically, on OLDER APs there would a QuickSet mode to do this – it's only the NEWER AX models that seem to skip this option in QuickSet. So... essentially unwinding the default configuration to remove the DHCP server, set DHCP client on "bridge", remove ether1 from WAN interface-list, and adding ether1 to the bridge is about all you can to do - as detailed above is about you're only option.

You do not have the required permissions to view the files attached to this post.

Last edited by Amm0 on Fri Jul 19, 2024 6:54 pm, edited 1 time in total.

Top

anav

Forum Guru
I'm just ready to tear my hair out... (21)

Posts: 20469
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Contact anav

Re: I'm just ready to tear my hair out...

  • Quote
  • #13

Fri Jul 19, 2024 6:53 pm

It can be any subnet you choose. If you find it easier to use .88 since its already on the router, by all means.
Then after change it to whatever you want. Like anything else, never use defaults be it winbox port, wireguard port or anything else.

Top

KipIngram

just joined

Topic Author

Posts: 13
Joined: Wed Jul 17, 2024 3:17 am

Re: I'm just ready to tear my hair out...

  • Quote
  • #14

Sun Jul 21, 2024 5:28 am

Well, in the end it was easy. Turns out I CAN just use the Wisp AP QuickSet mode, so long as I plug my external network cable into "NOT PORT 1." I just plugged it into port 2, and it seems to just be working perfectly. Except I can't get at WebFig now, but that's not bothering me a lot at the moment because it's doing exactly what I wanted it to. The on-board DNS got out of my way, and "everything works."

I can't even guess at how many web pages I had to read before I caught on that it might be BAD to plug the external net into the port marked for the external net on the chassis. I'm just ready to tear my hair out... (23)

So, I wouldn't mind setting it up again with a tweak to get WebFig available. Any advice on that?

Thanks,
Kip

Top

phascogale

Frequent Visitor
I'm just ready to tear my hair out... (25)

Posts: 58
Joined: Tue Oct 17, 2023 11:25 am

Re: I'm just ready to tear my hair out...

  • Quote
  • #15

Sun Jul 21, 2024 5:45 am

You could plug into port 1 when you need the access. It is no bad idea to have a port dedicated to management, with management inaccessible from other ports.

Top

KipIngram

just joined

Topic Author

Posts: 13
Joined: Wed Jul 17, 2024 3:17 am

Re: I'm just ready to tear my hair out...

  • Quote
  • #16

Sun Jul 21, 2024 5:48 am

You could plug into port 1 when you need the access. It is no bad idea to have a port dedicated to management, with management inaccessible from other ports.

You know, I just thought of that myself just before seeing your reply. Yes - it's not like I need those ports in any particularly major way - the main purpose of these boxes is to get good signal strength around my house.

Thanks!

Top

KipIngram

just joined

Topic Author

Posts: 13
Joined: Wed Jul 17, 2024 3:17 am

Re: I'm just ready to tear my hair out...

  • Quote
  • #17

Sun Jul 21, 2024 4:49 pm

Well, I take it back. It's not working properly. This morning I added a breakout board to a Raspberry Pi on my network. It was working great and was online when I re-added the Mikrotik to the network last night, and thought it was "fine." But to add the breakout board I powered the Pi down, and when I powered it back on it did not re-join my network.

Then I unplugged the Mikrotik from the network and power cycled the Pi, and it showed up immediately. So the Mikrotik is preventing newly powered on devices from acquiring an IP address.

What I did last night that I "thought" made it work was a) reset the Mikrotik, then b) select "Bridge" in the Wisp AP QuickSet page, c) set my SSID and password, and reboot, and finally d) plug the home network in on port 2.

Everything that was already on the network functioned great, and in fact I could switch my laptop back and forth between the Mikrotik net and the main home net, no problem.

So, I'm back to the drawing board. I feel like I'm on the right track, though - surely from here I can use a cable in port 1 to connect to WebFig and make a few further tweaks. Any ideas?

I connected to the router, without the cable plugged in. It did issue me an IP and it was in the 192.168.88 range. So that DNS server is apparently still operative. So when I get the cable I need to connect my notebook to an RJ45 port I'll go in there and see if I can delete the DNS server and maybe that will make a difference. Will that mean that I'll then need to assign myself a static IP in the 192.168.88.?? range in order to connect on port 1 thereafter?

I'm betting it somehow assigned the Pi an 88 IP.

Top

tangent

Forum Guru
I'm just ready to tear my hair out... (29)

Posts: 1528
Joined: Thu Jul 01, 2021 3:15 pm
Contact:

Contact tangent

Re: I'm just ready to tear my hair out...

  • Quote
  • #18

Sun Jul 21, 2024 5:12 pm

Cards on the table; show your config.

Top

KipIngram

just joined

Topic Author

Posts: 13
Joined: Wed Jul 17, 2024 3:17 am

Re: I'm just ready to tear my hair out...

  • Quote
  • #19

Sun Jul 21, 2024 5:21 pm

Ok, I found that by dropping a firewall rule before setting up WispAP bridge mode and applying, I can raise WebFig after the restart. So now I can tinker and hopefully figure out what's causing this problem with other devices not getting IP's / getting wrong IP's.

I checked after doing this, and the DNS server is disabled in the Mikrotik.

Top

KipIngram

just joined

Topic Author

Posts: 13
Joined: Wed Jul 17, 2024 3:17 am

Re: I'm just ready to tear my hair out...

  • Quote
  • #20

Sun Jul 21, 2024 5:36 pm

Ok, I think I got it. I misread the screen earlier - the DNS server WAS still running. So I deleted that, and also deleted the associated "pool." And, I followed step 5 of part 1 here:

https://tehnoblog.org/mikrotik-router-h ... nt-bridge/

Restarted and now my Pi can be re-powered and joins the network properly.

Top

anav

Forum Guru
I'm just ready to tear my hair out... (33)

Posts: 20469
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Contact anav

Re: I'm just ready to tear my hair out...

  • Quote
  • #21

Sun Jul 21, 2024 6:25 pm

All bets are off if you keep tinkering with quickset.

Top

KipIngram

just joined

Topic Author

Posts: 13
Joined: Wed Jul 17, 2024 3:17 am

Re: I'm just ready to tear my hair out...

  • Quote
  • #22

Sun Jul 21, 2024 6:36 pm

All bets are off if you keep tinkering with quickset.

I'm only using it initially, before I touch WebFig. Just to establish a starting point. Well, except I do delete that firewall rule first, but I was guessing that QuickSet wouldn't reinstate that rule, and that seems to be the case. Once I've fired QuickSet that one time, then I use WebFig for further changes. I got both of my Mikrotik devices set up this way now, located in appropriate places in my house. I can join all three networks (Two Mikrotik and the main UVerse router), connectivity is fine in all respects from all three, and I can power cycle that Pi in that circ*mstance and it joins the network properly using an IP issued by the UVerse router.

So:

1) Delete "drop all not from LAN" from the firewall rules
2) In Quickset, unclick the boxes re: Firewall, DHCP server, NAT, etc. Select bridge mode. Set SSID and password, and pull the trigger.
3) Use nmap to find the main network IP issued to each Mikrotik unit. Run Webfig on each one, and:
4) delete DHCP server
5) delete DHCP pool
6) disable BFD -- later deleted as unnecessary
7) reboot

That seems to be all there is to do. From here I would not envision ever using QuickSet again. I did go back in later and rename wlan1 to match wlan2 on each unit.

In order to not use Quickset at all, I'd have had to know EVERY SINGLE THING I needed to change to emulate the effect of setting WispAP bridge mode. That would be fine if I were a network professional, but I'm not. I'm more the kind of guy that would design the router HARDWARE - my career has been in embedded system design. We can't ALL be network experts.

I'm going to be watching closely over the next few days for remaining gotchas, but at the moment at least this all seems fine.

Edit on 23 July 2024: I'm dropping step 6 from the above procedure; that doesn't appear to be necessary. Things have continued to go well after the above procedure, and it's great to be able to hope onto WinFig with ease (without having to make a special project out of it). And the gigabit speed is FANTASTIC.

Top

Post Reply

  • Print view

Who is online

Users browsing this forum: Sob, thubalek and 25 guests

I'm just ready to tear my hair out... (2024)

References

Top Articles
Monovisc (High Molecular Weight Hyaluronan Injection): Side Effects, Uses, Dosage, Interactions, Warnings
Sun-Dried Tomato, White Bean, & Artichoke Pesto Pasta Salad - Two Peas & Their Pod
Dippin Base Stat Total
Arcanis Secret Santa
Chris Wragge Illness
Caremount Medical Flu Shots 2022
The 8 Best Santa Ynez Wineries to Visit in 2023
Wlds Obits
Income statement – Definition, Importance and Example | Zoho Books
The 10 Best Drury Hotels in the United States
Allegra Commercial Actress 2022
Pollen Count In Brandon Fl
Endocriene systeemklieren
Care Guide for Platy Fish – Feeding, Breeding, and Tank Mates
Honda Accord 2012 gebraucht - AutoUncle
My Scheduler Hca Cloud
1977 Elo Hit Wsj Crossword
Elizabeth Holmes Fappening
Upper Rank Demons Wiki
Sauce 423405
Shae Cornette Bikini
San Antonio Craigslist Free
Uitstekende taxi, matige gezinsauto: test Toyota Camry Hybrid – Autointernationaal.nl
Rainbird E4C Manual
Benjamin Hilton co*ck
Isaimini 2023: Tamil Movies Download HD Hollywood
Waifu Fighter F95
Highway 420 East Bremerton
Sold 4 U Hallie North
Po Box 182223 Chattanooga Tn 37422 7223
Bodek And Rhodes Catalog
The Parking Point Jfk Photos
Keanu Reeves cements his place in action genre with ‘John Wick: Chapter 4’
The Listings Project New York
Cbs Sportsline Fantasy Rankings
Dumb Money Showtimes Near Maya Cinemas Salinas
7UP artikelen kopen? Alle artikelen online
Bridger Elementary Logan
Sound Ideas, TAKE, CARTOON - WHISTLE TAKE/Image Gallery
Advanced Auto Body Hilton Head
C Spire Express Pay
Sutter Immunization Clinic Mountain View
Nc Maxpreps
Dermpathdiagnostics Com Pay Invoice
Autozone On 7 Mile And Hubbell
Epaper Dunya
Bass Tracker Boats For Sale On Craigslist
Busted Newspaper Zapata Tx
Unblocked Games 67 Ez
Rust Belt Revival Auctions
General Format - Purdue OWL® - Purdue University
NBA 2K: 10 Unpopular Opinions About The Games, According To Reddit
Latest Posts
Article information

Author: Madonna Wisozk

Last Updated:

Views: 5801

Rating: 4.8 / 5 (48 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Madonna Wisozk

Birthday: 2001-02-23

Address: 656 Gerhold Summit, Sidneyberg, FL 78179-2512

Phone: +6742282696652

Job: Customer Banking Liaison

Hobby: Flower arranging, Yo-yoing, Tai chi, Rowing, Macrame, Urban exploration, Knife making

Introduction: My name is Madonna Wisozk, I am a attractive, healthy, thoughtful, faithful, open, vivacious, zany person who loves writing and wants to share my knowledge and understanding with you.