Debian Configuration :: How To Connect To Hostnames Over LAN That Router Assigns

Sep 29, 2015

So I have a router that I've gotten from my ISP, which seems to run a hardened, custom version of OpenWRT. By that I mean it's read-only and has a lot of files mostly in RAM. So putting custom firmware on it is not an option for me right now, as it's by only router. Actually, it's not just a router, it's an Actiontek modem/router combo.

So anyway, lets say I have a machine on my LAN and I want to basically SSH into a box by hostname. Now the thing is, I prefer using OpenDNS (previously OpenNIC) as my DNS, and so I don't use my router as my nameserver, though I could do that.

So how do I connect to my machine by hostname? I would prefer a solution that does not use Avahi/Zeroconf or editing the hosts file. People have said setting up a local DNS server might be okay, but I'd have to do that for every machine I'd want added to my network. Kind of almost as bad as editing a static hosts file. I use really want to use DHCP over static IP assigning, and the one on my router is not as advanced, so I can't use my hosts file. And also,

So is Zeroconf the only solution? I'm not sure how to set up Zeroconf. Do you just install Avahi?

I want a simple, almost Arch-linux solution, lean and clean, using only the most minimal software. I don't care how much configuring I'd have to do, as long as it's going to stay reliable as well.

View 2 Replies


ADVERTISEMENT

Debian Configuration :: OpenVPN And IPTables - No Local Hostnames Accessible

Feb 7, 2016

I managed to set up an openvpn server, ip-forwarding and a nat iptable rule for that.

Almost everything works as expected, but my problem is:

Smartphone -> VPN -> Internet ==> works (by ip and hostname)
Smartphone -> VPN -> machine in my local network by IP ==> works
Smartphone -> VPN -> machine in my local network by its hostname => DOES NOT WORK
Machine w/ VPN server -> ping to machine in local network by ip or hostname => works

So, i wonder why i cant access a local machine through the vpn by its hostname. I guess I'm missing a forwarding rule??

iptables dump:
# Generated by iptables-save v1.4.21 on Sun Feb 7 20:56:52 2016
*nat
:PREROUTING ACCEPT [786:59064]
:INPUT ACCEPT [728:53047]
:OUTPUT ACCEPT [19:1487]
:POSTROUTING ACCEPT [20:1576]
-A POSTROUTING -s 10.8.0.0/24 -j MASQUERADE
COMMIT
# Completed on Sun Feb 7 20:56:52 2016

View 0 Replies View Related

Debian Configuration :: Cannot See Linux In Router

Jun 19, 2015

I cannot see my debian linux machine in my virgin media router>>attached devices. I can see everything else including my raspberry pi.

The box is headless but I connected up to tv temporary and did ifconfig and got the ip address. I can ssh to it and connect to minecraft server I have running on it but I would like to know why I cannot see it in the router.

View 4 Replies View Related

Debian :: Router Configuration And Certificates Warnings?

Apr 19, 2011

I've just bought a Linksys WRT610N router and I ran through various problems during the configuration, that brought some questions.Here is what I did to configure it (following the short manual that I got with the router)1. plugged the router in my modem and in my computer via ethernet cables2. entered its IP address (given on the manual) on my browser and logged in with the factory login3. changed the login passwordAfter this the problems that I have encountered are that:I set up the administration of the router to be disabled via wireless and enabled locally via https, but when saving those settings I either lost the connection (the browser telling me the server was not accessible) or asked confirm a security certificate after being (logically) redirected to the https version of the administration pageafter trying to loggin again, I wasn't able to login via https but only via http even if after logging those parameters were still as I set them (wireless administrative login disabled and local administrative login enabled only via https)

via https when getting something else than "the server is not responding or could be too busy", I was prompted the untrusted connection site, saying that"192.168.1.1 uses an invalid security certificate.The certificate is not trusted because it is self-signed.The certificate is only valid for Linksys.The certificate expired on 01/01/71 01:21. The current time is 19/04/11 22:56.(Error code:sec_error_expired_issuer_certificate)"I noticed that after loosing the connection and not being able to reach the router either with http or https, the only way I was then able to reconnect to it was to go into (I am using firefox 4 on squeeze) edit > preferences > advanced > encryption > view certificates > servers and delete the linksys certificate

View 4 Replies View Related

Debian Configuration :: Network - Cannot Connect To Any Other Websites And Apt Will Not Connect To Any Servers

Feb 18, 2011

I am using Squeeze and all appears OK at first... I have a DHCP lease, PING to router works, apache servering fine in and outside the network, Epiphany seems to connects to default debian.org only, BUT I cannot connect to any other websites and apt will not connect to any servers. I installed once, tried to fix problem, gave up and reinstalled and still have the same problem.

I unistalled Network Manager thinking that was the problem, but still the same issue. Is there a default firewall blocking certain connections or am I missing something I'm supposed to know about? I installed some non-free firmware in the beginning of install and all worked... and I connected fine when downloading packages during install.

View 4 Replies View Related

Debian Configuration :: How To Set Up Remote Login Behind Netgear Router

May 25, 2011

I have just setup a debian box, and I want to be able to login to the machine remotely.Currently I have the following setup:Cable Modem -> Netgear Router (DHCP to outside world) -> Debian Box (DHCP for internal network)As I under stand it I have to set my Debian Box to use a static IP, but from there I di not know where to go.Also since my cable modem IP is dynamic, is there some way to have that the debian box get the IP address for the outside world, and e-mail it to my gmail account when it changes, or least every X hours?

View 1 Replies View Related

Debian Configuration :: Using WiFi Router On Eth1 Bridged To Eth0

Dec 13, 2015

I am running : Linux ics385 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u6 (2015-11-09) x86_64 GNU/Linux

Here's the situation

1. I'm trying to configure a WLAN using a D-Link DLR655 wifi router that is connected to eth1.

2. eth0 is connected to the ISP's DHCP router and has the IP 192.168.0.24

3. I've bridged eth0 to eth1 such that eth1 has the static IP 192.168.8.1

4. I've manually configured the router and it uses the 192.168.8.1 as the WAN address with its subnet on the 192.168.10.* address space.

5. I can connect a laptop to the D-Link using wifi and ping 192.168.8.1 but I can't ssh to it or to anything beyond it from the laptop.

6. If I'm on the server (192.168.0.24) I can ssh into either 192.168.0.24 or 192.168.8.1 but not if I'm on the laptop. I conclude from this that ssh is not the problem but the laptop says ssh: connect to 192.168.8.1 port 22: connection refused.

So, am I conceptually confused or is it that I have to open ssh up to the other sub-net address spaces or something like that?

View 5 Replies View Related

Debian Configuration :: ADSL - Router Should Handle Everything Automatically And Transparently

Feb 3, 2010

The router should handle everything automatically and transparently. All you need to do is make sure that the wireless Ethernet adapters in the laptops can "talk" to the wireless router.

View 4 Replies View Related

Debian Configuration :: Adding Router For Mail Service Function?

Jun 10, 2011

I'm building a Debian based router, I want to add to this router a mail service function. I don't want mail to be sent outside of the network, what I want is the ability for services to send mail to the Debian server and for me to then pick them up from this server via pop3 into my normal mail application. Given I'm not looking for mail to be sent outside of the network and its strictly for services to log notifications via. What of the various mail applications should I setup? i.e. just looking for SMTP + POP3 internally.

View 5 Replies View Related

Debian Configuration :: Unable To Get Intel Pro/wireless 3945abg Connected To Router

Mar 2, 2010

I am unable to get my intel pro/wireless 3945abg connected to my router. The firmware has been installed and at first was even able to connect, but now the access point doesn't even show up in network manager. I am currently able to connect using a USB wireless adapter, but for certain reasons, would prefer to use the former. I've looked over this page with no results.

View 7 Replies View Related

Debian Configuration :: How To TFTP Router Configurations To A Server In The Same Local Networ

Jul 27, 2010

I'm trying to TFTP router configurations to a server in the same local network without having to first make files in the server's TFTP directory . The transfer of a config file from router to server works perfectly if I make a file with touch and then chmod the file with 777. I found information that says to use the -c or --create option in the TFTP configuration file (/etc/default/tftpd-hpa) if you want TFTP to work without having to create the files first. The problem is, I have set this parameter and restarted TFTP , but it is not working.

Here is my /etc/default/tftpd-hpa file:

# /etc/default/tftpd-hpa
TFTP_USERNAME="tftp"
#TFTP_DIRECTORY="/var/lib/tftpboot"
TFTP_DIRECTORY="/tftp"

[code]....

View 7 Replies View Related

Networking :: Set Up A Laptop As A Router To Connect Wirelessly To ADSL Router?

Nov 6, 2009

I have a desktop PC running Ubuntu 9.10 and Windows 7, and a Eee PC 701 laptop running EasyPeasy Ubuntu 9.04. I'd like to connect the desktop to the laptop with a wired connection (eth0), then the laptop to my ADSL router using wireless (ath0).

I have a crossover ethernet cable (I bought on ebay). I have set up my laptop with a static IP address on my LAN and it uses OpenDNS.

I have added this to /etc/sysctl.conf on the laptop:

net.ipv4.ip_forward=1

Then I tried this on the laptop:

sudo iptables --table nat --append POSTROUTING --out-interface ath0 -j MASQUERADE
sudo iptables --append FORWARD --in-interface eth0 -j ACCEPT

This is a variation on what I found on other sites describing how to set up a router. I don't understand iptables very well, but I gather that the above two lines should set up forwarding so that traffic from my router to the laptop will be forwarded to the desktop, and vice versa.

But this doesn't work. The connection doesn't even establish between the laptop and the desktop.

View 12 Replies View Related

Debian Configuration :: WiFi Router Doesn't Give Internet To Other Devices Connected

Oct 21, 2015

When I connect my Debian PC to my WiFi router my PC doesn't get internet if other devices are connected to it .

When i disconnect those devices and connect my Debian PC only then my PC connects to internet but other devices connected to it later do not get inernet connection.

When I connect my Debian PC using LAN Cable to the same router all devices work fine.

View 11 Replies View Related

Networking :: Old Router Behind New Router - Configuration ?

Oct 30, 2010

I've moved a linuxbox from being my gateway (nat, etc) to behind a new gateway (a DD-wrt router). For transparency purposes, I'd like to continue using the old box services, and just have the gateway in front of it.

Here's what I did:

The newgateway is setup for class C, 192.168.0.0

This configuration works, but sometimes it doesn't and I haven't figured out why yet.

At sometimes, clients on the LAN get throughput rates with very little speed loss (using speakeasy speed test). They will run at 33M on the LAN, running through both the newgateway, and the oldbox, and get about 35M with directly connected to the cable modem.

Other times, it seems nothing can talk with anyone, and I am not sure why.

I know what I have done is a little unconventional, but it's a transitional thing, and I am not sure it is the cause of the problem, although it was the last things changed.

View 2 Replies View Related

Debian Configuration :: How To Connect Wifi From CLI

Jan 7, 2014

I did a netinstall earlier today (latest version, amd64) on my Dell XPS laptop and ended up with a minimal installation because I couldn't connect to the internet. Now I'm trying to get online without a desktop environment.

I have an Intel Centrino 1030, so I downloaded and installed the firmware [URL].... with a usb, then rebooted. My searches have turned up a lot of instructions involving a utility called iwconfig and wpasuppliant, but these are apparently not installed. I don't really know much about it, but my /etc/network/interfaces file looks rather empty:

Code: Select all# The loopback interface
 auto lo
 iface lo inet loopback

Shouldn't there be something like wlan0 there? The network card does show up with lspci

View 14 Replies View Related

Debian Configuration :: How To Connect To Internet?

Jan 8, 2011

I have been using another OS but thought for Ham Radio Debian might be good however my stupidity took over right at the start.Have a live cd and works fine but I don't know how to connect to the Internet.Using DSL.

View 9 Replies View Related

Debian Configuration :: How To Connect /dev/tty.. To IP Port

Mar 13, 2011

I need to connect to a serial port server via /dev/tty.. . The serial port IP addresses are the server's IP address with a particular port # (10001, 10002 etc). The way this seems to work is to create a pseudo-tty and somehow link or configure it to point to the serial server's IP/port #'s.

View 3 Replies View Related

Debian Configuration :: Can't Connect To Any Network

Apr 9, 2011

I installed testing on my netbook with cd1. and too my suprise it didn't even include something as important as network manager. all i want to do is connect to my wired internet, install network manager, then install my driver for card. if i can just get wired working i will be homefree. the directions for installing my wire3less driver look super simple.

View 4 Replies View Related

Debian Configuration :: Connect To A Account Through SMB?

Jun 3, 2011

I am trying to connect to a Debian account through SMB. So far I havn't had any luck and from what I have read online, without Windows 7 registry modifications, I won't get anywhere either. I have tried two main configurations on in the smb.conf. The first method was to use 'security = share' and submit the username and password on the created share. That didn't work. The second method was to use 'security = user' and authenticate to the entire smb server. That didn't work either.

I am unsure what username/password I have to enter. I am using the accounts credentials, but it isn't letting me connect with those. It also wants me to use a domain (something like 'LAPTOPusername' and then password) which I don't understand the relevance. What domain should I use?

When it comes down to it I just want an SMB share that all the Windows 7 computers in my house can access, but still requires a password. Are there any guides available? Please make sure they are up to date with the latest SAMBA and Windows 7 configuration. The ones I have gone over are old and didn't fix my problem. Also if I need to modify the registry then it isn't worth it.

View 6 Replies View Related

Ubuntu Networking :: Unable To Connect To The Internet But Can Connect To The Router

Apr 6, 2011

I am trying to setup a dhcp server for my internal network. I have two NICs, a modem, and a wireless router. I have my server connected directly to my modem which is providing me with Internet access on eth1 and is working fine. I have dhcp and dns setup on eth0 which is connected to my router. The router shows that it is connected to the Internet but when the router gives a client computer an IP address, the client is unable to connect to the Internet but can connect to the router. I will post my configuration files below with my current configuration.

[Code]....

View 5 Replies View Related

Debian Configuration :: Network Refuses To Connect

Aug 21, 2015

I installed a fresh Debian Desktop without the LAN cable connected. After that I got message when I put the cable in:

Code: Select allNetwork Interface
Connection New Wired Connection failed

I have tried to re-install everything once again with the cable in, but during the Debian installation there was no network detected.

However, I proceeded and re-installed Debian. But the problem persists. It continues to re-connect and than disconnect. There is a symbol showing re-connection. The network eth0 is visible to the machine.

I booted Mint Live disc and the same happens there.

View 14 Replies View Related

Debian Configuration :: Cannot Connect To Windows Share

Sep 15, 2015

Recently after updating my Debian Jessie, I can no longer access windows shares. I can access those shares from windows PC. And to be able from debian.

After I enter my password of windows share, the password dialog box pops up again. No warning, no errors. It just pops up. I cannot connect to any windows share.

View 0 Replies View Related

Debian Configuration :: Connect To Linux Using RDP From Windows 10

Dec 23, 2015

I have Debian 8 with VBoxGuestAdditions (4.3.18). I can connect to this box from Win7 using RDP (mstsc.exe). When I connect from Windows 10 using mstsc.exe I've got error code 2308. I tried NoMachine, 2XClient, RoyalTS none worked.

W10 connecting with RDP to Linux server? If I would install xrdp onto the Linux server would it work for me?

Is it possible to connect from Win10 to Linux using RDP?

View 4 Replies View Related

Debian Configuration :: Can't Connect To Hidden Wireless

Jul 9, 2010

Finally took the plunge and decided to give debian a go, not done so before as feared it would be too complicated. Net install went ok. Used to wiki to get me wireless up and running by copying those commands provided most of which made no sense (why the separate kernel image for wireless?).

Anyway seems to have worked so now to the problem I can't connect to my wireless network its not broadcasting so configured it manually the way I do in ubuntu through the net manager, it doesn't connect at all.

View 1 Replies View Related

Debian Configuration :: When Connect To VPN, Lose Internet?

Oct 13, 2010

I set up a vpnc connection, and it says it connects fine, but then I have no internet connection at all, and cannot ssh into the remote server(the reason i need this vpn) or do anything else involving the internet.I question if it actually connects at all, as sudo vpnc myconf.conf only shows the connect banner and never progresses from there.

View 4 Replies View Related

Debian Configuration :: Cannot Connect To Anything On The Local Network?

Dec 24, 2010

Two nights ago I decided to switch from testing to unstable. Since then I am able to connect to the internet, but not to anything on my local network. I am unable to ping this computer from another one on the network. This computer is connected through wireless. I thought that something might have changed with iptables that was blockinghe localnetwork. I tried to "flush the iptables settings with "iptables -F". Since that didn't work I uninstalled iptables (which didn't work and I reinstalled iptables). In my browser I tried to connect to my router and that doesn't work either.I connect to this computer daily through ssh and connect to a NAS. Without ssh and my NAS I feel kinda lost

View 6 Replies View Related

Debian Configuration :: Broadcom Wireless Will Not Connect

Jan 12, 2011

I am attempting to get my laptop wireless to connect to my router. Wicd sees my router, I enter the known good password, and it reports bad password. Configuring router without wireless security and attempting to connect with wicd without security fails also. Laptop wireless has worked with other another linux distro, and windows.

Environment:Squeeze installed to Dell laptop with wireless: Bus 003 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)

Wicd reports that it fails with this text:

2011/01/11 20:06:02 :: Putting interface down
2011/01/11 20:06:02 :: Releasing DHCP leases...
2011/01/11 20:06:02 :: attempting to set hostname with dhclient
2011/01/11 20:06:02 :: using dhcpcd or another supported client may work better

[code]....

View 14 Replies View Related

Configuration :: Sid Machine Can't Connect To Debian.org / Solve It?

Feb 1, 2011

My sid machine currently can't access debian.org, through apt hitting the repositories, surfing through Epiphany or Iceweasel, or pinging the server directly. It was working fine until about four days ago. However, if I type in the IP address, I can access the website, so it must be some sort of DNS issue. My home server, running Squeeze, can access debian.org just fine. Any suggestions for how to fix it?

View 1 Replies View Related

Debian Configuration :: Can't Connect To WPA2 Network

Aug 31, 2011

I have a laptop (running Arch Linux) and a desktop. Until recently my desktop computer ran Arch but I'm taking Debian for a spin now. At my home there is a wireless network with WPA2 encoding. I use the wicd gui to connect to this. I assume, that since I can see the SSID in the wicd window, all drivers are correctly installed and functioning. On my Arch computer, wicd reports this SSID as having WPA2 encoding, but on the Debian computer, it shows up as WEP. Even when I choose the correct encryption thing, WPA2 (preshared key), and put the correct password in, I can't get a connection up.

View 6 Replies View Related

Debian Configuration :: New Router, Now "no DHCPOFFERS Received"?

Oct 22, 2010

I'm getting some odd behavior from a new router (netgear wg614 i believe). It appears that it won't assign an IP address to any machine running linux, but it WILL assign an IP address just fine to windows machines. my laptop is running debian lenny, but it isn't just my laptop - other linux (or linux based) machines can't get an IP address from it, either (including my wii). yet my old windows desktop gets an IP address just fine, as do my friend's windows laptops. i did not have this problem with my old router. nor do i have this problem when i bring my laptop other places. i have this problem ONLY with this new router.

the workaround is to assign a static IP address to my laptop and my wii, which is fine, but... i still want to get to the bottom of it. my laptop is definitely associated with the router (iwconfig output confirms this), so it's not a problem with the card or the driver (right?). i can log into the router administration from my laptop. the router just won't give it an IP address. how can this be? considering:-the only thing that has changed is the router-the problem occurs with all non-windows machines-my laptop and wii both worked fine with my old router (and others), and the settings have not changed.so, is there something fundamentally different about how linux and windows request an IP address from a DHCP server? My knowledge of both linux and DHCP are "medium", and they don't overlap enough for me to figure this out, i guess.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved