I'm a complete IP-noob so basically I have no idea what I'm doing

I have imported the config file to create a connection profile. My logfile looks like this (my ip is the right one I have replaced the last digits with XXX):
Sun Apr 5 09:32:20 2009: LZO compression initialized
Sun Apr 5 09:32:20 2009: gw 83.226.48.1
Sun Apr 5 09:32:20 2009: TUN/TAP device /dev/tap0 opened
Sun Apr 5 09:32:20 2009: /sbin/ifconfig tap0 delete
Sun Apr 5 09:32:20 2009: NOTE: Tried to delete pre-existing tun/tap instance -- No Problem if failure
Sun Apr 5 09:32:20 2009: /sbin/ifconfig tap0 88.80.28.XXX netmask 255.255.255.0 mtu 1500 up
Sun Apr 5 09:32:20 2009: /Applications/Viscosity.app/Contents/Resources/dnsupalt.py tap0 1500 1593 88.80.28.XXX 255.255.255.0 init
Sun Apr 5 09:32:21 2009: UDPv4 link local (bound): [undef]:xxxx
Sun Apr 5 09:32:21 2009: UDPv4 link remote: 88.80.30.2:xxxx
I have BBB as ISP and checked w them if they have any limitations in using their name server when tunneling, they say they dont have that.
I have checked the Viscosity forums and found something that I speculated could have some impact: As you are using a TAP interface you'll probably want to add a route-delay to your connection (otherwise OpenVPN might try and add the routes before the interface is ready). so I added a "route-delay 40" to my config (seems to make no difference using it or not)
Here are my settings in Viscosity (minus the real values ofc, i have double checked so i use the right numbers for my account)
SO, for some reason my connection halts after I get a Client IP, any ideas?