OpenSUSE Network :: Why To Need IP6 Enabled For X11 Forwarding
Apr 21, 2011
I was setting up a new 11.4 system and disabled ip6 as we don't use it. After that I couldn't get X11 forwarding working. After searching around for a while, I found this topic [URL] ssh-x11-forwarding.html which at the end mentions enabling ip6. Magically, after doing that and rebooting I can now do X11 forwarding again. Just seems strange that IP6 is needed for X11 forwarding.
View 1 Replies
ADVERTISEMENT
Jan 12, 2010
Ethernet configuration:
- eth0 private net
- eth1 internet
eth1 is connected to a cable modem and uses dhcp. After migrating to suse-11.2 ip-forwarding (once the system is up and running) is sometimes deactivated and i have no clue why. /etc/syslog.conf has an entry net.ipv4.ip_forwarding = 1
i have modified the SuSE-scripts /sbin/SuSEfirewall /sbin/ifup-dhcp /etc/init.d/SuSEfirewall2_setup to make sure each time my firewall-rules are loaded ip-forwarding is explicitly enabled. This worked perfectly with suse-11.0. Now ip-forwarding is enabled after a system reboot or after one of the above scripts is called, but somewhere somehow ip-forwarding is always deactivated and i have no idea how this happens. This may happen after 5 minutes or after 5 hours. As a workaround i created a cronjob running every 5 minutes issuing a sysctl-command to enable ip-forwarding.
View 9 Replies
View Related
Apr 26, 2010
I'm running suse 11.1 which is configured as a router. Configured are two DSL connections with static IP's and one LAN connection (3 NIC's all together).
Problem: suse firewall will only port forward connections from one of the DSL connections and not the other.
Because I'm running two DSL connections is there something special I have to turn on/enable on the firewall?
View 1 Replies
View Related
Jan 15, 2011
I used to have Opensuse 11.0 and Vuze 4.0.2 and both were working great. Recently I upgraded to OpenSuse 11.3 and installed Vuze 4.5.10. I did not change any configuration in the ADSL router but now I could not get the smiley icon to go green. I followed all the steps given here: A Quick Bittorrent Guide (with screenshots). It doesn't work. so I modified FW_ROUTE and FW_MASQUERADE to yes in /etc/sysconfig/SuSefirewall2. That also does not work. What did I miss here? My ADSL router is DSL-2640T.
View 3 Replies
View Related
Mar 26, 2010
we have here a few openSUSE-machines (some 11.1 and 11.2) which mounts their /home from a NFS-Server and imports the users via NIS. I now wanted to use X-Forwarding via SSH, but that doesn't work with NIS-Users.On my machine I use Gnome and my XAUTHORITY-Variable points to /var/run/gdm/auth-for-bup_deg-E3TMSz/database
Why isn't the default ~/.Xauthority-File used for my cookies? What do I have to change to get X-Forwarding in my Setup running?
View 1 Replies
View Related
May 17, 2011
I have two SUSE(2.6) virtual machines running in the same subnet with two network cards each as shown below.
VM1------------------------------------------------------------------------------
appstage1:~ # ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:29:22:5A:24
inet addr:192.168.128.12 Bcast:192.168.128.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe22:5a24/64 Scope:Link
[Code]....
Ultimately my DB will run in VM2 and any DB requests coming in at 2055 of VM1 should be forwarded to port 2055 of VM2. Since I do not yet have a DB running I am trying to test with netcat.
View 5 Replies
View Related
Apr 12, 2011
I installed OpenSUSE11.4 yesterday.The dual boot option works.The wireless works in win 7 but I cannot get it enabled in SUSE.Is there a reason why the keyboard keys will not work to enable the wireless.I have an acer laptop.
View 3 Replies
View Related
Jan 30, 2011
I want to share my WiFi internet connection over LAN, so I'm trying to set up IP forwarding. An old tutorial tells me to go to Network Settings in YaST to do this, but that applet says that NetworkManager is now handling all of that stuff.How do I enable IP forwarding while NetworkManager handles my internet connections?
View 2 Replies
View Related
Mar 23, 2011
When I tried to log in this morning I couldn't until I enabled Java scripts in my Opera browser. This must be something "new and improved". Could someone confirm this? I would prefer "old and lousy" rather than open up my computer to the world at large.
View 1 Replies
View Related
Apr 29, 2011
I just noticed that I can no longer login to the forums unless Java scripts are enabled in my browser (Opera). Is this a new feature?
View 6 Replies
View Related
Jan 20, 2010
I have x11 forwarding enabled in /etc/ssh/sshd_config on a suse 11.2 32 bit box running kde I can open x apps on a windows machine using xming and putty just fine, but when I boot the same machine into suse 11.2 64 bit using kde and try using konsole I get: cannot connect to x server
The command I'm using to log in is: ssh -X -l username host I doubt the problem is with the server I'm logging into or it wouldn't work in windows, not really sure what to look for as I've never had a problem using x11 forwarding from a linux client before only windows ones
View 7 Replies
View Related
May 23, 2010
How do you configure the firewall to allow external web access (it's a LAMP server) and internal access for samba shares ?
View 6 Replies
View Related
Feb 28, 2010
I've got problems uploading files to a remote FTP server using passive mode with enabled SuSeFirewall2 (Using 11.2)
I've disabled Firewall and everything went ok. Why firewall disables or terminates OUTGOING connections to a remote FTP?
View 7 Replies
View Related
Jul 19, 2011
I have a problem and even not getting anywhere. I enabled mod_cache and furnished. Unfortunately, he writes the cache is not in the folder where it should write down him. Besides, I've read that, that caching is only possible with html pages with graphics or data and not with PHP.
Code:
ProxyRequests On
ProxyVia On
[code]....
View 1 Replies
View Related
Apr 5, 2011
I'm facing a challenge in setting up a simple routing between 2 networks. The situation is as follows.We're using 2 networks, 1 that handles all the office traffic and 1 that is used for storage traffic to the NAS. I'm trying to setup a simple router that will forward requests from the office LAN to the storage one, so people can access the NAS interface on the storage LAN.
So, I have a CentOS 5.5 box, connected to both networks that should handle this job. The office LAN is 172.29.38.0/24 and the storage LAN 10.1.2.0/24. IP adrresses of the linux box are 172.29.38.98 (eth0) and 10.1.2.98 (eth1).First I started by enabling IP-forwarding in the kernel:
Code:
# cat /proc/sys/net/ipv4/ip_forward
Below is a copy of the iptables in use:
Code:
# Firewall configuration written by system-config-securitylevel
# Manual customization of this file is not recommended.
*filter
:INPUT ACCEPT [0:0]
[code]....
It just never seems to get to the machine on the other side. I've verified that I can access both networks from the router and I can ping the router from my client.
View 11 Replies
View Related
Feb 26, 2010
I have a question about port forwarding. I have an internal Red Hat server and I would like to use it as a central connection point to some back end servers. This is not an internet router setup. I was thinking I could use iptables and do port forwarding similar to an internet router but internal to internal.
Basically I would like to take any connections to port 22 on server1 interface eth0 and forward them out of interface eth1 to server2 port 22.I am finding a lot of information on port forwarding, but it is all based on using an internet router that is passing through to an internal server. I need to know how to configure a basic linux setup with no existing iptables entries so that I can do this within an existing network.Also, if there is a better or easier approach I would appreciate any direction. I don't want to do this through an SSH tunnel.I know to start I need the following to enable forwarding in the kernel and a firewall PREROUTING rule.
View 5 Replies
View Related
Jun 11, 2011
I have an OpenVPN(10.04.2 LTS) server running in bridge (TAP) mode. Its sitting behind a router and then a cable modem. The VPN works perfectly but I have a security concern. In order to allow the VPN clients to connect to the internet, I had to enable IPv4 forwarding on the server. Is this is a security hole? Can a hacker access my servers connection from the internet (without authenticating with OpenVPN) and access my network. Can someone use Ipv4 forwarding to access my LAN network from the WAN
I used this command to enable ipv4 forwarding
echo 1 > /proc/sys/net/ipv4/ip_forward
Without IPv4 forwarding my VPN clients can only access my LAN and router, but they cannot reach my modem or the internet.
[Code]...
View 1 Replies
View Related
Apr 9, 2010
I have an internal network behind a server <10.0.0.1> connected to the internet that NATs my ip <10.17.11.88> only. NAT is not allowed to any other ip addresses. When I use Transmission Bittorrent client to download torrents, The thing is that this 10.20.0.244 is not my machine and doesn't have access to the internet at all. What is happening here? Can anyone help me?
View 8 Replies
View Related
Sep 22, 2010
How can I start dhcpd after Network manager has set up a new connected device. The reason being that dhcpd will not start when there is nothing connected to the network interface. Therefore I would like dhcpd to start after a new device is connected. Now I have found references if ifup-post but this does not relate to NM, is this correct?
View 5 Replies
View Related
May 16, 2011
just installed ubuntu 11.04 on my old laptop (Dell latitude XT), to experience this OS. But for some reason I cannot get online, both wired and wireless network are 'grey', and i cannot enable them. Even when I try to go online with a USB wifi dongle,I also cannot enable wireless. Enabling Networking is selected.
I include the information I collect and hope this will allow you to give me a diagnose on how to make my wireless work.
lspci, for the build-in card
Code:
View 1 Replies
View Related
Feb 7, 2010
I am setting up Apache (Fedora 12) inside my home network. From inside my home network I access it without any problem. I need to set it up to access it from internet. I have the following questions. Here is temporary setup for testing purpose.
Internet-->ADSL modem (SEIMENS Speed Stream 4200)---> Apache (Fedora 12)
1. Do I have to do any kind of ports forwarding on ADSL modem. (There is no option to do port forwarding on Modem) May be I need different Model of Modem??
2. I tired to Ping my real IP for modem form another computer from internet. I am even unable to PING the ADSL 's real IP. Why it is that?
View 6 Replies
View Related
Mar 27, 2011
I have 2 different networks: the first one is gateway machine (eth0), and the second is a private machine (eth1). So, I've configured the iptables and forwarding stuff and when I try to ping google.com on the gateway machine, it works, while it doesn't work on the private network. Note: I am using VmWare 7. I need your quick assistance about this issue.
View 2 Replies
View Related
Nov 30, 2009
I have recently installed Centos 5.4 on a server with 3 network cards. I am trying to enable IP forwarding which has been successful by executing the following command:
echo 1 > /proc/sys/net/ipv4/ip_forward
I tried to make this permanent by adding net.ipv4.conf.default.forwarding=1 to the /etc/sysctl.conf file.
When I restart the network service I get the following code...
View 2 Replies
View Related
Mar 30, 2010
Like the forum for #1I'm using debian 5.0 with a modem to connect to the internetand eth1 to network my home computers. When I try to browse the internet with Konqueror, I have to disable eth1 then wvdial just to browse the internet. How do I fix this?Note: My resolv.conf has my primary DNS address in it, for my ISP (nameserver 67.211.172.29) and so on.
View 2 Replies
View Related
Feb 4, 2010
At work I can ssh into my home PC (both work and home PCs running Opensuse 11.2 i586) using ssh. X11 forwarding works, and so does VNC over ssh tunnelling. However I was wondering if there's any straightforward way to use Banshee over the ssh tunnel like that, or to run Banshee on the work computer and have it access my collection on the home computer?
View 4 Replies
View Related
May 19, 2011
I am running opensuse11.4. When trying to forward emails I can only do so as attachment. When I click and hold to select the forward inline option I get an empty email - same as if I would have clicked new. The same happens when I place the inline button on to the toolbar. Is this a bug with Kmail or is there another setting to forward mail inline?
View 1 Replies
View Related
Oct 20, 2010
Initially i was on kubuntu 10.10 with kde 4.5.x and i realized that animations throughout kde stunk. For example, the kickoff menu would raise and lower very jerky. So thinking this was a kubuntu or even a kde 4.5.x problem, I made a switch to opensuse 11.3 and kde 4.4.x. After install i noticed that all animations, including the menu raising and lowering, where very smooth and crisp (like they should be). I later realized I wasn't even using all my hardware's power so I put my two gtx 460s in SLI=auto. After a reboot I realized that once again all animations got jerky again . This leads me to believe,and for good reason, that kde's visual performance is degraded with SLI enabled.
Ps: installed kde 4.5.2 and still same problem
View 9 Replies
View Related
Mar 21, 2010
I have a recently installed openSUSE 11.2. I am attempting to install from the openSUSE source repository with the Software Manager. By default this repository is not enabled, so I opened the configuration window and enabled it. Although the repository is enabled, Software Manager does not populate the Package Listing panel with available package and hence I cannot install source RPM packages.
I can, however, access the repository via HTTP and download packages although I don't yet know how to install individual packages. The repository URL as preconfigured in Software Manager is: Index of /source/distribution/11.2/repo/oss Again, Software Manager seems not to access this repository but I can access it directly via HTTP.
View 9 Replies
View Related
Nov 11, 2010
As it stands I have a small home network operating behind my modem/router. Some of the ports on this are forwarded to my PS3 for gaming but I was looking at forward some for my file server.
At the moment I've forwarded port xxx22 to port 22 on my server for SSH for instance. ANd similarly 21 for FTP (although it doesnt seem to want to connect for any more than a few seconds using that). What I was thinking of doing was placing a small website for a handful of ppl to use on the server too and port forward again - xxx80 to 80. It works just fine but I'm a little concerned on the security front.
As I've moved the port to something different from the outside world I'm presuming I will have already cut the potential for malicious folks to wander in but is there anything else I should be doing? At the moment there's no firewall operating on the server, usually as its hidden behind the modem/router. But if I open this thign up more permanently what should I be doing? I've read a few articles on it but I'm always left with the overwhelming thought of "Thats if theres no firewall in my router" as they just seem to do the same.
View 5 Replies
View Related
Feb 1, 2011
Cannot start muse : Denormal protection enabled
View 2 Replies
View Related