Garry W

Results 86 comments of Garry W

You need bridge method I think. Sadly currently this script can't, it can only do NAT. Try create_ap https://github.com/oblique/create_ap

1. https://tor.stackexchange.com/questions/15536/what-does-the-logged-tor-warning-onion-address-foo-requested-from-a-port-with 2. `lnxrouter --log-dns` see what tor's DNS answer to .onion 3. If successfully make tor use virtual IP for .onion, according to the answer: > "virtual address" is...

> VirtualAddrNetwork 10.192.0.0/10 That's still LAN range. Try `VirtualAddrNetwork 20.192.0.0/10`. See if that makes `.onion` work.

Actually the problem was our script wouldn't redirect LAN traffic to proxy https://github.com/garywill/linux-router/blob/f6995bc30c5b85ac07aefe37b35004a307e3f62b/lnxrouter#L1022-L1035 WAN is not necessary for tor. I don't know much about tor, this is the first time...

Using 20.x.x.x will have potential conflict with some public websites. According to https://en.wikipedia.org/wiki/IPv4#Special-use_addresses ``` 198.18.0.0/15 Used for benchmark testing of inter-network communications between two separate subnets.[15] 240.0.0.0/4 Reserved for future...

### Edit: If you see this bug, please report to NM. See https://github.com/garywill/linux-router/issues/12#issuecomment-1004063306 --------------- Hi there, thanks for feedback. The log shows `5e` was the first byte of the wifi...

> I tried this method and works fine without creating virtual interface but sometimes we really need to set a virtual interface up > increased sleep time to 6 and...

I did some test with ``` watch -n 0.1 ip a ``` I found every time I check/uncheck the "enabe wifi" on NM, my `wlan0` MAC changes. Having NM wifi...

@fmichaut-dev > after upgrading to Fedora 32, create_ap doesn't work anymore (the ap is created and accessible, but the connecting device is stuck in the connection step and eventualy timeout)...

I downloaded Arch Linux and Fedora live iso, tested on a laptop with Intel Centrino wifi device. Did **not** reproduce this problem `RTNETLINK answers: Device or resource busy`. > archlinux-gui-xfce-pure-2021.08-x86_64.iso...