I've got some problems with my OpenVPN setup.
The Setup:
-> Ubuntu Server 12.04
-> Two active NIC's: eth0 (default): 192.168.1.0/24
eth1: x.x.x.x (external ip)
I've managed to get the routing to work so i can connect to the outside world with the eth1 NIC.
holmen@filserver:~$ ping -I eth1 -c 3 www.linuxquestions.org
PING www.linuxquestions.org (75.126.162.205) from 192.168.1.2 eth1: 56(84) byte
Hello all,
I am coming across a strange error with my gateway. When I do a "ping", this is what I get below:
k-63a5b848c6cb4:~ # ping simba
PING simba.gateway.2wire.net (192.168.1.69) 56(84) bytes of data.
64 bytes from k-63a5b848c6cb4 (192.168.1.69): icmp_seq=1 ttl=64 time=0.041 ms
I have two NIC cards installed, they both go to seperate networks. Occassionally I am not able to establish a connection via eth1. When looking at tcpdump traces I see that Linux is using eth0 hardware port and putting eth1's IP address in the packet to reply to the connection request. When the connections work its when Linux uses eth1's port.
I am trying to use "hexdump" on the files in the /dev/ directory. This is ubuntu 9.10.
There is some more in this forum:
http://www.linuxquestions.org/questi...of-dev-785703/
Hi,
I have this problem with php and generation of charts. When i first use xampp with max chart, i was able to display the demo graphs beautifully, but after a few days it display the graphs all messed up. and i didnt tweak any of its settings.
Hi Mate
I need to know the procedure to setup VPN between two network.
i setup openvpn access server to do this easy. Is anyone there to help me the follwoing issues.
1. Step by step procedure to setup VPN
2. Setup VPN with DHCP
3. How to check that open vpn is running successfully .
I was looking at my Mozilla Firefox title bar on the link http://www.linuxquestions.org/questions/ which will take you to the front page of Forums here on LQ.
I don't have anything against what is written in that title bar but I would say that is not realistic.
I all, I 've two computer with Ubuntu 9.10 (desktop version)connected by cross over cable.
I try to connect this computers in LAN with the following command:
ifconfig eth0 [address] netmask [netmask] up
I'am trying to setup nat on RHEL4 box.
I have static ip address on eth0 and 192.168.60.1 address on privat LAN (eth1)
Also I have tap0 (192.168.168.1) interface enabled and working openvpn connection to all hosts in privat LAN (including NAT box)
I have done this numerous times before. Never the less, I have problem now and I am stuck.