So the setup looks like this:
There is a main WLAN-router/modem which is connected to the internet and serves the lower floor with WLAN. Now upstairs I have a second WLAN-router/modem (I will call it router two from now on). A normal ethernet cable is plugged in in router two in one of the four ethernet ports and also in one of the four ethernet ports in router one.
My old Asus router died a few weeks ago, so I thought I'd set up my Debian box to deal with routing my home network. I have a few complications, but I adapted my configuration from a previously working configuration, and I don't see why I am having intermittent problems. But I am having them!
I have 4 computers hooked up to a inhome network. 1 is rj-45 hardwired, other 3 are wireless.
For some reason, all four computers can not access one site that I know exists.
Yes. From either 10.98.0.x or 98.0.0.x (not router machine, but another) I can ping any ip address of the router. From the router, I can ping anything with no problem. [by BRonkBMI]
Hallo guys,,,
Ive a weird problem about my honeypot project
all start from installation until running process is
going smoothly but when i try to ping my honeyd vm from honeyd host it couldnt but it can be ping from other machine inside my local network.
im also usinng arpd for ARP request reply and standard honeyd config,,,
any body have a clue please what ive missed
This my honeyd.conf file
#
Using openvpn on Fedora 16 client and server.
My server 192.168.20.2, is in an inner lan with router 192.168.20.1 .
That router is 192.168.10.2 on an outer lan with router 192.168.10.1 .
The outer router is connected to the wan, and has a registered domain name.
The outer directs 1194 to the inner, and thence to the server.
Now from my server box, 192.168.20.2, I can manage BOTH routers with
My home network is currently sitting behind a DD-WRT router that I can access using public key authentication.
I'm quite new to tunneling and so I need your help to select the right tunnel for my situation:
The server is behind a router, port 443 is forwarded. The client is in a school network behind a proxy, but port 443 seems to be open (at least tcp), DNS is working and pinging my home router is possible.
I have my router connected to the Internet. From the router, I have an ssh tunnel setup like this:
ssh -f tunnelserver.net -L 2000:proxy:8888 -N
This opens the port 2000 on localhost from my router. Now I want this port to be accessible from within my LAN, but it is closed. How can I open it?
I have GatewayPorts yes in /etc/ssh/sshd_config, if that matters.